Home Forums WoodMart support forum Shop Filters Customize

Shop Filters Customize

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

    newsprince
    Participant

    Hello.

    Can you help me customize some things regarding Shop Filters.

    1st: How to remove Shop title, Sort By and Price Filter?

    I have attached a picture to show you. Not by CSS. But with some custom function in child theme for example.

    2nd: I really need to make the

    .shop-loop-head

    and

    .filters-area.filters-opened

    to be sticky.

    I don’t want my customers to scroll down the page and then back up again to change the filters.

    Is there a way to make it sticky and don’t push the content when you open Shop Filters?

    Thank you.

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

    Artem Temos
    Keymaster

    Hi,

    1. You can disable our default filters by adding the following code snippet to the functions.php file in the child theme

    add_filter( 'woodmart_use_custom_price_widget', '__return_false', 10 );
    add_filter( 'woodmart_use_custom_order_widget', '__return_false', 10 );

    As for the shop title, it is a part of WooCommerce breadcrumbs and we can’t remove them.

    2. Unfortunately, there is no quick solution for sticky filters at the moment. We will consider adding this option in our future updates.

    Regards

    #29084

    newsprince
    Participant

    Thank you.

    I tried the snippet and works.

    I hope you make the shop filters sticky some day.

    We want our customers to view the products spanning on full page width and sidebars unfortuantely doesn’t match the look we want in our store.

    Thank you.

    #29092

    Artem Temos
    Keymaster

    Yes, we will work on sticky filters feature in on of our future updates.

    Regards

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