Icon Flickering on pageload
-
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
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
Hi, unfortunately this does not fix the issue.
kind regards,
Leon
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);