Hello Pablo, this question had already been asked before, but it is still imperative to obtain an alternative result or mode.
My client has literally almost 100 pages within a WWB project, I must adapt each page to mobile, with the fluid design everything runs perfect but ... my client's directive is that it has no parallax effect in resolutions less than 1024px.
Currently I must create (whether I want to or not) break points to remove the parallax from each image ... (approximately 4..5 images with parallax on each page).
I know that you answered that with WWB, you cannot disable parallax from certain resolutions below ... just by creating break points and in each image change this function directly.
Can you imagine that ... approximately 100 pages and each one with 4.5 images, it is a work to do this.
You can provide me with some script or solution to remove parallax on all pages of the site, or on certain pages when the fluid design reaches certain px down.
Thanks for your time.
PD: Or a possible suggestion for WWB in the future.
Disable Parallax when reaching certain resolutions
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Re: Disable Parallax when reaching certain resolutions
In the page properties you can disable the parallax effect with the option 'Disable scroll events on small screens'.
Re: Disable Parallax when reaching certain resolutions
Thanks!Pablo wrote: Sat Nov 09, 2019 3:03 pm In the page properties you can disable the parallax effect with the option 'Disable scroll events on small screens'.
In the help of that section indicate selecting
"Disable scroll transitions on small screens"
This option adds the ability to disable scroll transitions and parallax on small screens (e.g. phones).
It works, it works by looking directly from the device, the tests I do with the Google and Firefox developer tools, it still shows parallax. Maybe because it is not real device.
Anyway, what matters is that the effect is canceled directly on the devices below the selected resolution and it actually works.
Thank you.