Gemma Evans
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Espied] Change side bar button color status – mobileHi @gerard57,
Just following on from @supernovia’s reply — I’m not sure why that last screenshot link isn’t working but here is another:
This is how the CSS I provided works on your site and on my test site running this particular theme.
Hi Ascen,
I have deleted the rel=”nofollow noreferrer” from the first link in the article mentioned before
I’ve had another look at your site but
rel="noopener noreferrer"
andrel="noopener nofollow noreferrer"
are still present on all three Mondo links on the Mejor Seguro page. It looks like you didn’t remove it from there?Hi Cemal,
Please continue following up in the ticket as this will help to keep your support in one place. If you reply to them with a link to this thread, they can look at the options we have already explored with you and this should avoid duplication.
Thanks!
Forum: Themes and Templates
In reply to: [Sketch] Change link and button colourHi @oliviamarchi1,
Glad to hear your global links are sorted now.
I still want to customize further are the buttons on the homepage. I want to change the hover color from orange to yellow
Please try using this CSS for the homepage buttons:
.home a.wp-block-button__link.has-text-color.has-white-color.has-background:hover { background-color: #fcf923 !important; }
#fcf923
can be changed to any shade of yellow you like ??Hi Ascen,
Thanks and can I double check you followed the steps @supernovia listed above? If not, it would be worth doing that first to see whether it makes a difference.
Forum: Themes and Templates
In reply to: [Sketch] Woocommerce gallery displaying wrongHi @simonbowns,
That’s useful to know, thanks. I’ve been able to replicate this issue with product galleries on my test site (using Sketch), so I’ll create a bug report.
The following CSS seemed to help the overflow issue on my site, so it could be worth trying it on yours as a workaround:
.woocommerce-product-gallery { overflow: hidden; }
I hope this helps.
Forum: Themes and Templates
In reply to: [Sketch] Change link and button colourHi Olívia,
Thanks! Since you’ve already started working on the CSS, could you start by changing the global link and buttons colours — this means the same colours will be applied to all links and buttons across the whole site.
I can then help you with CSS for any areas that need to be different. Working this way will be more efficient than writing creating separate styles for every area of the site, as we’ll only be making changes to areas that need a different colour scheme.
Let me know when you’ve done that and I can take another look.
Hi @kitrocka,
I used the same builder for everything outside of the home page, and this issue was present before I discovered Elementor
Okay, that’s useful to know. Which builder are you using?
I viewed source and your CSS using Chrome’s inspect tool but can’t see how those images have been added. Do you have a link to the original image file?
Forum: Themes and Templates
In reply to: [Espied] Change side bar button color status – mobileHi @gerard57,
This is what I’m seeing from my side:
If this isn’t what you are looking to do, can you be more specific about how you would like the background to look?
Hi @jennnjennjen,
I was using the jetpack per post subscriptions filter, but the checkbox seems to have vanished.
The
jetpack_allow_per_post_subscriptions
filter is still in use but the checkbox isn’t displaying on the Gutenberg editor at the moment — is that the editor you are using?This is a known issue our developers are currently looking in to:
https://github.com/Automattic/jetpack/issues/10876
In the meantime, you could try using the Classic Editor plugin to see whether that makes a difference.
Thanks for bearing with us ??
Hi @shiftisnow,
What is the address of the site you are having trouble with?
Based on the 502 errors above, it looks like this is something you will need to speak to your host about. They should be able to confirm whether anything has changed on their end in the last couple of weeks.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Jetpack update errorThat’s great news @mthupp, thanks for letting us know what the problem was ??
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Jetpack plug in problemHi @nergiscetin,
I’ve checked bohomiracles.com but can’t see a working Jetpack connection at the moment. Have you disconnected Jetpack? If you have, it would be great if you could reconnect again so I can take a closer look at the site.
Thanks!
Hi @danishsard,
always shows only the address of the forum page but not the individual tempers
Just to check I’ve understood — are you querying why the top level forum URL is being displayed in referrers, rather than individual forum thread URLs?
Forum: Themes and Templates
In reply to: [Singl] Singl theme too wide on mobile browsersHi again @zerohere,
I don’t know how long it will take for the issue to be looked at so I’ve written some custom CSS which should help in the meantime:
#page { overflow: hidden; }
This works on my test site, so hopefully it will do the trick for you too.