- Posts: 14
- Thank you received: 0
Lost progress bar
- bryan_leuven_research
-
Topic Author
- Offline
- Fresh Lemon
-
Less
More
4 years 2 months ago #104809
by bryan_leuven_research
bryan_leuven_research created the topic: Lost progress bar
We had a designed create a survey template. it looks good, but there is an issue with the progress bar. It no lo longer displays correctly (see below)
2 questions:
In which file do we edit the progress bar view
Any suggestions on what to change to make the progress bar visible
Attached is the survey template if anyone would like to take a more detailed look
Any help/suggestions are welcome
2 questions:
In which file do we edit the progress bar view
Any suggestions on what to change to make the progress bar visible
Attached is the survey template if anyone would like to take a more detailed look
Any help/suggestions are welcome
Please Log in or Create an account to join the conversation.
- DenisChenu
-
- Offline
- LimeSurvey Community Team
-
Less
More
- Posts: 8878
- Karma: 400
- Thank you received: 1469
4 years 2 months ago #104811
by DenisChenu
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand (or search sondages pro).
An error happen ? Before make a new topic : remind the Debug mode .
DenisChenu replied the topic: Lost progress bar
Seems an old copy of default template. What is your LimeSurvey version ?
You have some js broken in template.js file
var xx=$('.survey-welcome').html(); : if you are not at welcome page : xx is undefined.
Remove all this part, and rework in it.
Use FireBug to update this part to your need.
Denis
You have some js broken in template.js file
var xx=$('.survey-welcome').html(); : if you are not at welcome page : xx is undefined.
Remove all this part, and rework in it.
Use FireBug to update this part to your need.
Denis
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member, professional service on demand (or search sondages pro).
An error happen ? Before make a new topic : remind the Debug mode .
The following user(s) said Thank You: bryan_leuven_research
Please Log in or Create an account to join the conversation.
- bryan_leuven_research
-
Topic Author
- Offline
- Fresh Lemon
-
Less
More
- Posts: 14
- Thank you received: 0
4 years 2 months ago #104849
by bryan_leuven_research
bryan_leuven_research replied the topic: Lost progress bar
This worked .. thanks

Please Log in or Create an account to join the conversation.