Adrian
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Inspiro] slideshow text responsiveHi Ina,
Thank you for getting back to me I did manage to fix it by giving it it’s own css class and using the following CSS: –@media (max-width: 768px) {
.CS-SlideshowText {
font-size: 15px !important;
}
}I’d just expect if it’s a responsive theme then it would respond to the size of the screen and adjust accordingly text size to better fit. Is CSS the only way to fix this?
I just seem to find lots of sections that do not work out of the box as expected. Was hopping the that wordpress had moved on a little since the last time I used. Going to be long process in redesigning our running web site.
Unfortunately Id love to share my website but it’s currently only a local site and has no public access.- This reply was modified 18 hours, 56 minutes ago by Adrian.
Forum: Fixing WordPress
In reply to: Gutenberg editor page width visual guidelinesGeorge Appiah, are you sure you mean 9% of users would use it? Because that would imply 91% would which would make it even harder to argue against including it.
More broadly, it raises the question: what percentage of users does WordPress consider enough before something becomes a core feature?
Personally, I think it would be genuinely useful to have this built in much like you do in Word, PowerPoint, or Publisher rather than relying on external tools.
One of the frustrations with the Gutenberg editor is that, in trying to simplify things, it often removes functionality that many users still need. The result is that you end up installing extra plugins (often fairly bloated ones like Elementor) or writing custom CSS just to achieve fairly basic things for example, changing a button’s hover state.
Those aren’t advanced developer-only tweaks; they’re pretty standard requirements for modern websites
Forum: Themes and Templates
In reply to: [Inspiro] How to change hover color of text in submenuHi solved the issues with my theme. Was an error with CSS where I had /* when it should have been */ though strange when there was no media comment that it only affected my site via my laptop.
One last question though. I set my site up with a child theme. My understanding from how i’ve done wordpress before a few years ago is this allows custom changes not to be lost. I was expecting the custom CSS changes I made to put in the child CSS but that is blank. Am I wrong with my assumptionsForum: Themes and Templates
In reply to: [Inspiro] How to change hover color of text in submenuGood evening
Thank for the reply, however that did not work. Other than the media option being slightly different and choosing a random color to test. It isn’t that much of a changed from I had tried originally. Which I obtained from doing a inspect of my test site.
@media (min-width: 1025px) {
.navbar-nav ul a:hover {
color: green !important;
}
}Strange how it seems to work fine if inject entry via inspect in chrome but not when added as additional CSS. Also if I apply just the following
.navbar-nav ul a:hover {
color: #ffdd0e;
}which has not media size specification it works on mobile menu, which is also where it should work but not on main menu on a normal 14″ laptop.
I would love to supply you a link to my site but at the moment it is only a local development as it due to replace our old club one. so until it rebuilt as new it will not be live
- This reply was modified 1 week, 2 days ago by Adrian.
Forum: Networking WordPress
In reply to: Is a multisite the right way to goThanks for your reply. It looks like part of what I’m after is not there. I naively that as a multi site you could setup customisation of theme and then push this across my other two sites.
It looks like by default each site is its own site completely contained within the site setup. This is fine for somethings. but I don’t really want to have to configured each sight individually to the same setup. I’d like to put in child themes as well, as this will stop any custom settings getting over written. I assume this works in multisite as well as it does in a normal site.
Do you know of a way / plugins where I can copy the one customised settings between all sites. So I don’t have to change everything in triplicate?Forum: Themes and Templates
In reply to: [Inspiro] Issue with button blocks and responsive issuesThanks for your response.
What I find strange is that I’m seeing the same issue on a version I created first in WordPress Playground. That was a completely brand-new WordPress install (using the light/free version, without a license), and the issue still occurred.
Because I was experiencing the problem on both setups, I decided to post using the live site, as the Playground test site is only accessible to me.
I do understand that our site needs upgrading. I just need to obtain approval from the club before I can proceed with that.
I assumed this forum would at least be monitored by them since it’s there theme and Id expect them to want to make sure that any issues someone might have is not something putting people of using there theme. Happy to try and figure how I contact them directly.
Thanks for your helpThanks for the reply our club website is inspiro by wpzoom. The only other idea I had would be to switch to subdirectory site for the the two public events we organises. This is our website which
[link moved to first post by moderator]
- This reply was modified 2 months, 4 weeks ago by Steven Stern (sterndata).
Forum: Plugins
In reply to: [Image and video gallery from Google Drive] How to center galleryWell I’m using it with Elemntor however it does not wish to center if I try to center a container all I get is 2 test images on top of each over. Does not matter what configuration I try weather I use flex box or grid based.
Apologies for the late reply not sure what I’ve done but it now fixed
- This reply was modified 1 year, 9 months ago by Adrian.
Forum: Plugins
In reply to: [Gallery by FooGallery] Force columns on mobileto be honest you could add it to either as it should just override the css styling for that class though at the moment i have it in the gallery CSS.
Apologies I’m still not sure why part of the site?
However try it and see if that helps.
Forum: Plugins
In reply to: [Gallery by FooGallery] Force columns on mobileNot sure exactly which section of your website you are referring too however I wonder if its similar to my issue. This was due to the size i set for each of my images in gallery and how foo galleries tries to be responsive. For me I had to add the follow custom css:-
@media handheld, only screen and (max-width: 767px) { .foogallery .fg-image { height: 90px; width: 140px; }It basically tells foo galleries that when the max width of the screen is 767 pixels (most if not all mobile phones in landscape and portrait mode) to change the image size. that way it shows more images per row.
- This reply was modified 8 years ago by Adrian.
Forum: Plugins
In reply to: [Gallery by FooGallery] reducing the size of the gallery image on mobilewell i should have worked at it a little harder turned out to be much easier than I thought. So for anyone else wishing to do similar i added this to the gallery custom CSS. I’m pretty sure it could be added to themes css if you want to work on all galleries the same. It’s also possible to change these for other screen sizes too but for me mobile where the worst.
@media handheld, only screen and (max-width: 767px) { .foogallery .fg-image { height: 90px; width: 140px; }PS i also had to make some theme adjustments as well
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] title to appear on imageThanks for the reply
Forum: Plugins
In reply to: [WooCommerce] image size being scaledI forgot to say this was tested Using google chrome and its development tools
Forum: Plugins
In reply to: [WooCommerce] image size being scaledwell I have now had chance to look at this issues and if I disable all references to
width:100%
height:autofrom woocommerce style sheets
.woocommerce div.product div.images
.woocommerce img,
.woocommerce-page imgand 1 from style sheet of default wordpress 2016 theme
img
Then image I get along side my size choices is now correct but all the text is laid over it and not along side. So far all I have installed is wordpress woocommerce I’m using the standard wordpress 2016 theme regenerate Thumbnails & duplicate Post plugins. I’ve also added some images to test with.