Hello,
I have JQuery filtering setup to filter each blog category. Every category on the page has at least one post linked to it, however; only some categories actually display the posts, the others show up blank. In the browser console it does however list the hidden blog posts with a display:none. I've tried everything I can think of to figure out why a display:none is getting linked to random categories using the filtering.
I'm using only a small handful (4) plugins and have the most recent version of Be installed.
Again, each category on that page has blog posts so each category should display something when filtered.
Thanks for your help!
Comments
please disable all plugins first and check if this helps because plugins are usually the reason of any weird issues.
Thanks!
jQuery filtering does will not load the items from the next page and is sorting them around currently visible items only. And when there is no available items from specific category, such items won't be displayed. So if you want to load all items, you need to increase "Post per page" value for this item to display all items on one page.