1. broman
  2. Commercial Templates
  3. Wednesday, 08 October 2014
  4.  Subscribe via email
I'm using the lifestyle template for Joomla 3.x and at this moment when scrolling downside the logo and menu are fixed (not scrolling). What I want to accomplish is that the whole page is scrolling down without a fixed position for the logo and the topmenu.
Is that possible?

Kind regards
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Try removing the following from your templates scripts.php (../templates/j51_lifestyle/php/scripts.php)...


<!-- 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: 122 });
});
jQuery(window).load(function(){
jQuery("#container_header").sticky({ topSpacing: 0 });
});
</script>


CiarĂ¡n
  1. more than a month ago
  2. Commercial Templates
  3. # 1
  • Page :
  • 1


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