Hai, I just want only “more” button on ajax categories drop down, when the user hover cursor on more, all categories should be seen.
As of now, if i add more than 4 categories, 3 categories show up on first and then remaining categories will show up on more button, but I want only more button and when user hover there all categories drop down should come.
Hello? Any update, I can provide more information if you guys want, please answer.
Refer screenshot one:
https://imgur.com/a/bO3HOGD
In this there are four categories, I do not want these categories to show up. But I want categories to appear only in ajax drop down.
Like this: https://imgur.com/a/PqGl9oW
Categories should appear only in ajax drop down, not 4 categories on header of block and remaining on drop down.
I want all categories to be listed on when user hover on “more” button
Hi,
Unfortunately the ajax filter from blocks and flex blocks do not have an option for this, this will display categories until there is no space in block header and only after that the categories will be set in drop down filter, this is the way is suppose to work.
Thank you for your understanding!
Calin, I do understand that the drop down appears only when there is space for the categories, is there any work around?
Like adding invisible text to fill that space or something like that?
Kindly help me out as this is very necessary for me.
-
This reply was modified 6 years by
shravan5921.
Sorry but your reply is so disappointing, I can see so much of post replies where most complex issues and customization are done. This is a simple thing I’m asking.
I just want to hide the categories on Ajax.
So sorry but I didn’t expect this from Newspaper theme, the only reason I bought this theme is because of the support.
I’m truly disappointed.
Hi,
You can hide those categories that are appearing in ajax -> http://prntscr.com/q3r9lb , but you can make theme to appear in dorpdown only with custom work.
http://prntscr.com/q3rav7
.td-subcat-filter .td-subcat-list{
display: none;
}
The code need to be set in theme panel > custom code> custom css.
Hope this will help you!
Thank you!
It shows that in live css, when you save the code, it will hide more button as well, kindly test once.