Modifying the sliders | XM Community
Skip to main content
Solved

Modifying the sliders

  • February 14, 2019
  • 3 replies
  • 44 views

Forum|alt.badge.img+2
I want to modify these sliders ! 1. How can I adjust the values so that they appear above and not on the scale. 2. Is there a way to have the choices adjacent and not below the sliders? Thanks in advance!

Best answer by Anonymous

> @R_I said: > @Shashi > > This is non mobile friendly view. The choices do not align with the sliders and instead appear down. - `Please check if you have ant HTML, CSS attached with the statements of the slider` > For point 1, is there a way to totally disable the numerical values? The give a very messy impact by being on the slider. - `If you want to remove the numbers from slider question then paste the below code in the js(OnReady) of the question` jQuery("#"+this.questionId+" .xlabel").hide();
View original

  • February 17, 2019
Hello @R_I , For point 2, if your survey is only for desktop user then the easy fix for this is just to uncheck the "Mobile Friendly" option for slider question. For point 1, ideally the slider question renders properly, so try adding new slider question.

Forum|alt.badge.img+2
  • Author
  • 7 replies
  • February 19, 2019
@Shashi This is non mobile friendly view. The choices do not align with the sliders and instead appear down. For point 1, is there a way to totally disable the numerical values? The give a very messy impact by being on the slider.

  • 0 replies
  • Answer
  • February 19, 2019
> @R_I said: > @Shashi > > This is non mobile friendly view. The choices do not align with the sliders and instead appear down. - `Please check if you have ant HTML, CSS attached with the statements of the slider` > For point 1, is there a way to totally disable the numerical values? The give a very messy impact by being on the slider. - `If you want to remove the numbers from slider question then paste the below code in the js(OnReady) of the question` jQuery("#"+this.questionId+" .xlabel").hide();

Leave a Reply