Filter

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #77817

    jnavarro
    Participant

    Hi, i am using a plugin filter, because i want to filter automatically the items with stock (by size), how can i deactivate totally the filter? as you can check in the screenshot the woodmart filter still active

    Attachments:
    You must be logged in to view attached files.
    #77831

    jnavarro
    Participant

    i have added the following code to funcions

    add_filter( ‘basel_use_custom_price_widget’, ‘__return_false’, 10 );
    add_filter( ‘basel_use_custom_order_widget’, ‘__return_false’, 10 );
    remove_action( ‘woocommerce_before_shop_loop’, ‘woocommerce_catalog_ordering’, 30 );

    but still are showing the filter options selected 2 times (with the plugin filter, and with the woodmart filter)

    #77838

    Hello,

    Please add this code to the Theme settings > Custom CSS:

    .woodmart-active-filters{
    display:none;
    }

    Best Regards

    #77839

    jnavarro
    Participant

    now it works! thanks 🙂

    #77851

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 5 posts - 1 through 5 (of 5 total)