Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1181822

    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

    #1181825

    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' );

    #1181851

    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

    • This reply was modified 4 years, 1 month ago by cohetete.
    #1182393

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.