-
AuthorPosts
-
January 30, 2015 at 5:45 pm #388369
Hi
1. I can’t zoom the website on mobile devices, all the texts is very small. I have set the theme to be responsiveness. Is there any thing to do about that?2. My Accordion slider is not so nice on mobile, it’s strechted a lot. Is there any thing to do about that?
Best regards!
Tina62January 31, 2015 at 3:00 pm #388759This reply has been marked as private.February 2, 2015 at 6:55 pm #389548Hi!
1. It looks fine on my end. If you want to enable zooming on mobile devices then try opening up /enfold/header.php and change line 35 from this.
if( strpos($responsive, 'responsive') !== false ) echo '<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">';
To this.
if( strpos($responsive, 'responsive') !== false ) echo '<meta name="viewport" content="width=device-width, initial-scale=1">';
2. Since the text your using is actually the image of the slide there is not really much we can do here. Would you like to try hiding the accordion slider on small screens?
Cheers!
ElliottMarch 6, 2015 at 1:29 pm #406966Hi Elliot
Sorry for not answer this!
I use a plugin for the mobile zooming and it works fine now.
I still haven’t find a solution for the accordion slide for mobile. I don’t know how to make this Accordian slide in other way… Do you have a link to a video or a description to guide how to built the accordion slide?Best regards
Tina62March 7, 2015 at 2:02 pm #407476Hey!
Maybe, you can create or show a different slider for mobile devices instead of the accordion slider. Please refer to these links on how to hide or show elements using css media queries:
https://kriesi.at/support/topic/how-to-hide-some-elements-in-mobile-version/#post-362263
https://kriesi.at/support/topic/displaying-another-slider-on-mobile-devices/
https://kriesi.at/support/topic/replace-slider-on-mobile/
Cheers!
IsmaelMarch 11, 2015 at 1:29 pm #409810This reply has been marked as private.March 12, 2015 at 3:28 am #410261 -
AuthorPosts
- You must be logged in to reply to this topic.