White "FLASHES" appearing on page load at the top header
-
Dear,
Can you please check the video in private? I’m using the header builder and there is the “top header” that is always showing some white flashes upon page load. Why is this the case?
Since it has blue background assigned to it, the color should be loaded from the beginning. We shouldn’t be seeing some white.
Thanks
Hello,
Try to add the following PHP code snippet to the child theme functions.php file to fix this
remove_action( 'woodmart_after_footer', 'woodmart_header_banner', 160 );
add_action( 'woodmart_after_body_open', 'woodmart_header_banner', 10 );
Regards
Thanks, I’ll try it and let you know
And so is this a theme bug? Will it be fixed in next releases?
The code works perfectly, thanks
Will it be fixed in the theme’s default code?
Yes, we will include this fix in our next theme update for sure.