Hi,
1. When I combine categories eg. website.com/category/category1+category2, the category pulldown filter in the archive page looks weird. Here’s a screenshot –> https://ibb.co/dKRY0U (no problem if the archive is only for one category)
2. How do I choose the items in the archive pulldown filter? –> https://ibb.co/ciGBn9 For example, remove “7 days popular”, and “by review score”
3. How do I remove the Category archive pulldown filter altogether?
Thanks for your time.
-
This topic was modified 7 years by
ecstaticperson.
Also I just realized now,
#4. there are duplicate posts on the category archive page when I do combine two categories site.com/category/category1+category2. How do I prevent duplicate posts in this case? ty
Hello ecstaticperson,
1)It seems to be strange to this behavior. I have inspected your category page and I saw that problem happened due only for this category page and the code below will be applied only for this page. Use the code below and place it in Theme panel.
.category-5380 .td-category-pulldown-filter{
top:30px;
}
2)You should use the code below ->
.td-pulldown-filter-item:nth-child(4){
display:none;
}
.td-pulldown-filter-item:nth-child(5){
display:none;
}
3)Also, if you want to remove that filter altogether, can do this from Theme panel, from here -> https://www.screencast.com/t/Bm4NPdJCBkt2
4)Provide some useful screenshots of the problem so I can identify it closer. Also, if you are using some untested plugins, try to disable all of these to avoid any conflict.
Thanks for the message!
Hi, thank you for your help.
Here’s an example of duplicated posts in archive https://ibb.co/chd8Kp
Hello ecstaticperson,
It seems to be strange behavior, sorry! Try to make some changes to your theme panel regarding on Category (for example, change the category template to another), save it, clear all the caches and check the results. If the problem is still there, please send us an email at contact@tagdiv.com with your log-in information (wp-admin) so we can further investigate it closer to your setup page. Provide there the link to this topic so we can quickly identify you.
Thanks for your understanding!