1. abseve
  2. Commercial Templates
  3. Sunday, 20 April 2014
  4.  Subscribe via email
Hi,
I customized letterpress where there is no hornav. When I turned off responsive the slick nav menu appears on the top left corner of the screen.
See attachment.
Thanks
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Abseve

Thank you for bringing this issue to our attention. To resolve the problem you can simply re download the template and install via your Extensions Manager.

Alternatively you can replace the following in your templates scripts.php (../templates/j51_letterpress/php/scripts.php)...


<!-- Hornav Responsive Menu -->
<script type="text/javascript" src="/<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/js/responsive-nav/responsive-nav.js" charset="utf-8"></script>
<script type="text/javascript">
jQuery(function(){
jQuery('#hornav').slicknav();
});
</script>


With...


<?php if($responsive_sw == "1") : ?>
<!-- Hornav Responsive Menu -->
<script type="text/javascript" src="/<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/js/responsive-nav/responsive-nav.js" charset="utf-8"></script>
<script type="text/javascript">
jQuery(function(){
jQuery('#hornav').slicknav();
});
</script>
<?php endif; ?>


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!