Ever since I updated to the latest version of Enfold, the nav bar will leave an imprint on the page after scrolling in Chrome. I’ve seen this discussed here but the solution didn’t work for me (or the OP it seems). That thread got closed to new replies for some reason, so I’m creating a new one. The issue seems to only occur in Chrome. I am running the most modern versions of Chrome, WP, and Enfold on Mac OS 10.8.5.
Thanks in advance for any guidance.
Hi BMart!
Thank you for using the theme!
Do you mind if we take a look at the website? Please try to change the header background Attachment to fixed.
Regards,
Ismael
Thanks,
It’s definitely related to the floating header, as the fixed header does not have the issue. Because this is a low priority bug on my end, I’m just going to leave it a fixed header for now. If this issue gets “fixed” (resolved) in the future then I’ll switch back, but a fixed header will work just as well.
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#header_main_alternate {
-webkit-transform: translateZ(0);
}
Regards,
Yigit
Thanks Yigit,
Unfortunately that didn’t work either. For the sake of testing appropriately, I turned off all plugins, tried it in the Quick CSS field, as well as in the child’s style.css. Thanks for the attempt, I’ll just be sticking with the fixed header now.