Plugin Author
WPXPO
(@wpxpo)
Hello @danielkohler,
Yes, you are right. When you add a category in Query then you can not find the “Filter Category”. It’s logical for us. Filter is an option where people can show posts by clicking a category. So you need to Category in Query. Am I right @danielkohler? I discuss your issue with a developer but he said the same thing. If we are wrong let me know, then I will solve this problem ASAP.
Have you any more questions or suggestions? Feel free to ask me.
Thanks a lot.
Thanks for your words.
I have one Main category “Equipment” and various subcategories “Mics, Interface, PreAmps etc”. Each post ist assigned to a subcategory and all posts are assigned to “Equipment”.
I would like to show all Posts “Equipment” -> Query , and be able to filter the subcategories -> filter. But as soon as i define “equipment” ind query the filters don’t work anymore, whole equipment is shown always. if i do not define a query the filters work, but as default all posts from all wordpress-categories ar shown…
does this make sense?
thanks
daniel
Plugin Author
WPXPO
(@wpxpo)
Hello @danielkohler,
The filter issue is fixed locally and we will release an update next week.
Thanks
Great News Guys! Keep it up!
Plugin Author
WPXPO
(@wpxpo)
Hello @danielkohler,
We already fix this bug and released an update today. Please check it now. If you have any more problem let us know.
We already asking for a 5-star rating one of your forum posts. If you are satisfied with this plugin then please consider it.
Thanks a lot
WPXPO Team
Seems to be better. Clicking on a Filter (subcategory) shows posts in this subcategory. but it shows a limited amount of posts (4), even if i define max. posts 30. and bad css in some designes (filter/header overlaying posts).
Plugin Author
WPXPO
(@wpxpo)
Hello @danielkohler,
I got your problem. You need to wait for the next week. We will fix this in the next update.
Stay safe from coronavirus.
Plugin Author
WPXPO
(@wpxpo)
Update your plugin now. Now after Click the filter always show the fixed number of posts depending on this field-
Settings (Tab) > Query (Section) > Number of Post (Field)
If you want to show the ultimate number of the post then-
File Path-
/ultimate-post/classes/Initialization.php
Line Number 171 found this code-
if(isset($value[‘attrs’][‘queryNumber’])){
$attr[‘queryNumber’] = $value[‘attrs’][‘queryNumber’];
}
Replace this code with-
$attr[‘queryNumber’] = -1;