-
AuthorPosts
-
June 7, 2022 at 12:06 pm #1354375
At my website is a full width slideshow. Slides fade over on desktop but stop on mobile after the second slide. Works when slide moves to the side or top.
June 7, 2022 at 2:46 pm #1354395Hey Woutski,
Could you try updating the theme to the latest version (4.9.2.3) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update.
Best regards,
RikardJune 8, 2022 at 10:02 pm #1354568Ha Rikard,
I updated it to version 4.9.2.3. emptied my cache. But it does not help.
Best regards Woutski
June 9, 2022 at 11:33 am #1354616Hi,
Thanks for the update. Did you activate the option to delete old CSS and JS files under Enfold->Performance? If not, then please try that out as well. If you should need any further help, then please let us know which browser and device you are seeing this problem on.
Best regards,
RikardJune 9, 2022 at 11:54 am #1354627Hey Rikard,
I did activate the option to delete old CSS and JS files under Enfold->Performance? No change again. My Mobile: Galaxy Android 11. Browsers: Chrome and Firefox. Installed Opera for a fresh start. Same issue. Mobile owner website: Handy is Iphone
Best regards, Woutski
June 9, 2022 at 2:43 pm #1354669Hi,
Thanks for the update. I’m seeing two slides on my end on both desktop and phone, exactly the same behaviour on both formats.
Best regards,
RikardJune 9, 2022 at 3:08 pm #1354673Hey Rikard,
You should see seven ( first and seventh are the same). On the three browsers of my Apple desktop it works well.Best Regards Woutski
June 9, 2022 at 3:32 pm #1354681Hey Rikard,
It works! Thank you very much for thinking with me. Appreciate it,
Kind regards WoutskiI Removed some code of the quick css I found on the forum to solve the problem before updating to 4.9.2.3. after updating the code turned out to be the problem.
The code:.js_active .avia-slideshow li:first-child {
visibility: visible !important;
opacity: 1 !important;
}.js_active .avia-slideshow li:first-child {
visibility: visible!important;
transform: translateZ(0px) !important;
-webkit-transition: none !important;
}June 9, 2022 at 7:12 pm #1354702 -
AuthorPosts
- You must be logged in to reply to this topic.