There are tons of categories on my website. Now, in new mobile theme Sub-Categories or other categories are displayed under Main Category title. Most of the time, that category don’t have sub-category. In that case, theme shows random categories from WordPress which aren’t even active on Theme Menus. Can you please remove those extra categories from under Category title from category page on mobile site? Or at least make it optional. This is just a suggestion.
Currently we have to hide each category one by one from category section, which is very hectic.
Hi,
Thank you for your suggestion. The mobile theme siply shows the realted category tags as the desktop version will also display if you chose a category template that has this option;. If you want to hide all category tags, you can use this single css code:
.td-category-siblings{
display: none!important;
}
Thank you!
Thank you for prompt reply. Where exactly do I need to insert this code?
Hello,
You will have to add this code in custom CSS area from your Theme panel, like this -> http://screencast.com/t/paUujHnHM12
Thanks.
Hello,
It’s showing error (Screenshot: http://buddybits.com/wp-content/uploads/2016/05/Error.png) and sub categories are still there on site (www.buddybits.com/section/people)
Hi,
That is no error, but a simple warning that lets you know you use the !important tag. This can be ignored. Please add the code in the theme panel->mobile theme->custom css box and click the save button http://screencast.com/t/LhHu73MJC4PZ.
Thank you!