Comments sameh started the conversationNovember 16, 2020 at 1:18pmhow can i change preloader of the site .or remove it and add mine.?Thanks 1,973Support repliedNovember 16, 2020 at 1:58pmHello,the preloader is defined in header.php as follows (lines 16-25):<!-- Preloader --> <div class="preloader-wrap"> <div class="outer"> <div class="inner"> <div class="percentage" id="precent"></div> <div class="trackbar"> <div class="loadbar"></div> </div> </div> </div> </div> <!--/Preloader -->And the code for the animation is in /js/scripts.jsfunction PageLoad() on line 32 - animation and fading outThank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy Sign in to reply ...
how can i change preloader of the site .or remove it and add mine.?
Thanks
Hello,
the preloader is defined in header.php as follows (lines 16-25):
<!-- Preloader -->
<div class="preloader-wrap">
<div class="outer">
<div class="inner">
<div class="percentage" id="precent"></div>
<div class="trackbar">
<div class="loadbar"></div>
</div>
</div>
</div>
</div>
<!--/Preloader -->
And the code for the animation is in /js/scripts.js
function PageLoad() on line 32 - animation and fading out
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy