1. albo1
  2. Sherlock Holmes
  3. Commercial Templates
  4. Thursday, 06 July 2017
  5.  Subscribe via email
Hello Ciarán,

is there a simple way to disable the sticky feature (topmenu) on Scarlett Template?

Fred
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Fred

Sure. In your templates scripts.php (../templates/j51_scarlett/php/scripts.php - LINE 14) remove the following...

<!-- Sticky Div -->
<script type="text/javascript" src="/<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/js/jquery.sticky.js" charset="utf-8"></script>
<script type="text/javascript" >
jQuery(window).load(function(){
jQuery("#container_hornav").sticky({ topSpacing: 0 });
});
</script>


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciarán,

thank you very much
  1. more than a month ago
  2. Commercial Templates
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!