Page 2 of 2
Re: Price slider not showing
Posted: 27 Jun 2024, 19:18
by Polmock2
On mobile filter is not draggable (only tappable, which is not user friendly)
Re: Price slider not showing
Posted: 28 Jun 2024, 16:13
by Jan
Hi, which Price slider do you mean, the one in filter? This is why there are also form input fields too. (if enabled in options of Phoca Cart Filter module).
I am not the developer of the slider Javascript so I will try to get more info about it. Thank you for feedback.
Jan
Re: Price slider not showing
Posted: 01 Jul 2024, 10:51
by Polmock2
Jan wrote: ↑28 Jun 2024, 16:13
Hi, which Price slider do you mean, the one in filter? This is why there are also form input fields too. (if enabled in options of Phoca Cart Filter module).
Yes, exactly.
I know that there are also form input, but the client wants to use the slider on mobile too (and I think it's a reasonable request and behaviour... a draggable slider is much more mobile friendly than 2 numeric inputs)
Re: Price slider not showing
Posted: 04 Jul 2024, 01:40
by Jan
Re: Price slider not showing
Posted: 18 Sep 2024, 17:04
by Webguy
Hi Jan,
I've currently am at Beta71
Tried other template but no change.
Filter module is version 5.0.0Beta61
I can display the bar but both dots on the slider are stuck at 0. Price is not updating.
Re: Price slider not showing
Posted: 19 Sep 2024, 01:20
by Jan
Hi, can I see the site where this occurs? Do you see any javascript error in dev console which can prevent from displaying it?
Testing now with latest version, everything is OK there
Jan
Re: Price slider not showing
Posted: 19 Sep 2024, 08:36
by Webguy
Of course!
https://fleev.nl/webshop/items?price_from=4&price_to=6
I can use the fields to input prices but the two circles just stay on the left. I don't see any errors popping up in the console. The Price filter is also empty when you first look at it, maybe it's not loading the min/max prices of the products correctly?
Re: Price slider not showing
Posted: 24 Sep 2024, 20:44
by Jan
Hi,
hmmm, I am testing latest YOOtheme (4.4.5)
and everything is OK there.
So maybe on the site there can be another conflict. Do you use some specific extensions which can somehow change the output or use Javascript?
Re: Price slider not showing
Posted: 24 Sep 2024, 21:26
by Nidzo
Webguy wrote: ↑19 Sep 2024, 08:36
Of course!
https://fleev.nl/webshop/items?price_from=4&price_to=6
I can use the fields to input prices but the two circles just stay on the left. I don't see any errors popping up in the console. The Price filter is also empty when you first look at it, maybe it's not loading the min/max prices of the products correctly?
Is Load Component Media option in mod_phocacart_filter module is set to yes? (at the bottom in General Options of module)
Some CSS values are missing from your code. Maybe JS too.
Re: Price slider not showing
Posted: 26 Sep 2024, 10:49
by Webguy
Is Load Component Media option in mod_phocacart_filter module is set to yes? (at the bottom in General Options of module)
Some CSS values are missing from your code. Maybe JS too.
Load Component Media is on, so that sadly will not be the fix.