Slider tooltip configuration for mobile

Hi,
I want to use a standard slider on my website. I configured everything for the desktop version, but got some problems while the configuration of the mobile version. For desktop I changed the tooltip suffix and deactivated the intervall points.

But this had no impact to the mobile version. It still is the standard configuration, regarding to the intervall points and suffix, and there is no extra tab in the layout configuration for mobile.

Is there any way to change the configuration, especially the tooltip suffix for mobile?

Thanks for any answer!
Best Regards
Falko

If you want something to run differently on mobile etc, then you need to be making use of Wix Window API and the formFactor function.
https://www.wix.com/corvid/reference/wix-window.html#formFactor

You can see examples for mobile only code here.
https://support.wix.com/en/article/corvid-writing-code-that-only-runs-on-mobile-devices
https://support.wix.com/en/article/corvid-tutorial-displaying-elements-in-mobile-only

Also, depending on what you have done here you can use code to adjust your slider as shown here.
https://www.wix.com/corvid/reference/$w.Slider.html

If you have simply used the slider element from Wix Editor, then you are only able to use what settings there are for the element itself.
https://support.wix.com/en/article/adding-and-setting-up-a-slider

If it is more an issue with how the slider element is displayed on mobile compared to on desktop for example, then you are better suited going through Wix Support as that is not a code related issue.
https://support.wix.com/en/article/contacting-wix-customer-care-for-support

Thanks for your answer! Because it seems like an issue with the element I contacted the Wix Support and will try different elements if I cannot solve this problem.

Hi,

I’m having the same issue at the moment with the slider label showing “Bedrooms” even though I customized it in the layout section of the Desktop site.

Have you contacted the Wix Support for this issue? Any tip on how to fix this problem?

Thanks.

I have the same problem - on the desktop I’m using prefix and suffix to display “Difficulty ” but on the moble the prefix and suffix are unchanged from the default values of “$ per month”. There seems like no way to change this through the mobile editor or programmatically.

I have contacted customer support

Hey guys,

If you are having issues with the slider element not showing the same prefix/suffix on the mobile version of the site, try hiding the element on the mobile version and then showing it again.

I just tested this myself and after hiding and showing again the “Bedrooms” suffix that was there by default on the mobile version was removed.

Hope this helps!

Dara | Corvid Team

This was fix by duplicating the slider on the desktop, copying the name of the original one, deleted the original slider, renamed the duplicate slider to the name of the old one and added the onChange event from the properties panel. Viewing in mobile shows it had updated. Hiding & showing the element did not work for me.

Hopefully this bug is fixed soon.

still not working properly on September 17 2020. It wont allow me to remove Bedrooms while viewing on mobile devices. Even with the code it still shows bedrooms instead of what i wanted. frustrating. wasting hours on this issue.

This actually worked.Thanks!

Still not working … I saw many unkindness with Mobile Responsive in Wix, but this is the dumbest thing I ever saw lol
I hope that I can migrate to Editor X, but It seems like a dream :rofl:

Its a browser cache problem. hide elements, refresh browser page and unhide elements and it works

1 Like

@myslinski11 Annoying bug… At the end I just added a transparent layer on the slider so you can’t click it.