Hi, the logo in the header/nav is not showing up in Chrome, but appears on Firefox and Safari. Any idea as to why?
i do not see your private content – but i suppose it is a svg file – which needs a width setting on chrome.
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
div .logo {
z-index: 2 !important;
}
Make sure that you clear the cache from your plugin and reload the site.
Best regards,
Rikard
Nope it didn’t work.
I went through the plugins and it looks like WP Rocket is the culprit. Have you seen this issue before?
Hi Snerp,
Best regards,
Victoria
Ya, I finally figured it out and you’re correct it was the lazyload feature. Here is the fix:
Place the code in your child themes functions.php
function rocket_lazyload_exclude_src( $src ) {
$src[] = ‘Logo_4.png’;
return $src;
}
add_filter( ‘rocket_lazyload_excluded_src’, ‘rocket_lazyload_exclude_src’ );
Hi Snerp,
Glad you got it working! And thank you for sharing!
Best regards,
Victoria
Hello
I have an issue with the logo acting strange in Chrome. It appears how I want in Firefox and Edge but the black version of the logo gets stretched in Chrome. Any idea how to get it looking the same as it does in the other browsers after you scroll?
Hi sensiblekaren,
I can’t see any difference when comparing your site in Chrome and Firefox, could you try loading it in an incognito window to see if that helps? If not then please post a screenshot or screencast highlighting the problem you are seeing.
Best regards,
Rikard
Hi
I have the same issue, logo is not loading on Chrome and Explorer, but loads on Firefox. Is there a fix? No new plugins were added in.