Hi!
I’m working in a shop that uses this code provided on your forums:
add_theme_support( ‘avia_custom_shop_page’ );
to create a custom shop page using the avia builder. It does work well except for the filter widget. There’s an attribute filter widget in the right sidebar that is not working properly.
Product price filter is not working well also.
Could you check the reason of what’s happening? In the normal shop page (no builder) they works well.
Links and login data sent in private section
Regards and thanks in advance
I think it is only because the shortcode functionality for widgets is not yet unlocked.
Can you try this in your child-theme functions.php :
add_filter( 'widget_text', 'do_shortcode' );
Hi friend, this one is not working. I’m not using text widgets with shortcode, i’m directly using woocommerce price and attribute filter in the sidebar
Hi cohetete,
Please have a look at the following thread:
https://kriesi.at/support/topic/price-filter-on-a-custom-shop-page/
If you need further assistance please let us know.
Best regards,
Victoria