-
AuthorPosts
-
December 9, 2015 at 4:56 am #698876
Hi,
I’d like to know how to disable zoom for mobile devices because when they try to write something in a form, the web browser zoom automatically.
Best regards,
Giovanni.
December 9, 2015 at 6:05 am #698947Hi Giovanni,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
December 9, 2015 at 9:02 am #699283This reply has been marked as private.December 9, 2015 at 12:04 pm #699553Hi there,
Thanks for updating. You need to setup Child Theme as you need template change.
Please copy the file _meta.php from /x/frameworks/views/global/ and upload it to your Child theme /x-child/frameworks/views/global/. You can edit the file and make your changes from there.
<?php // ============================================================================= // VIEWS/GLOBAL/_META.PHP // ----------------------------------------------------------------------------- // Outputs meta data into the <head> of the site. // ============================================================================= ?> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> <title><?php wp_title( '' ); ?></title> <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
Hope this helps.
Cheers!
December 9, 2015 at 2:45 pm #699740Thank you very much! It works like a charm.
I have to other different issues. Should I write them here or create another topic?
December 9, 2015 at 6:16 pm #700096Hello There,
Glad it works.
If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.Thanks!
-
AuthorPosts