Hello
I am using the Revolution Slider on Enfold.
All seems to be well. I am using the posts slider function.
But on Mobile my bounce rate seems incredibly high, and I have tried to remove the slider option on Mobile.
Revolution Slider has this option. But the slider still appears.
I tried disabling the slider with the size restriction (slider only appears above 780px). But the slider still tries to load up, and the disable itself.
It also effected the layout on mobile. With the slider removed, the mobile website appears to start at the bottom of the website.
Or rather, near the bottom.
Any ideas what I am doing wrong?
Thanks in advance.
Darran
Hey darranreadman!
Thank you for using Enfold.
Turn on the custom css class ( http://bit.ly/1C1eSV3 ) then modify the text block containing the revolution slider shortcode. Add a custom css class attribute to it. Use “custom-slider” for example and then use css media query in the Quick CSS field to hide the text on mobile device. Something like this:
@media only screen and (max-width: 767px) {
.custom-slider { display: none !important; }
}
Best regards,
Ismael