Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #822483

    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?

    #822492

    Hey vinchenson,

    Please provide admin info so we can login and look into this further.

    Best regards,
    Jordan Shannon

    #822498
    This reply has been marked as private.
    #822566

    Could you find the problem Jordan?

    #822574

    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

    #822585

    Thanks for your answer Yigit, but after having added it to the quick css section it still doesn’t work.

    #822591

    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

    #822613

    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.

    #822677

    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

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Easy Slider doesn't show the arrows to mobile users’ is closed to new replies.