Home Forums WoodMart support forum Icon Flickering on pageload

Icon Flickering on pageload

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #645467

    medialoods.com
    Participant

    Hi guys,

    I have some massive flickering going on in the header of my website. Could you guys please investigate?
    The bug is on a live site so the request is quite urgent.

    Kind regards,

    Leon

    #645490

    Artem Temos
    Keymaster

    Hello,

    It happens because of the following option in Elementor https://monosnap.com/file/Sif3hblbNkpWsGLqjBpJXAyUb4Chck
    You need to select “Interne insluiting” there. Let me know if it works for you.

    Kind Regards

    #645521

    medialoods.com
    Participant

    Hi, unfortunately this does not fix the issue.

    kind regards,

    Leon

    #645577

    Artem Temos
    Keymaster

    Try to add the following PHP code snippet to the child theme functions.php file to fix this. Or you can use our theme’s list element instead of the default Elementor’s one.

    add_action('wp_enqueue_scripts', function () {
    	wp_enqueue_style( 'widget-icon-list');
    }, 10010);
Viewing 4 posts - 1 through 4 (of 4 total)