- Posts: 169
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
.slider_callout { display: none; }
#question123 .slider_callout { display: none; }
<script type="text/javascript"> $(document).ready(function() { $("<style type='text/css'>" + ".slider_callout { display:none !important}" +"</style>").appendTo( "head" ); }); </script>
can be done with a plugin...Is there a way to completely eliminate the values on sliders for all templates by default?
I really can't understand why such an essential feature is impossible to get working and why the ability to just switch the numbers off isn't a standard feature for this question type.
One more for me : because LimeSUrvey GUI is already too complex and needed to be cleaned before adding new feature.holch wrote: ...
Because... [feel free to add more reasons]