Welcome to the LimeSurvey Community Forum

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

deactivate asterisk

More
6 years 9 months ago #173348 by purchased
Replied by purchased on topic deactivate asterisk
Worked like a charm, thanks so much for the prompt response!
The topic has been locked.
More
6 years 7 months ago #175934 by keithgoldstein
Replied by keithgoldstein on topic deactivate asterisk
I have tried numerous times to edit the css template to get rid of the asterisk, but it just doesn't go away (even when testing with a fresh cache). Could someone clarify what I am messing up in the CSS? I have pasted the line ".asterisk {display: none;}" every way possible to the following section, but there is no change to the asterisk.
/* Asterix */
.asterisk {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.asterisk:before {
content: "\f069";
}
.asterisk {display: none;}
The topic has been locked.
  • tpartner
  • tpartner's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
6 years 7 months ago #175935 by tpartner
Replied by tpartner on topic deactivate asterisk
What LimeSurvey version and theme are you using?

Cheers,
Tony Partner

Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
The topic has been locked.
More
6 years 7 months ago #175939 by keithgoldstein
Replied by keithgoldstein on topic deactivate asterisk
Version 2.72.6
default template
The topic has been locked.
  • tpartner
  • tpartner's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
6 years 7 months ago #175945 by tpartner
Replied by tpartner on topic deactivate asterisk
Hmm, this works for me:

Code:
.asterisk {
    display: none;
}

Can you activate a test survey and give a link here so we can see if something is overriding it?

Cheers,
Tony Partner

Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
The topic has been locked.
More
5 years 10 months ago #187790 by bulgin
Replied by bulgin on topic deactivate asterisk
Version 3.17.7+190627

I've placed:

.asterisk { display:none; }

in all of my custom.css files for all of my templates yet the asterisk persists.

see attached .lss file
The topic has been locked.
  • tpartner
  • tpartner's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
5 years 10 months ago #187792 by tpartner
Replied by tpartner on topic deactivate asterisk
It works for me. Have you reset the browser cache and the LimeSurvey assets?

Cheers,
Tony Partner

Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
The topic has been locked.
More
5 years 10 months ago #187797 by bulgin
Replied by bulgin on topic deactivate asterisk
Yes I've cleared the browser cache - what do you mean assets and how are they cleared?
The topic has been locked.
  • Joffm
  • Joffm's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
5 years 10 months ago #187801 by Joffm
Replied by Joffm on topic deactivate asterisk

what do you mean assets and how are they cleared?


"Configuration / Global Settings"

Volunteers are not paid.
Not because they are worthless, but because they are priceless
The topic has been locked.
More
5 years 10 months ago #187804 by bulgin
Replied by bulgin on topic deactivate asterisk
Thank you @joffm you are a lifesaver and a HUGE asset to LimeSurvey. Couldn't have progressed without your kind assitance.

As for my accidental deletion of the /tmp folder - I had a backup from several days ago and re-installed.

All is good now!

Enjoy your sailing and boat activities!
The topic has been locked.
More
5 years 1 week ago - 5 years 1 week ago #200885 by asilbering
Replied by asilbering on topic deactivate asterisk
Hi all,

is it possible to remove the asterisk in only one question ?

And while we are at it, how can remove the question-title-container of a multiple choice question?

(for context: I need to split a multiple choice question that has too many subquestions and I would like to remove the asterisk and the space normally used by the question title).

Thanks in advance!

Best regards,
Ana
Last edit: 5 years 1 week ago by asilbering.
The topic has been locked.
  • Joffm
  • Joffm's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
5 years 1 week ago - 5 years 1 week ago #200889 by Joffm
Replied by Joffm on topic deactivate asterisk
Hi, Ana,

I fear you want to display these questions as usual on one page.
So you may set a css class of "no-asterisk" on this question
and in your custom.css add
Code:
.no-asterisk  .asterisk { display:none; }



And for the title-container:
You have to hide the "question-title-container" and the "questionvalidcontainer" (no mistake, once with hyphens, once without)

So again use the css class and add to the custom.css
Code:
.no-asterisk .question-title-container, .no-asterisk .questionvalidcontainer {
    display: none;
}



Joffm

Volunteers are not paid.
Not because they are worthless, but because they are priceless
Last edit: 5 years 1 week ago by Joffm.
The topic has been locked.
Moderators: tpartnerholch

Lime-years ahead

Online-surveys for every purse and purpose