Your LimeSurvey version: 6.4.5+240205
Own server
Survey theme/template: fruity_twentythree
==================
Hi,
I am currently moving surveys from Limesurvey 3 to 6. I am enjoying the new theme fruity_twentythree. What I am missing though, is the save and resume later button at the top in the navbar. It is now hidden behind ... at the top right.
Can some point me into the right direction, on how to restore the old navbar from fruity.
I checked the design and extended the fruity_twentythree, but I didn't find anything useful.
The only thing that leads me to think I am in the right place is the layout_global.twig
Code:
{# Bootstrap Navigation Bar: the top menu #}
{% block nav_bar %}
{{ include('./subviews/header/nav_bar.twig') }}
{% endblock %}
I did the same with the fruity theme and it had the exact same code snippet.