Welcome to the LimeSurvey Community Forum

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

Hide the tip

  • Joffm
  • Joffm's Avatar Topic Author
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
5 years 2 weeks ago #182819 by Joffm
Hide the tip was created by Joffm
Hi, all,

I would like to hide the default tip in a multple question with comments (or eveb generally)

In the settings the tip is hidden.
And the question looks like this. (tip is hidden)


As soon as I enter a not allowed value (not a whole number) my question validation tip is shown AND the default tip.


After correcting the answer the default tip stays there.


I still am not so familar with the new bootstrap classes, so I ask you.
The best is to hide the default tip totally.

Thank you in advance
Joffm


Version 3.16.0+190225

Volunteers are not paid.
Not because they are worthless, but because they are priceless
The topic has been locked.
More
5 years 2 weeks ago #182825 by jelo
Replied by jelo on topic Hide the tip
That's still a bug. If Tipp is set to hidden, my expectation is that it stays hidden.
The amount of workarounds and tweaks is long enough for fixing the default behavior.

The meaning of the word "stable" for users
www.limesurvey.org/forum/development/117...ord-stable-for-users
The topic has been locked.
  • tpartner
  • tpartner's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
5 years 2 weeks ago #182826 by tpartner
Replied by tpartner on topic Hide the tip
Hi Joffm, can you attach a small .lss file?

Cheers,
Tony Partner

Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
The topic has been locked.
  • DenisChenu
  • DenisChenu's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
5 years 2 weeks ago - 5 years 2 weeks ago #182832 by DenisChenu
Replied by DenisChenu on topic Hide the tip

jelo wrote: That's still a bug. If Tipp is set to hidden, my expectation is that it stays hidden.


+1

I comment this part a long time ago, but LouisGac remove my comment : github.com/LimeSurvey/LimeSurvey/commit/...805f0516c2381b9bc879
Please : report the issue, because a bug not reported it's a bug not fixed
(and sometimes, even it's fixed, it's not really fixed since another dev … remove the fix …)

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: 5 years 2 weeks ago by DenisChenu.
The topic has been locked.
More
5 years 2 weeks ago #182841 by jelo
Replied by jelo on topic Hide the tip

DenisChenu wrote: I comment this part a long time ago, but LouisGac remove my comment :

Working against the motivation of the project leader is senseless. Why was the comment removed?

Let's take the AJAXmode as litmus test. Where is the reaction?
bugs.limesurvey.org/view.php?id=14254
bugs.limesurvey.org/view.php?id=14616

What is the conclusion?
Don't discuss it? Don't comment it`? Don't report it? Not enough to get an reaction?
Pullrequest? Or fork?

The meaning of the word "stable" for users
www.limesurvey.org/forum/development/117...ord-stable-for-users
The topic has been locked.
  • DenisChenu
  • DenisChenu's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
5 years 2 weeks ago #182843 by DenisChenu
Replied by DenisChenu on topic Hide the tip

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.
The topic has been locked.
  • Joffm
  • Joffm's Avatar Topic Author
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
5 years 2 weeks ago - 5 years 2 weeks ago #182849 by Joffm
Replied by Joffm on topic Hide the tip
And here is the sample.

Created one with base language "English"

Best regards
Joffm

File Attachment:

File Name: limesurvey...4-04.lss
File Size:18 KB

Volunteers are not paid.
Not because they are worthless, but because they are priceless
Last edit: 5 years 2 weeks ago by Joffm.
The topic has been locked.
  • tpartner
  • tpartner's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
5 years 2 weeks ago #182850 by tpartner
Replied by tpartner on topic Hide the tip
Place this in the question source (or, assign a question CSS class and add a similar rule to custom.css):

Code:
<style type="text/css">
  #question{QID} .ls-em-tip.em_commented_checkbox {
    display: none !important;
  }
</style>

Sample survey attached:

File Attachment:

File Name: limesurvey...5493.lss
File Size:18 KB

Cheers,
Tony Partner

Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
The following user(s) said Thank You: DenisChenu
The topic has been locked.
  • DenisChenu
  • DenisChenu's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
5 years 2 weeks ago #182915 by DenisChenu
Replied by DenisChenu on topic Hide the tip
Or in custom.css
Code:
.tip-was-hidden{display:none}

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.
The topic has been locked.
  • tpartner
  • tpartner's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
5 years 2 weeks ago #182922 by tpartner
Replied by tpartner on topic Hide the tip
I didn't see that class name.

Cheers,
Tony Partner

Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
The topic has been locked.
  • Joffm
  • Joffm's Avatar Topic Author
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
5 years 1 week ago #182974 by Joffm
Replied by Joffm on topic Hide the tip
Thanky you very much for the solution.

Kind regards
Joffm

Volunteers are not paid.
Not because they are worthless, but because they are priceless
The topic has been locked.
  • DenisChenu
  • DenisChenu's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
5 years 1 week ago #182976 by DenisChenu
Replied by DenisChenu on topic Hide the tip

tpartner wrote: I didn't see that class name.

Added in JS : github.com/LimeSurvey/LimeSurvey/commit/...7aeabbba2efae9654R77

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.
The following user(s) said Thank You: tpartner
The topic has been locked.

Lime-years ahead

Online-surveys for every purse and purpose