Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1117877

    Hi, the logo in the header/nav is not showing up in Chrome, but appears on Firefox and Safari. Any idea as to why?

    #1117891

    i do not see your private content – but i suppose it is a svg file – which needs a width setting on chrome.

    #1117960

    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

    #1118118

    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?

    #1118192

    Hi Snerp,

    Best regards,
    Victoria

    #1118196

    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’ );

    #1118207

    Hi Snerp,

    Glad you got it working! And thank you for sharing!

    Best regards,
    Victoria

    #1224874

    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?

    #1225021

    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

    #1327980

    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.

    #1328028

    Hi Eugeniadms,

    Your logo is showing fine on my end using Chrome, could you try using an incognito browser window to see if that helps?

    Best regards,
    Rikard

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.