bramvds
Forum Replies Created
-
received thanks
it is an alias email adress from outlook
nope ??
Hi,
I did this several times already, but never receive a login link
Forum: Plugins
In reply to: [WooCommerce] Too large intrinsic thumbnails on mobileHi,
I already tried regenerate all thumbnails, changed theme (including storefront), disabled all plugin etc.Thanks,
What i ment was only the jpg is already compressed by shortpixel. So should i also choose default 85% voor your webp plugin? Or better 100% webp, because compression was already done?
Also a way to only convert webp for one image, just to try some conversion settings?Forum: Plugins
In reply to: [Definitely allow mobile zooming] flatsomeThanks
Forum: Plugins
In reply to: [Definitely allow mobile zooming] flatsomebetter like this:
//* remove and replace parent theme actions function remove_actions_parent_theme() { remove_action('wp_head','flatsome_viewport_meta', 1); } add_action('init','remove_actions_parent_theme'); //* Now re-add the customised action function child_viewport_meta_replacing_parent_theme() { echo apply_filters( 'child_viewport_meta_replacing_parent_theme', '<meta name="viewport" content="width=device-width, initial-scale=1" />' ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped } add_action( 'wp_head', 'child_viewport_meta_replacing_parent_theme', 1 );
Forum: Plugins
In reply to: [Definitely allow mobile zooming] flatsomeThis no better solution?
//* remove and replace parent theme actions
function remove_actions_parent_theme() {
remove_action(‘wp_head’,’flatsome_viewport_meta’, 1);
}
add_action(‘init’,’remove_actions_parent_theme’);
//* Now re-add the customised action
function child_viewport_meta_replacing_parent_theme() {
echo apply_filters( ‘child_viewport_meta_replacing_parent_theme’, ‘<meta name=”viewport” content=”width=device-width, user-scalable=yes, initial-scale=1.0, minimum-scale=0.1, maximum-scale=10.0″>’ ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
}
add_action( ‘wp_head’, ‘child_viewport_meta_replacing_parent_theme’, 1 );`Forum: Plugins
In reply to: [Definitely allow mobile zooming] flatsome@hinjiriyo
This is not my code as you can see, you are looking at the initial viewport.
When i add my line of code in the header script or i activate your plugin, it both adds a second viewport as you can see in the video:
https://www.loom.com/share/48582526684143e1879f9ae9298593ee
or am i wrong?Forum: Plugins
In reply to: [Definitely allow mobile zooming] flatsome@hinjiriyo
Thanks but still not 100% clear.
Why would this plugin be better when using flatsome instead of just adding the code here:
https://snipboard.io/yvCYI0.jpg
seems to me this way it also replaces/overwrites the initial viewport.
As i have done on this site https://www.fightplaza.nl/
Or am I missing something? Just always want the best solution.Thanks.
Forum: Plugins
In reply to: [Definitely allow mobile zooming] flatsomeSo it just adds a second viewport. So you have any idea why flatsome tell me better to install your plugin instead of just adding the line of code in the header script?
Flatsome tell me your plugin replaces code which is better than adding, but you tell me for flatsome theme it just adds a code?Sorry for the trouble.
Forum: Plugins
In reply to: [Definitely allow mobile zooming] flatsomeyes i tried the plugin and it works. But i need to know if it then replaces the viewport or just adds a viewport.
Forum: Plugins
In reply to: [Definitely allow mobile zooming] flatsomeOk, so to be clear. For flatsome theme it has no use installing your plugin, because it does not modify the viewport?
If so, how can it be that your plugin does work when installing on flatsome theme? Or does it just add an additional viewport?Thanks
- This reply was modified 2 years, 11 months ago by bramvds.
Forum: Plugins
In reply to: [Definitely allow mobile zooming] flatsomeYes, but does your plugin replace or just add the line of code?
Flatsome tells me better use your plugin instead of putting that 1 line in the header script. That would only make sense if your plugin replaces?Thanks