-
AuthorPosts
-
March 29, 2020 at 3:48 am #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!April 1, 2020 at 1:15 am #1199586Hi!
Could you help me please?
Thanks a lot!April 3, 2020 at 8:10 pm #1200600Hi fcp,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaApril 4, 2020 at 1:41 am #1200702Hi 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!April 4, 2020 at 1:44 am #1200703What I mean when I say “on the exact value they want” is “on each value in euros from 0€ to the maximum price”.
April 6, 2020 at 8:03 pm #1201349Hi 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,
VictoriaApril 11, 2020 at 5:05 pm #1202966Hi 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!April 13, 2020 at 3:14 pm #1203302Hi fcp!
Best regards,
VictoriaApril 13, 2020 at 10:55 pm #1203359Hi Victoria,
I’m sorry, I had some issues with my website today.
Normally you can access now.
Best regards,April 15, 2020 at 4:59 pm #1204054Hey!
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!
VictoriaApril 17, 2020 at 11:47 pm #1204788Hi 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!April 18, 2020 at 6:33 pm #1205078Hi 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,
VictoriaApril 19, 2020 at 4:28 pm #1205260Hi Victoria,
It works perfectly!
Is there a documentation somewhere on Enfold website with all those css for each element?
Thanks a lot!April 19, 2020 at 5:54 pm #1205291Hi 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,
VictoriaApril 22, 2020 at 1:44 am #1205986Hi Victoria,
I understand.
Thanks for your reply :-)April 22, 2020 at 6:07 am #1206037Hi,
Did you need additional help with this topic or shall we close?
Best regards,
Jordan ShannonApril 22, 2020 at 4:40 pm #1206258Hi 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!April 24, 2020 at 7:19 pm #1206922Hi,
It would be css. Add the following to quick css to increase the space:
.price_slider_amount{ margin-top:30px!important; }
Best regards,
Jordan ShannonApril 24, 2020 at 10:24 pm #1206979Hi 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.April 24, 2020 at 10:30 pm #1206981Hi,
Add this also:
div .widget_price_filter .price_slider_wrapper .price_slider_amount { line-height:0px!important; }
Best regards,
Jordan ShannonApril 24, 2020 at 11:15 pm #1206991Perfect!
Everything is ok for me about this now :-)
Thanks a lot!April 24, 2020 at 11:41 pm #1206994Hi,
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 -
AuthorPosts
- The topic ‘Price filter widget’ is closed to new replies.