Hi,
My website is https://www.babydoc.co.il/newwebsite/wordpress/
I installed the menu according to your instructions, and it’s not working properly on the site – it’s as if the plugin cannot find the css file… The menu content (the links to the site’s pages) appears listed in simple ul>li form on the top of the page.
Do you think you can find out how to fix it?
]]>Eu insiro isto :
<a href="#mmenu">menu-mobile</a>
Mas ao clicar neste link o menu n?o aparece!
Only on the pages with other Jquery functions don’t let MMenu to work.
the trigger doesn’t work.
i tried using this:
<script type=”text/javascript”>
var $j = jQuery.noConflict();
jQuery(document).ready(function( $j ){
$j(“#my-menu”).mmenu();
});
</script>
but seems like it’s working halfway.
can you please help?
]]>I’m at a loss to figure out where to place the Menu code snippet in my Genesis child theme.
I’ve disabled the default genesis responsive-menu.js by commenting out the enqueue script function in the function.php file. So now in mobile view, the primary menu isn’t responsive.
Where do I add this code snippet to replace the primary navigation only in smaller screen views?
Great plugin, but could use better documentation to implement.
]]>My solution might not be gloabally but will lead you in the right direction to solve the problem.
At js/jquery.mmenu.min.all.js find the follwing code snippet within line 74:
r.add&&(e('<div class="'+o.search+'" />').prependTo(this.$menu).append('<input placeholder="'+r.placeholder+'" type="text" autocomplete="off" />')
and change it to the following or customize for your needs:
r.add&&(e('<div class="'+o.search+'" />').prependTo(this.$menu).append('<form role="search" method="get" id="searchform" class="searchform" action=""><input type="text" value="Search" name="s" id="s"></form>')
Your plugins has a major validation problem. There should not be HTML that shows-up in the < head >, which right now it is doing. I have tested this on a few different sites to see if the same problem occurs, which it does.
When you do think this will be resolved? Or do you have a quick resolve?
Cheers.
]]>Hi,
I just installed your plugin, but it’s not working for me at all…
If you email me I can give you the link to the site.
thanks! Kate
]]>Hi there,
Thanks for the plugin, it is great. Question. I’ve been trying to integrate mmenu, and then your plugin, mmenu lite (love the use of redux, btw) into a custom theme built on underscores (also with redux!). When I couldn’t get mmenu to work, I decided to try your plugin.
Your plugin works great when installed on Twentythirteen, but when I’ve got my theme activated, it is failing to recognize the shortcode text/toggle menu link a href="#whateverthemenuiscalled
placed in the theme file as being the thing that should trigger the open/close action of the side menu- it instead directs to mysite.com/#whateverthemenuiscalled.
So clearly this is an issue with my theme not supporting some kind of translation of the hyperlink to a menu location? I’ve never seen anything like it. Any ideas, since you have extensive experience integrating this plugin with wordpress, what I might be missing?
Site is on a local server and isn’t really ready for primetime, but i could share the functions.php.
Thanks much for any advice.
]]>I’m trying to use the “back” z-position setting to move the whole webpage to the side, but it’s only pushing over the content area, not the header. If I use “front” setting the menu will slide over top of the whole page, but I’m having not luck with pushing whole page over.
I’m using the Fusion theme by Elegant Themes.
]]>im using ultimathum framework and after i change the menu in mobile menu my header is placed at the bottom of the page. there is a div with class mm-page, the header is out of that div and just after that div. how can i fix it.
]]>