1. webknecht
  2. Sherlock Holmes
  3. Commercial Templates
  4. Thursday, 05 February 2015
  5.  Subscribe via email
Hi Ciaran,

can I use the enlighten and habitat template with fixed header instead of the sticky feature?

Juergen
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Juergen

To remove the sticky header feature you can simply remove the following from your templates scripts.php (../templates/[YourTemplate]/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: 65 });
});
jQuery(window).load(function(){
jQuery("#container_header").sticky({ topSpacing: -20 });
});
</script>


The above is for the Enlighten template however our Habitat template would be similar.

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

thank a lot for your prompt reply.

It works fine!!

Juergen
  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!