-
Author
-
October 17, 2014 at 17:50 #32063iusethemesParticipant
I am having a huge problem with the theme not permanently fitting to scream. I have used other things that fit perfectly to the iPhone screen without zooming in at all. This theme zooms in every time I go to input text. I dislike this because it makes me have to zoom back out. What is the code I can input to keep the screen from automatic zooming, I know it’s possible.
October 17, 2014 at 18:05 #32064MjParticipantIt depend from the Viewport, you can disable it in this way:
COPY CODE<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"/>
add user-scalable=0 and it should work on your inputs as well. 🙂
October 17, 2014 at 18:21 #32068iusethemesParticipantThanks, as for the kleo theme where would I input this bit of code?
Bp-custom?
Custom css?
????
Thanks for your reply, this has been a real eye sore for meOctober 23, 2014 at 03:19 #32733CatalinModerator@iusethemes that should be in your < head > section of your header.php file
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 23, 2014 at 06:11 #32751iusethemesParticipantWorks good for the loading but the end of the viewport doesn’t keep it from zooming. I’ve been googling with hazy luck
October 25, 2014 at 19:12 #33031CatalinModeratorThere is already one added by us .. try to replace the existing one header.php line 25
COPY CODE<meta name="viewport" content="width=device-width, initial-scale=1.0">
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 28, 2014 at 22:00 #33359iusethemesParticipantWORKED LIKE A CHARM!
I appreciate your method of business and fulfillment of customer satisfaction.October 29, 2014 at 15:30 #33429pittsleybParticipantis there a way to disable responsive/viewport so all devices see the desktop version with no responsive?
October 30, 2014 at 02:14 #33583AbeKeymasterI think Catalin’s answer above is the solution
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer. -
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.