• Resolved enuzzo

    (@enuzzo)


    (Demo: https://netmilk.dev/saimp)

    Hello there, for Site Logo in SVG i choose:

    – white logo (before scrolling)
    – full color (after scrolling)

    The logo turns to white but won’t turn full-color after scrolling.
    Just to make sure I did the same test on another site we’re developing: https://netmilk.farm

    To test… i did the same with black. Same behaviour.
    Also: [Before scrolling > White/Black/Full color] and [After Scrolling > White/Black/Full color] all the options can be triggered simultanously, rendering the behaviour unexpected. Ideal will be to use radio buttons that take account about that. (ie: white and black and color triggered all three in both sections..)

    The page I need help with: [log in to see the link]

Viewing 15 replies - 1 through 15 (of 18 total)
  • It seems like I am not the only one facing this issue. I have already created a topic about it yesterday.

    The only difference is that I have colored logo before scrolling which needs to turn black after scrolling, but the effect is not taking place after the latest update.

    Thread Starter enuzzo

    (@enuzzo)

    Yep. I can confirm it (doesn’t) work both ways.
    Starting from original color and turning to black/white.
    Starting from black or white and turning back to full color.
    Starting from everything turned on .. to turned off and vice-versa.
    …and so on.

    I did a workaround for the time being until Robert updates us in regard the plug-in functionality.

    .she-header-yes .logo img {
    content:url(your-colored-logo-url-goes-here)!important;
    }

    It worked for me.

    • This reply was modified 2 years, 4 months ago by pleuratp.
    Plugin Contributor Robert Wattner

    (@rwattner)

    Hey guys,
    thanks for letting me know about these problems. I’m still recovering from surgery yesterday but I’ve spent some time on this already. I’ve got the logo color and header shrinking issues figured out on my end. Still working on the logo shrink bug. I want to get all current issues fixed with this next update.
    Thanks again for your input and patience while I work on these.

    Hi Robert,

    First and foremost, I wish you a speedy recovery.

    I am replying to this topic instead of the one I created since it is basically the same. So, you have already figured out the issues on your end and they will be released within the next update, right?

    Thank you.

    Plugin Contributor Robert Wattner

    (@rwattner)

    Hi,
    Thank you very much, I appreciate that. Yes, I’ve solved 2 of the 3 bugs. I’m still trying to figure out the logo shrinking bug. It’s working fine on desktop but the responsive settings are the problem. Once I fix that I will update the plugin.

    Hi again,

    Since the plugin is not updated yet, what would your suggestions be in this matter? Roll back to previous versions, maybe?

    Many thanks!

    Plugin Contributor Robert Wattner

    (@rwattner)

    @pleuratp yes, for now. My plugin partner and I are still trying to figure out a fix for the current bugs. Our pro version beta is working fine but it’s code is completely different at this point. I’m actually considering releasing pro finally. The free version will be replaced with a “stripped down” version of pro. We’re using freemius to unlock pro features.
    We’ll see. Thanks for your patience.

    If rolling back doesn’t work let me know and I’ll write you some temporary css to hold you over.

    Similar issue here. Color PNG logo set to white filter on load and then on scroll it is set to full color. Unlike in the past, it now never switches to full color on scroll and stays white, but since my header background color shifts to white on scroll the logo basically is invisible.

    Good luck on your recovery from surgery!

    Plugin Contributor Robert Wattner

    (@rwattner)

    @acal thank you! Recovery is going slow but good. I suggest rolling back to the version that was working for you until we sort this out. Sorry for the trouble.

    Hello,

    My Site https://www.neo-international.co.uk has the same issue as above, the logo turns to white but won’t turn full-color after scrolling.

    You mentioned above you could provide some temporary CSS to fix the bug until you can update the plugin, would it be possible to get that CSS please?

    Thanks

    Plugin Contributor Robert Wattner

    (@rwattner)

    @benchmarkgraphics for your site, you can use this css

    .she-header img.attachment-full.size-full.wp-image-559 {
        filter: none !important;
    }

    I hope this helps. Sorry for the trouble.

    @rwattner Thanks for your prompt reply and fix, I appreciate it.

    Plugin Contributor Robert Wattner

    (@rwattner)

    @benchmarkgraphics No problem, happy to help!

    @rwattner Sorry, when I first added the CSS you provided it seemed to work, but for some reason I’ve gone back to the site and it has stopped working.

Viewing 15 replies - 1 through 15 (of 18 total)
  • The topic ‘Logo White / Color change on scroll – bugged again’ is closed to new replies.