I am using porto theme and every shortcode i use i cannot add a master menu like PRODUCTS and then bellow add all the categories on hover of products menu, any idea?
]]>The plugin is perfect. It really is.
Unfortunately it is not working in generatepress “slide out menu” or the standard main menu out-of-the-box.
Probably i’m setting something wrong with the shortcode ??
Any advice is greatly appreciated.
Hi, thanks for developing this great plugin! Unfortunately I couldn’t make it to work properly.. Could you please make a test in your testing environment installing OceanWP, OceanWP Extra, Woocommerce for product categories?
The menu seems to be opened or completely drop down.. it’s showing the links of the categories but it seems that it’s affecting or breaking the CSS.. of the theme.. The OceanWP Extra plugin offer a second layer of customization for the so, it’s probably that the one affecting the behavior of your plugin is this plugin.
I would appreciate if you can share with me some CSS or script to make your plugin work properly, Thanks for your help!
Regards
]]>Hi guys, great plugin but the style of my dropdown menu is a mess (Bike shop item) & doesn’t match the other menu items. https://wpcareplans.ie/product-category/bikes/ What am I doing wrong?
This is code im using
[autocategorymenu taxonomy=”product_cat” level=”2″ prnt_tag=”ul” chld_tag=”li” prnt_cls=”sub-menu” chld_chc=”menu-item-has-children”]
]]>Hello How can i use your plugin to pull product categories and subcategories in Menu, let me know short code for it.
Also i want to know how can we get paid version of this plugin.
]]>Hello,
After updating to 2.0.2 this fix https://www.ads-software.com/support/topic/custom-taxonomies-base-permalink-fix/ seems to stop working (or maybe I am not smart enough to apply it right). Please give the final good right iron-durable fixing code again or better yet update the plugin with fix already added.
hanks a lot.
]]>This plugin works well with many themes. However, some themes produce menus with a different structure. HTML elements and/or their CSS class names may differ. In this case the menu will not appear correctly on your website according to your theme. This is because of your theme, not the plugin.
BEFORE RATING:
Please don’t give the plugin a low score if the menu doesn’t work correctly in your theme. If you have HTML and CSS knowledge, there is the possibility to adapt it to your theme using parameters.
SUPPORT:
I respond to support requests and help to solve them, also on my blog. When advanced customization is needed, professional work is required. You can contact me for this.
LOCALIZATION:
I am waiting for the help of people who can volunteer to translate this plugin. Visit:
translate.www.ads-software.com/projects/wp-plugins/automatically-hierarchic-categories-in-menu
Hello,
I use your plugin to display the categories in the third position of the main menu (horizontal at the top of the pages).
The plugin adds an empty block. The generated HTML code includes an empty entry:
I tested on several browsers…
Can you help me ?
Thanks in advance.
]]>Hi there,
plugins worked very fine for me. Just one thing, Is there any way to remove the collapse function and make all categories 100% visible? without the arrows to open the submenus etc?
Thanks!
]]>i have woocommerce subcategories that i’d like display without the primary category. how to i adjust the shortcode for this?
for example my product categories are
Veggies
-> Carrots
-> Peas
-> Corn
Fruits
-> Apples
-> Oranges
-> Berries
how do i create shortcodes to show just the three Veggies available in my menu?
spoiler, this doesn’t do it, tho i like your shortcode generator. thanks for that.
[autocategorymenu taxonomy=”product_cat” level=”2″ chld_cid=”2″]
Is there any way to remove the uncategorized menu and/or only show items that have one or more post or category attached to it?
]]>Hey!
I have a question for you, i see that categories are listed by Order ID, i want to gave them a specific order that is not alphabetically or by date.
Is there a way to solve it?
Or any workaround, maybe changing the categories ID number to have them in proper order?
Здравствуйте. Меню категорий выходит за размер экрана на андроид в случае если название категории слишком длинное. Возможно если переносить название категории на другую строку это решили бы проблему, или у вас есть более профессиональное решение?
]]>Please, add this code to your /includes/class-auto-hierarchic-category-menu.php file. Line 226:
else{
global $wp_rewrite;
$termlink = $wp_rewrite->get_extra_permastruct( $attr[ 'taxonomy' ] );
$link_sub = str_replace( "/%{$attr[ 'taxonomy' ]}%", '', $termlink );
}
This code add the base permalink to custom taxonomies. Tested and working.
And fix line 249:
$link=$slug.'/'.$category->slug.($params['linkget']?'?'.$params['linkget']:'');
Or add a new option to your shortcode to use the trailing slash or not. Not all websites use the trailing slash. We never use it.
Best regards.
]]>Hello and thanks for this beautiful plugin!
I use Impreza theme and cannot do perfect match with theme menu layout.
Could you add parameter to add sub item inside the a
tag which is inside the children item of menu?
It’s almost as “subi_aft – sub item, after has children item” but before </a>
.
For example, I have this when I use subi_aft="<span class='w-nav-arrow'></span>"
:
<ul class="w-nav-list level_2">
<li class="menu-item menu-item-has-children togglable">
<a class="w-nav-anchor level_2" href="#">
Blythe
</a>
<span class="w-nav-arrow"></span>
<ul class="w-nav-list level_3">
<li class="menu-item">
<a class="w-nav-anchor level_2"
href="#">
Dresses
</a>
</li>
</ul>
</li>
</ul>
But I need get this:
<ul class="w-nav-list level_2">
<li class="menu-item menu-item-has-children togglable">
<a class="w-nav-anchor level_2" href="#">
Blythe
<span class="w-nav-arrow"></span>
</a>
<ul class="w-nav-list level_3">
<li class="menu-item">
<a class="w-nav-anchor level_2"
href="#">
Dresses
</a>
</li>
</ul>
</li>
</ul>
I need move <span class="w-nav-arrow"></span>
inside a
tag.
This awesome plugin worked in Divi theme at first. Really helpful building trees for 1,300 product categories.
But now it stopped working.
It displays the auto shortcode as text instead or interpreting the shortcode.
Ideas of how to fix?
]]>Hello,
what a fantastic plugin. Thanks for sharing! I would like to have the ability to add the category name(s) as class names to every menu item. Would this be possible with your plugin? I swa that one can tweak the shortcode but didn’t find this option.
Thanks a lot!
Best
Pierre