Welcome to the LimeSurvey Community Forum

Ask the community, share ideas, and connect with other LimeSurvey users!

how to hide the number of slide layout?

  • iscar
  • iscar's Avatar Topic Author
  • Offline
  • Elite Member
  • Elite Member
More
9 years 10 months ago #108521 by iscar
how to hide the 0.5 when participant move the slide?

The topic has been locked.
  • tpartner
  • tpartner's Avatar
  • Away
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
9 years 10 months ago #108530 by tpartner
Replied by tpartner on topic how to hide the number of slide layout?
To remove the slider callouts in all questions, add this to the end of template.css:
Code:
.slider_callout {
    display: none;
}

Cheers,
Tony Partner

Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
The topic has been locked.
  • iscar
  • iscar's Avatar Topic Author
  • Offline
  • Elite Member
  • Elite Member
More
9 years 10 months ago #108550 by iscar
Replied by iscar on topic how to hide the number of slide layout?
thanks!
may i set the survey level or question level css like that?
The topic has been locked.
  • tpartner
  • tpartner's Avatar
  • Away
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
9 years 10 months ago - 9 years 10 months ago #108571 by tpartner
Replied by tpartner on topic how to hide the number of slide layout?
As stated, that is survey-level.

For question level (where 123 is your question ID ):
Code:
#question123 .slider_callout {
    display: none;
}

Cheers,
Tony Partner

Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
Last edit: 9 years 10 months ago by tpartner.
The topic has been locked.
More
9 years 6 months ago - 9 years 6 months ago #112093 by Crusty
Replied by Crusty on topic how to hide the number of slide layout?
I have tried this a bunch of times and it just doesn't work for me. :(

Reference is made to "Question ID" however, in the manual there is reference to "Question Code" and "SGQA", but not "Question ID". So, I don't know where to find the "Question ID", I can only find the "Question Code" (Expression Manager) or the "SGQA".

I'm using Version 2.05+ Build 140217 and I'm adding the line to the end of the "Question Page" template.css - I just can't get it to work, the numbers continue to show up on the sliders.

There should be the option to switch the numbers off because when using a semantic differential layout you really don't want to influence responses with a negative sign on anything that's on the left side of centre.

Cheers,

Trevor
Last edit: 9 years 6 months ago by Crusty. Reason: correction
The following user(s) said Thank You: MalcolmHart
The topic has been locked.
  • tpartner
  • tpartner's Avatar
  • Away
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
9 years 6 months ago - 9 years 6 months ago #112106 by tpartner
Replied by tpartner on topic how to hide the number of slide layout?
You can see the question ID when editing the question - image below.




.

Cheers,
Tony Partner

Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
Attachments:
Last edit: 9 years 6 months ago by tpartner.
The topic has been locked.
More
8 years 3 months ago #129083 by Crusty
Replied by Crusty on topic how to hide the number of slide layout?
Help Please.

I have managed to get this to work sometimes, but I have tried everything and it just doesn't work with version 2.05+ hosted by LimeService.

It's imperative that values not be visible when using semantic differentials as neither end of the scale should be deemed positive or negative. 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.

Is there a way to completely eliminate the values on sliders for all templates by default?

I have tried removing all reference to .slider_callout in all of the css files but that doesn't work either.

Please let me know how to completely get rid of these values.

Cheers,

Trevor
The topic has been locked.
More
8 years 3 months ago - 8 years 3 months ago #129088 by Ben_V
Replied by Ben_V on topic how to hide the number of slide layout?
Have you cleared your browser cache?
Please make a try pasting the following code directly in the source of your question
Code:
<script type="text/javascript">
    $(document).ready(function() {
  $("<style type='text/css'>"
  + ".slider_callout { display:none !important}"
  +"</style>").appendTo( "head" );
    });
</script>

Is there a way to completely eliminate the values on sliders for all templates by default?

can be done with a plugin...

Benoît

EM Variables => bit.ly/1TKQyNu | EM Roadmap => bit.ly/1UTrOB4
Last Releases => 2.6x.x goo.gl/ztWfIV | 2.06/2.6.x => bit.ly/1Qv44A1
Demo Surveys => goo.gl/HuR6Xe (already included in /docs/demosurveys)
Last edit: 8 years 3 months ago by Ben_V.
The following user(s) said Thank You: Crusty
The topic has been locked.
  • tpartner
  • tpartner's Avatar
  • Away
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
8 years 3 months ago #129094 by tpartner
Replied by tpartner on topic how to hide the number of slide layout?
The CSS solutions provided earlier in this thread should work for any template. Can you activate a test survey for us to see?

Cheers,
Tony Partner

Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
The topic has been locked.
  • holch
  • holch's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
8 years 3 months ago #129106 by holch
Replied by holch on topic how to hide the number of slide layout?

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.


Because there are probably not enough developers for all the things that would be great to have?
Because there is a very small group of people actually supporting the Limesurvey project?
Because most people don't use the slider for semantic diferential?
Because... [feel free to add more reasons]

I answer at the LimeSurvey forum in my spare time, I'm not a LimeSurvey GmbH employee.
No support via private message.

The topic has been locked.
  • DenisChenu
  • DenisChenu's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
8 years 3 months ago - 8 years 3 months ago #129112 by DenisChenu
Replied by DenisChenu on topic how to hide the number of slide layout?

holch wrote: ...
Because... [feel free to add more reasons]

One more for me : because LimeSUrvey GUI is already too complex and needed to be cleaned before adding new feature.

For example : have hability to offer a GUI with just major question type and question advanced settings; allow to activate "other question tye" and "other question feature".

Denis
PS :actually : hiding slider_callout for ALL survey with all template can be done in an external plugin.

Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand , plugin development .
I don't answer to private message.
Last edit: 8 years 3 months ago by DenisChenu.
The topic has been locked.
  • holch
  • holch's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
8 years 3 months ago #129119 by holch
Replied by holch on topic how to hide the number of slide layout?
I don't think that limesurvey is too complex. I also don't like the idea to have everything in a plugin. I think plugins should be actually only used for very specific things that no one else might want/need because it is so particular to a specific setup.

I answer at the LimeSurvey forum in my spare time, I'm not a LimeSurvey GmbH employee.
No support via private message.

The topic has been locked.

Lime-years ahead

Online-surveys for every purse and purpose