- Posts: 17
- Thank you received: 0
Welcome to the LimeSurvey Community Forum
Ask the community, share ideas, and connect with other LimeSurvey users!
How can I see the survey's logo by phone?
- CarlottaToletti
-
Topic Author
- Offline
- New Member
-
Less
More
10 months 3 weeks ago #230300
by CarlottaToletti
How can I see the survey's logo by phone? was created by CarlottaToletti
Please help us help you and fill where relevant:
Your LimeSurvey version: Version 5.2.10
Own server or LimeSurvey hosting: Limesurvey Cloud
Survey theme/template: Visualization survey's logo by phone
==================
Hi everybody,
I have an issue with my survey.
When I view my survey from computer or tablet I can see the logo of my business on top, but when I open the link of the survey from my phone the logo disappears.
Do you know how can I solve this problem?
You can see the two different views from the attached photos
Thank you in advance,
Carlotta
Your LimeSurvey version: Version 5.2.10
Own server or LimeSurvey hosting: Limesurvey Cloud
Survey theme/template: Visualization survey's logo by phone
==================
Hi everybody,
I have an issue with my survey.
When I view my survey from computer or tablet I can see the logo of my business on top, but when I open the link of the survey from my phone the logo disappears.
Do you know how can I solve this problem?
You can see the two different views from the attached photos
Thank you in advance,
Carlotta
Attachments:
Please Log in to join the conversation.
10 months 3 weeks ago #230301
by holch
I answer at the LimeSurvey forum in my spare time, I'm not a LimeSurvey GmbH employee.
No support via private message.
Replied by holch on topic How can I see the survey's logo by phone?
This seems to be the normal behavior of your theme. The idea behind this is probably, that the logo would ocuppy to much space of the small screen on a smartphone.
You probably will need to adapt your theme to show the logo.
Here you should mention which survey theme you are using, not repeating the subject of the post.
You probably will need to adapt your theme to show the logo.
Survey theme/template: Visualization survey's logo by phone
Here you should mention which survey theme you are using, not repeating the subject of the post.
I answer at the LimeSurvey forum in my spare time, I'm not a LimeSurvey GmbH employee.
No support via private message.
Please Log in to join the conversation.
10 months 3 weeks ago #230302
by Joffm
Volunteers are not paid.
Not because they are worthless, but because they are priceless
Replied by Joffm on topic How can I see the survey's logo by phone?
This is due to the responsive design.
As LS is based on the bootstrap library you may read here about it.
[url] getbootstrap.com/docs/3.4/css/#responsive-utilities [/url]
To make your logos visible, remove in "nav_bar.twig" / Logo option the class "hidden-xs" from "logo-container hidden-xs".
As LS is based on the bootstrap library you may read here about it.
[url] getbootstrap.com/docs/3.4/css/#responsive-utilities [/url]
To make your logos visible, remove in "nav_bar.twig" / Logo option the class "hidden-xs" from "logo-container hidden-xs".
Joffm{# Logo option #}
{% if( aSurveyInfo.options.brandlogo == "on") %}
<div class="{{ aSurveyInfo.class.navbarbrand }} logo-container hidden-xs" {{ aSurveyInfo.attr.navbarbrand }} >
{{ image(aSurveyInfo.options.brandlogofile, aSurveyInfo.name, {"class": "logo img-responsive"}) }}
Volunteers are not paid.
Not because they are worthless, but because they are priceless
Please Log in to join the conversation.
- CarlottaToletti
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 17
- Thank you received: 0
10 months 3 weeks ago #230324
by CarlottaToletti
Replied by CarlottaToletti on topic How can I see the survey's logo by phone?
Thank you Joffm, I tried your method and It worked
Please Log in to join the conversation.
- CarlottaToletti
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 17
- Thank you received: 0
10 months 3 weeks ago #230325
by CarlottaToletti
Replied by CarlottaToletti on topic How can I see the survey's logo by phone?
Thank you, you were right, the problem was with my theme
Please Log in to join the conversation.
Less
More
- Posts: 941
- Thank you received: 210
10 months 3 weeks ago #230329
by tammo
Tammo ter Hark at Respondage
For Limesurvey reporting, education and customized themes
respondage.nl
Replied by tammo on topic How can I see the survey's logo by phone?
I think that showing/not showing the logo on a mobile device should be a theme option, as well as making the menu bar fixed or not.
Tammo
Tammo
Tammo ter Hark at Respondage
For Limesurvey reporting, education and customized themes
respondage.nl
Please Log in to join the conversation.