Hi,
i have a empty white space where one of your sliders should show an image
It works when i downsize my browserwindow but on a real mobile i see just white nothing.
Yes, cache is emptied.
Enfold setting “Merging” has been deactivated and activated and deactivated….
After i removed the Layerslider and added it again it works now.
But when i turn my mobile into landscape format i dont see nothing – neither the Layerslider nor the Enfold-Slider.
Please help.
http://www.simonehirsch.de
Eva Simone
Hey evas49,
Thank you for the inquiry.
Did you configure the layer slider’s Project Settings > Mobile options? Looks like the Hide on Mobile option is enabled or the Hide Under field has been filled.
We can force the slider to display on smaller screens by using the following css code but this will completely nullify the Hide on Mobile option.
.ls-forcehide {
display: block !important;
}
Best regards,
Ismael