Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #698876

    Giovxiii
    Participant

    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.

    #698947

    Thai
    Moderator

    Hi 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.

    #699283

    Giovxiii
    Participant
    This reply has been marked as private.
    #699553

    Rupok
    Member

    Hi 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!

    #699740

    Giovxiii
    Participant

    Thank you very much! It works like a charm.

    I have to other different issues. Should I write them here or create another topic?

    #700096

    Lely
    Moderator

    Hello 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!