cookforweb
Forum Replies Created
-
Forum: Plugins
In reply to: [All In Menu - Header menu creator] Deploy on hoverHello Mike,
It is not possible to use the hover event because on mobile I use the same events and it will never open on these devices. Maybe later if I ll find some time or someone else want to add this functionality, the on hover deployment will be added.
Regards
Hello,
This is happening because you are using php version lower than 5.4.
In the next few days I gonna publish a new version to resolve this compatibility issue.
Regards,
Hi,
I still cannot reproduce the error on any wordpress installation which I update the plugin. If you can trust me create a user with “manage_options” privilege for me in order to check the error. You can use my gmail from our last conversation.
Regards,
ThanasisHi,
I just tested again the functionality and I confirmed that creator works fine.
What browser do you use?
Can you please press Ctrl + Shift + R to make sure is not a browser caching issue?
Forum: Plugins
In reply to: [All In Menu - Header menu creator] ShortcodeTopic resolved
Forum: Plugins
In reply to: [All In Menu - Header menu creator] ShortcodeHi ErickD,
From the core functionality of wordpress you submit the following line wherever you want:
<?php echo do_shortcode( ‘[menu_dash id=”your-menu-id”]’ ) ?>Reference: https://developer.wordpress.org/reference/functions/do_shortcode/
As far as the menu visibility is concerned it is supposed that is visible in all devices. The extra option you have is to make it sticky on desktop screens ( > 780px )
Best Regards,
Forum: Plugins
In reply to: [All In Menu - Header menu creator] ShortcodeHi,
The shortcode is [menu_dash id=”your-menu-id”]
If your plugin is on 1.0.1 version your can see it in menu list.
Best Regards,