In search bar why does it show only 7 Categories and not the full category list?
-
In the search bar dropdown it shows only 7 categories instead of showing the full list of all categories?
I checked on demo store, that also has 7 categories only on search bar?
How do I resolve this?
Please see attached screenshot for more clarity
Attachments:
You must be
logged in to view attached files.
Hello,
Please check the categories that do not show. Do they have the products?
Please please, provide your site admin access to the private area.
Please confirm the permit for us to deactivate the plugins not related to the theme and switch to the parent theme for the while of checking what may take up to 15 minutes.
Best Regards
Hello,
Please deactivate all the plugins not related to the theme and switch the parent theme, check the issue, If the problem has gone, activate the plugins one by one, checking the issue to detect which one causes the problem.
Best Regards
I have shared my credentials, request if you can resolve the issue.
Hello,
All your categories are shown in the Search form, when you hover on the drop-down, you will see the scroll and all your categories. https://gyazo.com/5fb82e2a064302fb32dabd7c804ae037
If you want to make the drop-down height longer, please add this code to the Theme Settings > Custom CSS > Global:
body .search-by-category .list-wrapper .woodmart-scroll-content {
max-height: 330px;
}
Best Regards
In the search bar dropdown, Would you be able to guide how do I show parent categories in Red bold writing and child categories in Grey (as it is)
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .search-by-category ul li a{
color:red;
font-weight:800;
}
body .search-by-category ul.children li a{
color:green;
}
Please set the colors as per your needs.
Best Regards