-
AuthorPosts
-
June 12, 2015 at 9:17 am #458262
My enfold Theme is still responsive. On the smartphone and tablet is the whole view as on the PC. However, written very small. Finger gestures ar impossible. What did I do wrong in setting up?
Please answer fast.
Linde 2015
thanks
June 12, 2015 at 4:15 pm #458449Hi Dietlinde!
I checked your website on my iphone and cannot see any issues with responsive layout. If you would like to disable it, please go to Enfold theme options > General Layout > Dimensions and uncheck “Responsive Site”
Regards,
YigitJune 12, 2015 at 4:53 pm #458486Hi Yigit,
I “want” have it necessarily responsive. Only I can not enlarge the text with finger gestures.Linde2015
June 15, 2015 at 9:19 am #459171Hi!
The zoom feature on mobile devices is disabled by default. If you want to enable it back, you need to modify header.php. Look for this code:
if( strpos($responsive, 'responsive') !== false ) echo '<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">';
..replace it with:
if( strpos($responsive, 'responsive') !== false ) echo '<meta name="viewport" content="width=device-width, initial-scale=1">';
Regards,
IsmaelJune 23, 2015 at 1:38 pm #463344Hello,
if I hook of “Responsive Site” take away at Enfold Options / General Layout / “Dimensions”, is the zoom visible.But then I have not a Responsive Web Design more, right? But that was me important.
June 24, 2015 at 11:51 am #463928Hi!
you are right. That’s why please follow Ismael’s instructions and let us know if you still need help.
Cheers!
AndyJuly 7, 2015 at 1:38 pm #469616I have don but it give a parser-Error.
- This reply was modified 9 years, 4 months ago by Linde2015.
July 7, 2015 at 1:48 pm #469626Hey!
Do you mind creating a temporary admin login and posting it here privately?
Cheers!
YigitSeptember 30, 2015 at 3:44 pm #511616With the code above; won t it be overwritten by any theme updates???
September 30, 2015 at 4:45 pm #511675Hey!
It will. To avoid that, please use a child theme – http://kriesi.at/documentation/enfold/using-a-child-theme/ and move your header.php file there and make changes on it
Best regards,
YigitSeptember 30, 2015 at 4:46 pm #511677that is, what i thought too; but by doing this, it totally screwed up my layout/css
October 1, 2015 at 6:19 am #511948Hey @Lucie,
Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply. Please start a new thread next time, threads like these tend to get messy otherwise.
Regards,
RikardOctober 1, 2015 at 2:54 pm #512194hej rikard,
it was probably a dau-problem. i tried again and this time no problem at all. sorry!October 2, 2015 at 4:47 am #512511 -
AuthorPosts
- The topic ‘Urgent! Responsives Webdesign’ is closed to new replies.