Home Forums WoodMart support forum Question: Horizontal Filters

Question: Horizontal Filters

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #443859

    axxo
    Participant

    Hi there

    We’re using horizontal filters on our shop and would have two questions:

    1.) Is it possible to make the filters “sticky” while scrolling down in the shop?
    2.) Where can we remove the “sort by” and “price filter” (text version) from the shop filter area? We couldn’t find this widgets but they are displayed.

    Many thanks
    -a

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

    Luke Nielsen
    Keymaster

    Hello,

    1. Sorry, It requires Customization and this is beyond our limitations and support policy scope. Hope you can understand our limitations.

    2. The below code will help you to hide these filters, paste it in Theme Settings -> Custom CSS.

    .woocommerce-shop .filters-area .woodmart-woocommerce-sort-by,
    .woocommerce-shop .filters-area .woodmart-price-filter {
        display: none;
    }

    Kind Regards

    #474364

    jadalo.egypt
    Participant

    I’ve added the css above to hide the sort by, but it’s not working šŸ™

    #474373

    Luke Nielsen
    Keymaster

    Hello,

    In this case, is there any chance that you could give me access to the dashboard area so I can have a look at the settings on your website, please?

    Kind Regards

    #474462

    jadalo.egypt
    Participant

    Hi Luke, I have opened a separate topic will give you the data there https://xtemos.com/forums/topic/remove-sort-by-in-shop-area-filter/

    #474535

    Luke Nielsen
    Keymaster

    Hello,

    I see that that issue is sorted out in that topic.

    So can I close this topic? Just let me know.

    Kind Regards

    #474540

    jadalo.egypt
    Participant

    yes, it can be closed, thanks

    #474549

    Luke Nielsen
    Keymaster

    Hello,

    Great! In case you need any additional help, Iā€™d be more than happy to assist you.

    Wish you all the best.

    Kind Regards

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

The topic ‘Question: Horizontal Filters’ is closed to new replies.