Home › Forums › Themes Support › Claue › Shop sub category menu dropdown list
- This topic has 13 replies, 3 voices, and was last updated 6 years, 7 months ago by mikestar.
-
AuthorPosts
-
-
August 3, 2017 at 7:42 am #7586
On the shop sub categories show on the drop down.
How can i disable this feature, or even better perhaps limit and select the sub categories that appear?
disply:none will not work here as I plan to have many subcategories and down want them loading on the shop page even if not displayed.
thank you
-
August 3, 2017 at 4:24 pm #7597
Hi,
You mean this menu on shop page http://take.ms/1eUU5?
You can remove this menu by go to Appearance > Widgets > WooCommerce Categories Menu Sidebar > Remove widget.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
August 3, 2017 at 6:56 pm #7612This reply has been marked as private.
-
August 3, 2017 at 6:58 pm #7613This reply has been marked as private.
-
August 3, 2017 at 7:32 pm #7618
Hi,
You can add custom css
.shop-top-sidebar .product-categories li ul { display: none;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
August 3, 2017 at 7:53 pm #7621
Hi Harry,
The issue I have with this, is that I will be still loading 100’s of categories on the page, so the page may start to slow up even with this display none ?
Is there any code that I could add to functions in child to remove this ?
Many thanks,
-
August 3, 2017 at 10:29 pm #7623
Hi,
You can add below code to child theme
And change 11, 122, 127 to your categories ID number.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
April 19, 2018 at 1:36 am #19202
For product categories, there is no indication to users that a category also has a sub-category. Can we add a small (down)arrow automatically to categories that have sub-categories. If this could be included in upcoming update then that would be great. Any chances?
-
April 19, 2018 at 9:46 am #19213
Hi Mikestar
Please use below code and add to Claue > Theme Option > General Layout > Custom CSS
.shop-top-sidebar .widget ul li.cat-parent:after { content: '\f107'; position: absolute; font-family: 'FontAwesome'; top: 10px; right: 2px; }
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
-
-
April 19, 2018 at 10:34 am #19221
Hi Harry, Thanks for the code! It worked fine and I can now see the dropdown arrow. But the dropdown(sub-categories) on Mobile site does not work(cannot be seen)..
-
April 19, 2018 at 6:40 pm #19249
Hi Mikestar,
I help you fixed this issue.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio-
April 19, 2018 at 6:54 pm #19253
Yes Harry, The arrow is visible for parent category. But on Mobile Device, how can a user choose a sub-category? On mobile, if I click the dropdown arrow nothing happens, and if I click on the parent category then the category opens instead of dropdown. So how can we choose a sub-category on Mobile device?
-
-
April 20, 2018 at 10:36 am #19295
Hi,
It now i don’t have solution for sub-menu on mobile 🙁 We will implement when have solution.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
April 20, 2018 at 12:55 pm #19311
We will implement when have solution.
Great. Thanks for considering it in future update 🙂
-
-
AuthorPosts
You must be logged in to reply to this topic.