badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

How do I set up the pinch to zoom feature with Interface pro in wordpress?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #12015
    Craig
    Member

    You said in an email –

    We made our theme that way. You have to customize the code make sure that you have to edit each and every time you update the theme.
    Go to theme directory and go to inc -> structure -> header-extensions.php file and fine the below code

    <meta name=”viewport” content=”width=device-width, initial-scale=1, maximum-scale=1″>

    replace above code with below one then you can have a zoom features when pinch.

    <meta name=”viewport” content=”width=device-width”>

    However, I cannot find the inc -> structure -> header-extensions.php file.

    Thank You

    #12027

    Hi Craig,

    We have already replied in our email.

    Go to our zip file that you have downloaded and unzip the theme file then go inside the file you will see directory inc -> structure -> header-extensions.php file

    full path:
    your wordpress folder -> wp-content -> themes-> Interface-Pro-> inc -> structure -> header-extension.php

    Use this forum for support and do not use our email for support. Though we have already replied about this issue in email too.

    Thank you!

    #45040
    Cerstin
    Participant

    Hi, I have the same problem, where do I get the zip file?

    #45058

    Hi Cerstin,

    Better make your own forum topic. Goto theme folder (interface pro) -> inc -> structure -> header-extension.php and fine the below code

    <meta name=”viewport” content=”width=device-width, initial-scale=1, maximum-scale=1″>
    

    replace above code with below one then you can have a zoom features when pinch.

    <meta name=”viewport” content=”width=device-width”>

    Thank you!

    #45350
    Cerstin
    Participant

    Hi,
    thanks a million, can you also tell me how to do this with attitude pro? I can’t find the header-extension.php file there…
    Best regards,
    C.

    #45358

    Hi Cerstin,

    Goto themefolder -> library -> structure -> header-extension.php on line no 21 you will see this code

    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">

    Thank you!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.