Mobile menu not working
October 2015 Joomla Template
Rate this topic:
- teitbite
- Mon Sep 18, 2017 1:07 pm
- Reply with quote
- Report this post
Hi
Add this to /layouts/blocks/head.php
Add this to /layouts/blocks/head.php
- Code: Select all
<script type="text/javascript">(function($) {$(document).ready(function() {
$('#gkMobileMenu').click(function(){
$('#gkPageTop .gkMainMenu').toggle();
});
});})(jQuery)</script>
-
- Moderator
- GK User
- Mon Sep 18, 2017 2:48 pm
- Reply with quote
- Report this post
Hi
it is working now, thank you!
Regards, Joachim
it is working now, thank you!
Regards, Joachim
-
- Senior Boarder
- teitbite
- Mon Sep 18, 2017 4:30 pm
- Reply with quote
- Report this post
Hi
Great to hear that. Closing this thread than.
Great to hear that. Closing this thread than.
-
- Moderator
4 posts
• Page 1 of 1