- Posts: 17
- Thank you received: 0
Hide language switcher
- ProjetLions
-
Topic Author
- Offline
- New Member
-
Less
More
1 year 1 month ago #216565
by ProjetLions
Hide language switcher was created by ProjetLions
Hello,
I would like to hide the language switcher located in the right corner of the groups page. I was only able to hide it in the welcome page... I am using the fruity template.
Thanks in advance!
I would like to hide the language switcher located in the right corner of the groups page. I was only able to hide it in the welcome page... I am using the fruity template.
Thanks in advance!

The topic has been locked.
1 year 1 month ago #216567
by Joffm
Volunteers are not paid.
Not because they are worthless, but because they are priceless
Replied by Joffm on topic Hide language switcher
In "nav_bar.twig" of your extended theme you find the links
Remove or comment out what you don't want to be displayed.
<div id="{{ aSurveyInfo.id.navbar }}" class="{{ aSurveyInfo.class.navbarcollapse }}" {{ aSurveyInfo.attr.navbarcollapse }} >
<ul class="{{ aSurveyInfo.class.navbarlink }} navbar-right" {{ aSurveyInfo.attr.navbarlink }}>
{{ include('./subviews/navigation/save_links.twig') }}
{{ include('./subviews/navigation/clearall_links.twig') }}
{{ include('./subviews/navigation/question_index_menu.twig') }}
{{ include('./subviews/navigation/language_changer_top_menu.twig') }}
</ul>
</div>
Remove or comment out what you don't want to be displayed.
Volunteers are not paid.
Not because they are worthless, but because they are priceless
The topic has been locked.
- ProjetLions
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 17
- Thank you received: 0
1 year 1 month ago #216568
by ProjetLions
Replied by ProjetLions on topic Hide language switcher
Thank you! It works

The topic has been locked.
- DenisChenu
-
- Offline
- LimeSurvey Community Team
-
Less
More
- Posts: 15274
- Thank you received: 2732
1 year 1 month ago #216572
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 , plugin development .
I don't answer to private message.
Replied by DenisChenu on topic Hide language switcher
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.
Attachments:
The topic has been locked.