Home Forums WoodMart support forum Filters area horizontal layout

Filters area horizontal layout

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #233461

    J6SE
    Participant

    I have been trying the set my filters like this: https://woodmart.xtemos.com/shop/?opt=filters_area

    But I would like it to be open instead of click to open filters. I like the horizontal layout.

    Also, how can I replace the price for another value. For example instead of $22 I would like all Prices to say 15hrs.

    #233522

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    Please follow these steps:

    1. Enable Top filters in the Theme Settings > Shop > Shop filters https://gyazo.com/3564df2a5d658a0010b6c0ebd0b537d4

    2. Enable Shop filters area always opened

    3. Navigate to Appearance > Widgets and add the widget filters to the shop Filter area https://xtemos.com/docs/woodmart/widgets/

    The price filter is based on the price range existing in the shop. Our theme does not have the option to change that.

    Best Regards

    #233578

    J6SE
    Participant

    Thank you so much Elise, I was able to do the horizontal filters always open.

    About the price, I was asking if I have catalog mode enabled, instead of having a price, can I change that to anything else. Instead of the products having prices, can I change that to a random value? example attached.

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

    J6SE
    Participant

    Also, I went ahead and did the filters as you suggested but I don’t see the filters arrrow to close the filters. How can I add that? Check attachment

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

    Hello,

    If your site is in the catalog mode, you can remove the price filter.

    Please add this code to the Theme Settings > Custom CSS > Global:

    #WOODMART_Widget_Price_Filter,
    #WOODMART_Widget_Sorting{
    display:none;
    }

    Please provide your site admin access I will check what is wrong to help you.

    Best Regards

    #233890

    J6SE
    Participant

    I am a little confused…..what I am trying to do is: Instead of removing the price….just remove the $ and display a number and a letter. Something like 20W instead of $20

    #233989

    Hello,

    It is not possible to replace the symbol and use this price filters for other purposes that is why I provided custom CSS to remove and you can add the attribute to the product and filter with the filter widgets.

    Best Regards

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