fadeOut issues
-
Hi
Page loader icon do not fadeOut, when edit with Elementor Page Builder. but when edit with SO page builder, it fadeOut, so there is some issue in Elementor PB plugin.
Code in theme files:
HTML–
<div class=”preloader-icon”></div>CSS–
.preloader-icon {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 9999;
background: url( “-dir-/preloader.gif” ) center no-repeat #fff;
}jQuery–
( function( $ ) {
$(document).ready(function() {
$(window).load(function() {
$(“.preloader-icon”).fadeOut(“slow”);
});
});} )( jQuery );
Thanks
- The topic ‘fadeOut issues’ is closed to new replies.