hugogmg
Forum Replies Created
-
Forum: Plugins
In reply to: [Polylang] [Plugin: Polylang] Menu navigationI do recommend to put this matter into the documentation. To have the menu registered
Forum: Plugins
In reply to: [Polylang] [Plugin: Polylang] Menu navigationExactly I do it like
wp_nav_menu(array(‘menu’=> ‘your_menu’));
and with others parameters but not using the theme location.
Nevertheless It dosen’t matter. I can still register the menu and use the menu location without letting the user change it.
It works prefect.
Thanks
Forum: Plugins
In reply to: [Polylang] [Plugin: Polylang] Menu navigationIn my case the menus are not added by a widget. so I create the menu from WP and then I call it with the wp_nav_menu() function.
Forum: Plugins
In reply to: [Polylang] [Plugin: Polylang] Menu navigationChouby
I have found the fix. Please add this to the doumentation.I ussualy use the menus without giving the user the posibility to select the theme position.
But with this plugin the register_nav_menus has to be used in the functions.php file for the Menu tab to show at Languages settings.
That was very important. I have follow the example in here for this to work.
Thanks for your time.
Forum: Plugins
In reply to: [Polylang] [Plugin: Polylang] Menu navigationFirst thanks for the cuick response.
Yes, I have created the languages. What I dont have is the register of a zone menu in the function.php file.
Is this nesesary for the plugin to work?
Forum: Plugins
In reply to: [Magic Fields] [Plugin: Magic Fields] "Set image in field" not responsiveI had the same problem.
the response of lbweb worked for me.