1. zbyszek
  2. Commercial Templates
  3. Thursday, 05 June 2014
  4.  Subscribe via email
Hi,
Template Renovate.
does not display a submenu (mobile),
see example: http://demo.joomla51.com/0105/index.php/j-stuff/singlecontact



please help
Regards,
zbyszek
Accepted Answer Pending Moderation
0
Votes
Undo
Hi zbyszek

Thank you for bringing this issue to our attention.

To amend add the following to the end of your templates hornav.php (../templates/j51_renovate/php/layouts/hornav.php)...


<div id="hornavmobile" style="display:none;">
<?php echo $hornav_mobile ?>
</div>


And in your templates scripts.php (../templates/j51_renovate/php/scripts.php) replace the following (LINE 9)..


jQuery('#hornav').slicknav();


With..


jQuery('#hornavmobile').slicknav();


CiarĂ¡n
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Perfect. Thank you very much.
I solved in this way!

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