cookforweb
Forum Replies Created
-
Forum: Plugins
In reply to: [All In Menu - Header menu creator] Menu does't work on mobile versionHello,
I checked your website a little bit but I can’t figure out why the menu is not working. It’s like a CSS conflict from another plugin.
Do you have an similar menu plugins?
Forum: Plugins
In reply to: [All In Menu - Header menu creator] ImprovementHi aurepons,
It is true that this feature is very useful and is already included in the next version. Unfortunately though, the next version release date cannot be estimated because of lack of contributors. Basically the plugin development is frozen the last months. If you interested to contribute please let me know.
The plugin github is this https://github.com/cookforweb/all-in-menu
Best regards from Greece.
Forum: Plugins
In reply to: [All In Menu - Header menu creator] Menu does not load on page first timeHi,
I checked your site pages (the ones you added the menu) and I could see the menu regularly from the first time. I can’t see where is the problem.
Can you please check it from another device?
Forum: Plugins
In reply to: [All In Menu - Header menu creator] Make sub-menu, you can with: All In Menu?Hello,
Unfortunately this feature is not currently available.
Regards
Forum: Plugins
In reply to: [All In Menu - Header menu creator] I could not make it work.Hi,
You should enter the line below to see your menu. Perphaps you want to submit it in your header.php file of your theme.
<?php echo do_shortcode( ‘[menu_dash id=”YOUR_MENU_ID”]’ ) ?>Don’t forget to replace the “YOUR_MENU_ID” with your menu id you created. You can see the ID in your menu list.
Regards
Forum: Plugins
In reply to: [All In Menu - Header menu creator] 4th columnHi,
The maximum number of columns supported is 4. This is because I couldn’t find a descent way to show the 5 or 6 columns on mobile devices.
In the demo you can see some menu items with 4 columns
http://allinmenu.cookforweb.com/Regards
Forum: Plugins
In reply to: [All In Menu - Header menu creator] I could not make it work.Hello,
Thank you for using our plugin
Did you inserted the shortcode on your theme template?
Regards,
Forum: Plugins
In reply to: [All In Menu - Header menu creator] Search Tab not functioningHello ipa237,
Do you have a custom search page?
Unfortunately 4 columns is the max columns you can use. Because of some styling issues I chose not to add more columns option.
Regards
Forum: Plugins
In reply to: [All In Menu - Header menu creator] Menu does not load on page first timeHello,
Sorry for the delay answering your ticket.
Do you still need help on this?
Regards,
Forum: Plugins
In reply to: [All In Menu - Header menu creator] youtube menu sizeI just noticed this ticket but I think you already solved this.
Do you need any further help?
Hello,
I’m terribly sorry I didn’t noticed your request. I didn’t receive any email notification in my gmail from your request.
Do you still need help for this?
Forum: Plugins
In reply to: [All In Menu - Header menu creator] Minor bugsThanks leshaabr, I m working on it.
Forum: Plugins
In reply to: [All In Menu - Header menu creator] Meny doesn't activateIf you add a WP Cache plugin you don’t need to activate the plugin’s cache. There is no need to mess up with two level caching machines. A WP Cache plugin is always better.
Forum: Plugins
In reply to: [All In Menu - Header menu creator] Meny doesn't activateHi Isla,
I m sorry but documentation is not ready yet. The plugin is relative new so there are many missing things one of which is documentation. I hope that in the next few days to publish some instructions.
Cache is a tool to prevent menu html generation for each pageview. Depends on the items you add in a menu, some menus maybe execute a lot of queries to the database, so cache is helping site performance.
Best regards
Forum: Plugins
In reply to: [All In Menu - Header menu creator] Minor bugsHi leshaabr,
I m now working on your suggestions. It’s a little bit tricky this matter with widgets, because I don’t know what the widget has inside…
Do you think that instead of adding widgets in the menu should add an option to define a widget area (register_sidebar) inside the menu?