cookforweb
Forum Replies Created
-
Forum: Plugins
In reply to: [All In Menu - Header menu creator] Meny doesn't activateHi Isla,
I m glad you liked the menu. I hope you can use it
Yes it is possible that is a matter of php version. It is lower than php 5.4?
Regards
Forum: Plugins
In reply to: [All In Menu - Header menu creator] Minor bugsVery nice work. I like your site.
As fas as your suggestion is concerned I ll have to think it a while. I was always cautious with hover because some users who use youtube in their menu when the mouseleaves the menu the video still plays and it is really annoying.
So I have to think a general solution about hover effect which probably include your suggestion too.
Best Regards,
ThanasisForum: Plugins
In reply to: [All In Menu - Header menu creator] Minor bugsI see, thanks again man…
Forum: Plugins
In reply to: [All In Menu - Header menu creator] Minor bugsHi leshaabr,
Thanks for the feedback.
Do you have a ss (screenshot) for the first one?
Forum: Plugins
In reply to: [All In Menu - Header menu creator] Hover and mobile z-indexThat’s great, thank you.
I m gonna publish the updated version of the plugin tomorrow.
Best Regards
Forum: Plugins
In reply to: [All In Menu - Header menu creator] php and shortcodes in columnsHi Leshaabr,
Your recommendations are really useful and I m sure that will boost plugin’s popularity. However I think that is very tricky to allow PHP execution inside the menu builder because of safety problems.
Adding shortcodes (in general, not only woocommerce) is far more reliable and easy to implement. I think I ll try it in the next days. Because I m not so familiar with woocommerce can tell me some examples of woocommerce shortcodes?Regards,
Forum: Plugins
In reply to: [All In Menu - Header menu creator] Hover and mobile z-indexHi,
Please take a look at https://github.com/cookforweb/all-in-menu/tree/hover which is the new branch for the hover effect. You can test it in order to provide us some feedback.
Regards
Forum: Plugins
In reply to: [All In Menu - Header menu creator] Deploy on hoverHi Mike,
Thank you for your css value and for your time you spent on this. I added your value on the new branch I created about the hover event. You can find it here: https://github.com/cookforweb/all-in-menu/tree/hover
My main concerns about hover effect is the mobile behavior of the menu. As you can see I added the exception in “mouseenter” effect to be applied only if the window is bigger than 768px (where the mobile menu is enabled).
Please download the branch from github and test it yourself and make any correction you like.
Regards,
ThanasisForum: Plugins
In reply to: [All In Menu - Header menu creator] menu using siteHi 129mac,
I checked your site but you didn’t add our plugin but the megamenu plugin. You must post your thread on megamenu’s support forum.
Regards,
Forum: Plugins
In reply to: [All In Menu - Header menu creator] menu using siteHi,
@strannik22 Sorry for the delay answering that. No dekosy.com is not using the plugin. Is drupal installation.
@129mac The menu disappears even though the mouse is not leaving the menu div?
Forum: Plugins
In reply to: [All In Menu - Header menu creator] Hover and mobile z-indexHi leshaabr,
I just added the new css value to .horizontal #md_nav.active but the hover effect is not so simple and I ll try to add it in the next version.
I also created the https://github.com/cookforweb/all-in-menu in order to create if you want a new branch to work on the hover effect.
Regards
Forum: Plugins
In reply to: [All In Menu - Header menu creator] ShortcodeHello 9art,
It s great you loved the plugin. You can add the short code in the header.php file in the position you like (it depends from the theme). Maybe you can add it after logo image. You can make tests to see how it fits. The code you must add is <?php echo do_shortcode(‘[menu_dash I’d=”YOUR_ID”]’); ?>
Regards
Forum: Plugins
In reply to: [All In Menu - Header menu creator] Add new menuThere is an incompatibility with versions below PHP 5.4 because it uses the json_encode with UTF8 encoding which was added in PHP 5.4.
This is in the fixing queue and I ll try to complete it in the next few days.
Regards
Forum: Plugins
In reply to: [All In Menu - Header menu creator] Add new menuHi,
Do you know your server’s PHP version?
Regards
Forum: Plugins
In reply to: [All In Menu - Header menu creator] Deploy on hoverHi Mike,
I m afraid there is not a another version that I didn’t used, for the hover event. If you want to experiment with the JavaScript events just replace the events you want in js/all-in.js
For the second thing you mention is a bug I didn’t noticed so far. There is a class active in the a.menu-link elements that is not removed when the menu item is being closed.
I ll try to fix it if I ll find some time…
Regards