JS Issue with Menu2Panel
- Posted by Tim Vaughan (8) Offline
Hi,
I have recently purchased the Menu2Panel and have installed correctly. However, I have come across some issues with the module.
Once I published the module I had the following JS Error in the page.
"Uncaught TypeError: Object [object Object] has no method 'mmenu' "
I have subsequently disabled the other modules containing JS and have removed any unnecessary code but it doesn't work.
Any help gratefully received,
Thanks in advance.
Tim
11 years 2 months ago #1
by Tim Vaughan
I have recently purchased the Menu2Panel and have installed correctly. However, I have come across some issues with the module.
Once I published the module I had the following JS Error in the page.
"Uncaught TypeError: Object [object Object] has no method 'mmenu' "
I have subsequently disabled the other modules containing JS and have removed any unnecessary code but it doesn't work.
Any help gratefully received,
Thanks in advance.
Tim
Please Log in or Create an account to join the conversation.
- Posted by erwinschro (1034) Offline
Hello
There's call to jQuery library 3 times.
First can you de-activate jQuery library from the bt slideshow module?
Also there's another one loaded at the end of your HEAD section
which I'm not sure loaded from what module. Can you de-activate that too and leave jQuery from being loaded by your template.
Then let us know the result with jQuery unloaded from that module.
11 years 2 months ago #2
by erwinschro
There's call to jQuery library 3 times.
First can you de-activate jQuery library from the bt slideshow module?
Also there's another one loaded at the end of your HEAD section
<script type="text/javascript" src="http://code.jquery.com/jquery.js"></script>
which I'm not sure loaded from what module. Can you de-activate that too and leave jQuery from being loaded by your template.
Then let us know the result with jQuery unloaded from that module.
Please Log in or Create an account to join the conversation.
- Posted by Tim Vaughan (8) Offline
Thanks so much for your quick response. Worked first time with your amendments and works with the BT slide show. Just need to sort out my sticky header and Im good to go.
Thanks again,
Tim
11 years 2 months ago #3
by Tim Vaughan
Thanks again,
Tim
Please Log in or Create an account to join the conversation.
- Posted by erwinschro (1034) Offline