This guide will help you to disable the Logo loading in every pages on SJ STABWALL
1How to disable the Logo loading in every pages on SJ STABWALL
If you want disable the logo loading every you open the page in this template, you can go to the file ROOT\templates\sj_stabwall\includes\bottom.php and remove the code:
1 |
<script src="<?php echo JURI::base(); ?>templates/<?php echo $this->template; ?>/js/pathLoader.js"></script> |
Then go to the file: ROOT\templates\sj_stabwall\index.php and remove the code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
<header class="ip-header"> <h1 class="ip-logo"> <?php $logoloadding = $logoload ? $logoload : JURI::base() . "templates/" . $this->template ."/images/logo-loading.png"; ?> <img class="transparent" src="<?php echo $logoloadding; ?>" alt="<?php echo $logoloadding?>"> </h1> <div class="ip-loader"> <svg class="ip-inner" width="60px" height="60px" viewBox="0 0 80 80"> <path class="ip-loader-circlebg" d="M40,10C57.351,10,71,23.649,71,40.5S57.351,71,40.5,71 S10,57.351,10,40.5S23.649,10,40.5,10z"/> <path id="ip-loader-circle" class="ip-loader-circle" d="M40,10C57.351,10,71,23.649,71,40.5S57.351,71,40.5,71 S10,57.351,10,40.5S23.649,10,40.5,10z"/> </svg> </div> </header> |
2SUPPORT
Thank you so much for reading. If you have any questions that are beyond the scope of this help file, please send us via: Submit a Ticket
Thanks so much!