Tagged: enfold
Hi,
In the new version is available transition and preload functions
is very nice effect but there is an snap horizontal movement at a time when it appears (and disappears) the scroll bar of the browser, Chrome, Firefox, Safari.
Is there a way to improve?
Thanks
Hi macrunner!
Can you send us a link to your site so we can check? Make sure to deactivate all plugins while testing.
Cheers!
Elliott
Hi Elliot,
the problem also occurs on all the demo versions, for example: http://kriesi.at/themes/enfold-startup/
With Mac OS X 10.9 (Mavericks) and 10.10 (Yosemite), Chrome, Safari and Firefox, the latest versions.
I made a short video: https://youtu.be/aWIkHiu8O3s
Thanks
Hi!
I’m not sure if this is going to work but you can add this to the Quick CSS field to enable the scroll bar right before the preloader stops:
@media only screen and (min-width: 989px) {
html.responsive {
overflow-y: scroll;
}
.av-preloader-reactive {
overflow: hidden !important;
}}
Regards,
Ismael
Hi Ismael,
it works great
Thanks a lot