Viewing 22 posts - 1 through 22 (of 22 total)
  • Author
    Posts
  • #1198755

    Hi everyone,
    I added price filter widget on my shop pages. The cursor can be moved every 10€ but I would like to move it every 1€.
    How can I do this?
    And when there is no product under 10€ on a page, the filter starts from 10€ and I would like to make it start from 0€ on all my shop pages.
    How can I do this?
    Thanks a lot!

    #1199586

    Hi!
    Could you help me please?
    Thanks a lot!

    #1200600

    Hi fcp,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1200702

    Hi Victoria,
    You can find a link and credentials to my website in private content.
    This page is one example of the problem I’m talking about.
    There is no product under 10€ on this page, so the filter starts from 10. But I would like this filter to start from 0€ on ALL my shop pages.
    The other thing is that the cursor can only be moved on 10€ or on 20€. It immediately moves from one to the other. But I would like my customers could move this cursor on the exact value they want.
    What do I need to do to fix those two things?
    Thanks a lot!

    #1200703

    What I mean when I say “on the exact value they want” is “on each value in euros from 0€ to the maximum price”.

    #1201349

    Hi fcp,

    I checked the widget, the code for it is in WooCommerce files and it is not the theme functionality. You might want to check WooCommerce support forums to get help with that.

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1202966

    Hi Victoria,
    I found the solution on WooCommerce support.
    But now I have a question relative to Enfold theme : what is the code to change the color of the bar?
    I mean the interval between prices is actually white and the rest of the bar is grey and I want the opposite : interval between prices in grey and the rest in white?
    Thanks for your help!

    #1203302

    Hi fcp!

    Best regards,
    Victoria

    #1203359

    Hi Victoria,
    I’m sorry, I had some issues with my website today.
    Normally you can access now.
    Best regards,

    #1204054

    Hey!

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .main_color .widget_price_filter .ui-slider-horizontal .ui-slider-range{
      background-color: #643f3f;
    }
    

    If you need further assistance please let us know.
    Cheers!
    Victoria

    #1204788

    Hi Victoria,
    This code works great, but I would like to try to change two other elements of this price filter (see screenshot: https://imgur.com/WdPJKLf).
    Which codes do I need to apply?
    Thanks a lot!

    #1205078

    Hi fcp,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .widget_price_filter .price_slider_wrapper .price_slider .ui-slider-handle {
        background-color: #9f4d4d;
    }
    #top .main_color .widget_price_filter .price_slider_wrapper .ui-widget-content {
        background: #8267679c;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1205260

    Hi Victoria,
    It works perfectly!
    Is there a documentation somewhere on Enfold website with all those css for each element?
    Thanks a lot!

    #1205291

    Hi fcp,

    These are not the theme elements and so there are no docs for them.

    Maybe some docs for the plugin can be found online.

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1205986

    Hi Victoria,
    I understand.
    Thanks for your reply :-)

    #1206037

    Hi,

    Did you need additional help with this topic or shall we close?

    Best regards,
    Jordan Shannon

    #1206258

    Hi Jordan,
    I have two questions more about this price filter:
    – what is the code to adjust the padding between the price slider and the “Filter” button?
    – what is the code to adjust the padding between the price slider and the prices?
    Thanks a lot!

    #1206922

    Hi,

    It would be css. Add the following to quick css to increase the space:

    .price_slider_amount{
    margin-top:30px!important;
    }

    Best regards,
    Jordan Shannon

    #1206979

    Hi Jordan,
    Thanks a lot for your reply!
    Your code works great for the first part, but which code do I need to add if I want the button and the prices to not be horizontally centered?
    To be clear, what I would need to do is this: https://imgur.com/rZP0h2M
    Best regards.

    #1206981

    Hi,

    Add this also:

    div .widget_price_filter .price_slider_wrapper .price_slider_amount {
    line-height:0px!important;
    }

    Best regards,
    Jordan Shannon

    #1206991

    Perfect!
    Everything is ok for me about this now :-)
    Thanks a lot!

    #1206994

    Hi,

    No problem, I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 22 posts - 1 through 22 (of 22 total)
  • The topic ‘Price filter widget’ is closed to new replies.