Hi,
Did you create a category page with some page builder?
What theme are you using?
Regards,
Dmytro
I am using generatepress and i don’t use page builder. I edit templates on a child theme. I use the plugins’ shortcode to display single or group filters anywhere i want. In shop template everything works as expected. Category pages (and generally taxonomy pages) seem to have an issue displaying the filters. Of course it is woocommerce templates that handle the shop and category pages.
Plugin Author
RazyRx
(@razyrx)
Hello,
Please check admin bar panel on page where filters not displayed for more information https://docs.berocket.com/plugin/woocommerce-ajax-products-filter#how-do-i-check-filter-problems
Regards,
Oleg
Unfortunately there are no errors. Here is an example category page…view
Plugin Author
RazyRx
(@razyrx)
Hello,
Please provide screenshot of admin bar panel, what information it is display about filters?
Regards,
Oleg
Plugin Author
RazyRx
(@razyrx)
Hello,
Do you use some custom query on this page?
Because it seems plugin cannot recognize products query and just ignore it.
Regards,
Oleg
No, it’s just the filter and the products. I display the products using woocommerce shortcode that displays only the products of a certain caregory.
Hi,
You are overwritting WooCommerce output with own. Our filters attached to the WooCommerce queries on the pages provided by WooCommerce.
Try to add [brapf_next_shortcode_apply] shortcode right before the products shortcode.
Regards,
Dmytro