Mobile menu not working after latest update

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Apr 27, 2016 11:10 am
Reply with quote
Report this post
Hi
After the last update my mobile menu is showing but links don't work anymore? It works on PC...
(Update to Joomla 3.5.1 and your latest template and all your modules)

Also on my Android phone the layout is no longer reponsive? and there seems to be an error at the bottom on my phone, that it can't read as it is to small.

www.hadbergpiercing.dk

Help plz :)
User avatar
Senior Boarder

GK User
Wed Apr 27, 2016 8:35 pm
Reply with quote
Report this post
Hello,

First of all - please check if you have in the layouts/default.php the following fragment:

Code: Select all
<script>
    jQuery(document).ready(function(){
        // Target your .container, .wrapper, .post, etc.
        jQuery("body").fitVids();
    });
</script>


instead of:
Code: Select all
<s-cript>
    jQuery(document).ready(function(){
        // Target your .container, .wrapper, .post, etc.
        jQuery("body").fitVids();
    });
</script>


(look at the first line of the both codes - there is a <s-cript> instead of <script>).
User avatar
Moderator

GK User
Thu Apr 28, 2016 9:11 am
Reply with quote
Report this post
Yes RS Firewall issue.
Script is now correct - but mobile menu still broke and not responsive i mobile view
User avatar
Senior Boarder

GK User
Thu Apr 28, 2016 11:14 am
Reply with quote
Report this post
Never mind, have up, and reinstalled backup Joomla 3.4.8

I Will give it another go later, maybe the Joomla Update went wrong.
User avatar
Senior Boarder

GK User
Thu May 19, 2016 4:24 pm
Reply with quote
Report this post
Same issue here - template was working and now with the latest update the mobile menu no longer works.
User avatar
Fresh Boarder

teitbite
Tue May 24, 2016 2:56 pm
Reply with quote
Report this post
Hi

For menu a workaround fix can be an override to menu script. Try add this:

Code: Select all
<script type="text/javascript">(function($) {$(document).ready(function() {
$('#static-aside-menu-toggler').click(function(){
$('body > div,body > i, body > nav, #gkHeaderNav').addClass('menu-open');
});

$('#close-menu').click(function(){
$('body > div,body > i, body > nav, #gkHeaderNav').removeClass('menu-open');
});
});})(jQuery)</script>


to /layout/blocks/head.php
User avatar
Moderator

GK User
Tue May 24, 2016 3:02 pm
Reply with quote
Report this post
I suspect it was the K2 2.7 update that some how broke the menu - because I did a new update and everthing worked until K2 was updated. Had to make a complete new menu, and now everthing works
User avatar
Senior Boarder

teitbite
Fri May 27, 2016 1:17 pm
Reply with quote
Report this post
Hi

I think the same. I've helped with this problem several times and every time a fix/update of database helped. Ok. I'm closing this issue than.
User avatar
Moderator


cron