- Posts: 80
- Thank you received: 8
Reposition Progress Bar
3 months 3 weeks ago #207720
by paulfiner
Reposition Progress Bar was created by paulfiner
Using V3.24.3
Is it possible to change the position of the progress bar so that it appears in the nav-bar section?
I'd like to have a small brand logo positioned on the left and the have the progress bar appear on the right hand side of the nav-bar.
Thanks
Is it possible to change the position of the progress bar so that it appears in the nav-bar section?
I'd like to have a small brand logo positioned on the left and the have the progress bar appear on the right hand side of the nav-bar.
Thanks
Please Log in to join the conversation.
Less
More
- Posts: 9908
- Thank you received: 3189
3 months 3 weeks ago - 3 months 3 weeks ago #207726
by tpartner
Cheers,
Tony Partner
Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
Official LimeSurvey Partner - partnersurveys.com
Replied by tpartner on topic Reposition Progress Bar
Extend the theme and edit:
1) layout_global.twig - remove or comment out the progress bar
2) nav_bar.twig - insert the progress bar
3) progress_bar.twig - adjust the HTML as necessary
1) layout_global.twig - remove or comment out the progress bar
{# include('./subviews/header/progress_bar.twig') #}
2) nav_bar.twig - insert the progress bar
{{ include('./subviews/header/progress_bar.twig') }}
3) progress_bar.twig - adjust the HTML as necessary
Cheers,
Tony Partner
Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
Official LimeSurvey Partner - partnersurveys.com
Last edit: 3 months 3 weeks ago by tpartner.
The following user(s) said Thank You: DenisChenu
Please Log in to join the conversation.
3 months 3 weeks ago #207735
by paulfiner
Replied by paulfiner on topic Reposition Progress Bar
Thanks Tony, I got that to work. Just need to work out some CSS amendments now.
Please Log in to join the conversation.