MEnu 2 Panel
- Posted by Tim Vaughan (8) Offline
Hi, for your information i placed the following code in the page.
<script>
jQuery(document).ready(function(){
jQuery(".module_menu").show();
});
</script>
with the .module_menu set to display:none; in the css.
Seems to have done the trick!
Thanks for your help looking into this.
Regards,
Tim
10 years 2 months ago #7
by Tim Vaughan
<script>
jQuery(document).ready(function(){
jQuery(".module_menu").show();
});
</script>
with the .module_menu set to display:none; in the css.
Seems to have done the trick!
Thanks for your help looking into this.
Regards,
Tim
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5310) Offline
- Posted by Tim Vaughan (8) Offline
Me again. Hopefully this will be the last time I bug you. I have a site that I have updated from a previous build the uses Menu2panel. I am intrigued to find out how the class of "mm-page" gets inserted in the page and surrounds the content. The reason being that in the new build it uses a <header> and the "mm-page" gets located beneath it and is therefore now working. Or that is the reason I think it is.
Also, /#mmenu-right is being added to the url on click.
redefinebdltest.frogboxdigital.com
Again, any help gratefully received.
Tim
10 years 2 months ago #9
by Tim Vaughan
Also, /#mmenu-right is being added to the url on click.
redefinebdltest.frogboxdigital.com
Again, any help gratefully received.
Tim
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5310) Offline
That div with class mm-page is generated / appended by javascript.
If it doesn't work with the top position, try to publish the module in the footer position.
10 years 2 months ago #10
by TemplatePlazza
If it doesn't work with the top position, try to publish the module in the footer position.
Please Log in or Create an account to join the conversation.
- Posted by Tim Vaughan (8) Offline
Tried it in the footer and it still doesn't work. I'm not sure if the script is loaded correctly. There seem to be no events attached to the menu button?
Any ideas?
Thanks,
10 years 2 months ago #11
by Tim Vaughan
Any ideas?
Thanks,
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5310) Offline
Strange, there is no error in the console.
You can try to switch the template to the default one to check whether this is a template related issue or any else.
You can also try to disable all modules / plugins on that page , one by one, to find out which extension caused the problem.
10 years 2 months ago #12
by TemplatePlazza
You can try to switch the template to the default one to check whether this is a template related issue or any else.
You can also try to disable all modules / plugins on that page , one by one, to find out which extension caused the problem.
Please Log in or Create an account to join the conversation.