• Resolved moniqueb87

    (@moniqueb87)


    Hi Support,

    Hoping you could please help me. This plugin might save this whole website for me. I reckon it is the (Flatsome) theme and/or builder not allowing images to be zoomed on mobile. According to your page this plugin just needs to be installed and activated, done and done. However it does not seem to change anything. How do I know? How can I test this?

    Thanks for your time…

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Kybernetik Services

    (@kybernetikservices)

    Dear @moniqueb87.

    Thank you for reaching out. I’ll try to help you.

    The only way to check if Definitely allow mobile zooming is working or not is to have a look at the source code. I did it for you and can confirm Definitely allow mobile zooming is working as expected.

    If you want to check it by your self please search for the word viewport when the plugin disabled and another time when it is enabled.

    The standard viewport of Flatsome is

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

    With Definitely allow mobile zooming you will get this code

    <meta name="viewport" content="width=device-width, user-scalable=yes, initial-scale=1.0, minimum-scale=0.1, maximum-scale=10.0">

    The last one is on your website. This line enables scaling and allows it 10x. Thats the magic ;-).

    Hope this information helps.

Viewing 1 replies (of 1 total)

The topic ‘Flatsome theme’ is closed to new replies.