Dear all,
I experience the fullscreen-slider stopped working totally in LIVE and STAGING, without doing anything. I am nearly certain, that I saw it work yesterday. But today, everything keeps empty.
The source code looks good. The ul-tag is there, including the two slides.
Any idea what could be the cause.
I see that the website loads very long, before not displaying the fullscreen-slider.
Kind regards!
Hi parperei!
Have you tried de-activating all active plugins and check if that helps?
Cheers!
Yigit
Dear Yigit,
I deactivated every update-feature, which is why I am pretty sure, nothing changed in the back-end.
Meanwhile I found another post from earlier today, dealing with a compareable problem.
https://kriesi.at/support/topic/full-screen-slider-7/
I will try to reacitvate all plugins tomorrow or on Friday. Although – as I mentioned above – I do not see why this could help.
Kind regards!
Hey!
The slider on http://terrasecura.de/ is working fine. What is the current version of your Enfold theme?
Regards,
Ismael
Dear Yigit and Ismael,
today I thought about, the only change I made was in the css-file.
I found, that the css-snip from this topic about a 1px gap, I experienced with the fullwidth-slider causes the fullscreen-slider to disappear:
ul.avia-slideshow-inner {
height: auto!important;
}
For the record: Issue solved by adding an extra css-snip for the fullscreen-slider to appear again.
.avia-slideshow-extra_large ul.avia-slideshow-inner {
height: inherit !important;
}
Cheers!