Home Forums WoodMart support forum White "FLASHES" appearing on page load at the top header

White "FLASHES" appearing on page load at the top header

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #260792

    Jeriss Cloud Center
    Participant

    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

    #260825

    Artem Temos
    Keymaster

    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

    #260836

    Jeriss Cloud Center
    Participant

    Thanks, I’ll try it and let you know

    And so is this a theme bug? Will it be fixed in next releases?

    #260882

    Jeriss Cloud Center
    Participant

    The code works perfectly, thanks

    Will it be fixed in the theme’s default code?

    #261147

    Artem Temos
    Keymaster

    Yes, we will include this fix in our next theme update for sure.

Viewing 5 posts - 1 through 5 (of 5 total)