Hi damianbuttle,
Thank you for the question. Could you please let me know more details based on your site? Your site address? Which version of WordPress are you using? which screen solution did you test and see the menu not responsive?
have you a good day
Sincerely,
woorockets support team
Hi,
The web address is wordpress.damianbuttle.com. I’m using version 4.0 of WordPress. I’ve tried numerous resolutions and numerous devices. Whenever I click on the menu nothing happens. However, if I go into the header.php file I can define the original menu and it works, but if I select the megamenu it doesn’t.
Thanks for all your help.
hi damianbuttle,
Thank you for the information. I have retested the responsive of Mega Menu on my testing site with your same version of wordpress and it is still working. However the theme is different, could you try activating another theme so as to see if the responsive is working?
Best regards,
wr support team
Hi,
I’ve tested it with 4 other themes; however, the responsive aspect of the menu only worked in one of the 4. How can I go about getting it to work with other themes?
Hi damianbuttle,
Thank for your efforts. Could you please add the following code into the footer.php in your theme to see if it is working.
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
<script>
$(document).ready(function(){
$('.menu-toggle').click(function(){
$('.wr-megamenu-container ul.wr-mega-menu').toggle()
});
});
Take a look at the picture to to see where the code is located here: http://i.imgur.com/ZYwa5vE.png
Sincerely,
WR Support Team