Diana van de Laarschot
Forum Replies Created
-
Hi dlusionz,
in version 1.0.1 of my plugin, I noted in the changelog: “Added hook wp_nav_menu_item_custom_fields for compatibility with other plug-ins adding fields to the Appearances > Menus page.” and on my website I mentioned the change back then as well: http://blog.dianakoenraadt.nl/en/2015/04/category-posts-in-custom-menu-now-works-with-wp_nav_menu_item_custom_fields-hook/
Reason: if everyone is editing the Appearance>Menus page, only the last plugin in line actually gets to edit that page.
I cannot be 100% sure, but if Extra has options for Mega Menus, then yes that could be the case. If you contact them, please let them know that by adding the aforementioned hook, they are increasing their compatibility with multiple plugins out there.
Kind regards,
Diana- This reply was modified 9 years, 7 months ago by Diana van de Laarschot.
Forum: Plugins
In reply to: [Category Posts in Custom Menu] All Posts at the end of each menu item.Hi Marcos,
right now, you do this by manually adding a Category, Tag or Taxonomy link right after or as a child of the menu item that you checked for replacement.
Kind regards,
DianaForum: Plugins
In reply to: [Category Posts in Custom Menu] Generating menu from custom fieldHi Andrew,
no, you cannot do that with this plugin.
Kind regards,
DianaHi delcour,
thank you for your message. Have you reverted to the default WordPress theme? Does that work?
Kind regards,
DianaForum: Plugins
In reply to: [Category Posts in Custom Menu] How to use for product categoriesHi deldavid,
under ‘Subcategory posts’ choose ‘Include’. That should include all posts of both the chosen category and its subcategories.
Kind regards,
DianaForum: Plugins
In reply to: [Category Posts in Custom Menu] Archive description not being savedHi leticiatm,
Could you be more specific please?
1. Are you trying to use a custom field?
2. What do you mean “won’t save”?Kind regards,
DianaForum: Plugins
In reply to: [Category Posts in Custom Menu] Doesn't work with wpml pluginsHi Ehsan,
you’re right, it’s not compatible with WPML. I haven’t put in the effort to make it compatible. Anyone who is willing to do this can send the result to me and I’ll include it in the plugin.
Kind regards,
DianaForum: Reviews
In reply to: [Category Posts in Custom Menu] Great but no more compatible!Hi yanginsider,
I’d advise you to disable all other plugins except mine and re-enable them one by one; one of them is conflicting with my plugin. Either that or your theme is, it’s not the WordPress version: I’m running 4.4.2 on my test server and it works just fine. Please open a ticket if the problem persists.
Kind regards,
DianaForum: Reviews
In reply to: [Category Posts in Custom Menu] GreatResolved, as noted here: https://wordpress.org/support/topic/do-note-see-the-option-anymore?replies=4
Thank you for reviewing! 🙂
Forum: Plugins
In reply to: [Category Posts in Custom Menu] Show category (%post_category ?)Hi Clément,
I will not be implementing this wildcard directly, but I will allow further extensions of my plugin that can process additional wildcards. Keep an eye out for the next version.
Kind regards,
DianaForum: Plugins
In reply to: [Category Posts in Custom Menu] Show category (%post_category ?)Hi Clément,
thank you for responding. I could add such a wildcard, but the exact behavior needs to be specified first.
Suppose we have categories:
- Category 1
- Category 1A
- Category 1B
- Category 1B-1
And suppose we have posts:
– Post 1 in Category 1
– Post 2 in Category 1A but not in Category 1
– Post 3 in Category 1A and explicitly also in Category 1
– Post 4 in Category 1B-1 but not in others
– Post 5 in Category 1 and Category 1B-1
– Post 6 in *all* categoriesSuppose I display Category 1 Posts (including subcategory posts), and specify usage of %post_category.
What would you expect to see?Kind regards,
DianaForum: Plugins
In reply to: [Category Posts in Custom Menu] Do note see the option anymoreHi chewbii,
thank you for replying.
If you are willing, you could report this issue to the author of WPtouch Mobile Plugin and inform them of a way to make their plugin compatible with all other plugins that modify the menu.Please inform them that by implementing and using a hook called “wp_nav_menu_item_custom_fields”, compatibilty can be achieved. More information here: https://wordpress.org/support/topic/dont-forget-an-action-hook-for-adding-additional-menu-fields?replies=6
Kind regards,
DianaForum: Plugins
In reply to: [Category Posts in Custom Menu] Do note see the option anymoreHi chewbii,
thank you for posting on the forums.
Could you try disabling all plugins and reverting to any of the WordPress default themes such as twentythirteen?
I expect the theme change may be involved, there could be conflicts with the theme or other plugins (as mentioned in the FAQ)Kind regards,
DianaForum: Plugins
In reply to: [Category Posts in Custom Menu] WooCommerce hidden products visible in menuHi Henri,
I have *not* tested this as I am not using WooCommerce myself, but you might be able to use meta_key, meta_compare and meta_value
$query_arr['meta_key'] = '_visibility'; $query_arr['meta_compare'] = '!='; $query_arr['meta_value'] = true;Again, this is UNTESTED code, no guarantees.
Kind regards,
DianaForum: Plugins
In reply to: [Category Posts in Custom Menu] Doenst work with virtue theme ?Hi Stephane,
Thank you, I hope the theme developers are willing to add the aforementioned hook 🙂
Kind regards,
Diana