• Hello,

    I am currently using the WP Responsive Menu plugin on my WordPress site, and I’ve encountered an issue with the <meta name="viewport"> tag. The plugin seems to be modifying the viewport settings to the following:

    <meta name="viewport" content="user-scalable=no, width=device-width, maximum-scale=1, minimum-scale=1">

    However, I would like to allow users to zoom on mobile devices, and I need the viewport tag to look like this:

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

    Could you please guide me on how to modify or override the viewport settings applied by WP Responsive Menu? Any assistance or workaround to resolve this issue would be greatly appreciated.

    Thank you in advance for your help.

    Best regards

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter KR. Laboratories

    (@krashlab)

    Hello,

    I recently encountered an issue with the <meta name="viewport"> tag while using the WP Responsive Menu plugin. By default, the plugin modifies the viewport to disable user scaling on mobile devices. After some investigation, I found the option Enable/Disable Scale in the plugin settings, which allowed me to control the scaling behavior.

    However, I believe it would be a great enhancement if the plugin provided an option for users to fully customize or override the viewport tag, allowing more flexibility without the plugin intervening.

    Would it be possible to add such a feature in a future update, where users can either set their own viewport values or choose to prevent the plugin from modifying the tag altogether?

    Best regards

    Plugin Author Magnigenie

    (@magnigenie)

    Hello @krashlab,

    Thank you so much for your suggestion.
    we have noted your required point and will try to add this on our upcoming update.

    Regards,
    Bibhu

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