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
]]>Is this feature available on Pro?
]]>ShortPixel CDN does not store images until a device accesses them. So there is no guarantee that origin web server image won’t be loaded for a user. This behavior is problematic if the origin server image is large and uncompressed and because of the latency cost to request from the origin server.
I have a few questions based on the above context.
Adaptive Images is theorized to read screen size of user, then serve image accordingly. So how does this plugin implement that?
Some background information:
So, if you are using breakpoints, why not
Plugin doesn’t work with CDN because plugin doesn’t change HTML to use breakpoint images. So, on first page load, CDN -> origin web server -> html (requests original image) -> cdn (stores original image) -> user. Then, user -> cdn -> user (always receives cdn-original-image).
Or alternatively, CDN receives an “adaptive image” once, then never changes it to avoid origin server.
So how does the plugin work and why not use srcset instead?
]]>I have a WordPress version 5.8.3, with a plugin of a regular editor (Gutenberg does not fit my tasks)
I need to implement a page with photos and videos – in an adaptive version for different devices (photos with full-screen opening)
https://test.contactimprovisation.ru/foto-video / is an example of how to do it (implemented on the constructor)
This is how I did it with a simple method of adding photos and videos
https://test2.contactimprovisation.ru/foto-i-video/
And it doesn’t adapt to the mobile version.
Which plugins do you recommend ?
Or is it easier to make a code ?
For photos – you need something very simple (a small plugin) – because there will be few photos
There will be more videos and on different platforms:
YouTube, vimeo, Facebook and other less popular
– The team developing the ”VW Security Guard template” is just FANTASTIC!!
– Support is acting very fast and effectively.
– Request to adapt the template to my own needs has been resolved under 6 hours!
– Clear and fast communication!
Will for sure do business again with them, they really deserve a look!!
Many thanks Shivani Akojwar, Hasan Diwanji from vwthemes.com
Well done guys, keep it up like this!
Best regards,
sacha
sAco2web.ch