Welcome to the LimeSurvey Community Forum

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

Progress bar doesn't show up

More
6 years 1 week ago #188029 by NganTran
I am using LS 3.17.13, an extended theme of fruity (I didn't touch the progress bar css code at all). Even though I chose to show progress bar in the setting, it doesn't show up in my survey. If I change back to the fruity theme, the progress bar works normally. I don't know what cause the problem.

The survey is active at chatluongcuocsong.limequery.com/399666

Please help.

Thank you very much!
The topic has been locked.
More
6 years 1 week ago - 6 years 1 week ago #188045 by tpartner
You have this CSS rule in your custom.css file at line 320. Remove it and the progress bar will be shown.

Code:
.top-container {
    display: none;
}

Cheers,
Tony Partner

Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
Last edit: 6 years 1 week ago by tpartner.
The topic has been locked.
More
6 years 1 week ago #188047 by NganTran
Thank you very much Tony! May I ask another small question: how can I hide that progress bar at the first page of the survey (the welcome page)?
The topic has been locked.
More
6 years 1 week ago #188052 by tpartner
In the theme editor, add this to the end of welcome.twig:

Code:
<style type="text/css">
  .top-container {
    display: none;
  }
</style>

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 1 week ago #188072 by NganTran
It works perfectly. Thank you very much Tony!
The topic has been locked.
Moderators: tpartnerholch

Lime-years ahead

Online-surveys for every purse and purpose