Hello, I just configured a slider with the enfold theme in one of my posts, and it works correctly for desktop users of the webpage. But when I open the url with the mobilephone noone can “tell” it is a slider because it does not show the arrows.
I also set up “auto play” so slider changes photos automatically every 4 seconds but on mobile it does not work.
Can someone help me?
Hey vinchenson,
Please provide admin info so we can login and look into this further.
Best regards,
Jordan Shannon
Could you find the problem Jordan?
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
@media only screen and (max-width: 767px) {
.responsive #top .avia-slideshow-controls a {
opacity: 1;
}}
Best regards,
Yigit
Thanks for your answer Yigit, but after having added it to the quick css section it still doesn’t work.
Hey!
I changed the code to following one and flushed cache
@media only screen and (max-width: 767px) {
.responsive #top .avia-slideshow-controls a {
opacity: 1;
display: inline-block;
}}
Please review your website :)
Best regards,
Yigit
OMG now it works! Thanks a lot Yigit!
I hope you all have a nice day, and thanks for helping me so fast again.
Have a nice week, you can close this thread.
Hi,
We’re always happy to help! :) For any other questions or issues, feel free to post them here on the forum and we will do our best to help you.
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
We’d also appreciate it if you can take a moment to review our theme if you haven’t already. https://themeforest.net/downloads
Thank you for using Enfold. Have a wonderful week!
Sarah