Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #648979

    I currently have buttons on my slider images. On mobile, however, the buttons don’t always make it onto the screen. I am wondering if it’s possible to make the entire slider image clickable on mobile, so that the user doesn’t have to find the button and can just tap the image to go to the link. Each slider image has a different link. Hope this makes sense…:)

    Thank you!

    #650081

    Hey tonyska,

    Thank you for using Enfold.

    Please add this in the Quick CSS field:

    @media only screen and (max-width: 480px) {
    .avia-slideshow-inner {
        min-height: 300px;
    }
    
    .avia-slideshow-inner li img {
        min-height: 300px;
        min-width: 560px;
        left: -100px;
        position: relative;
    }
    }

    This will increase the height of the slider images while making more space for the button. Turn on the custom css class so that you can specify a unique class attribute to the slider: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    I am wondering if it’s possible to make the entire slider image clickable on mobile, so that the user doesn’t have to find the button and can just tap the image to go to the link.

    This is possible but it will require a more complex solution so let’s try the css code first.

    Best regards,
    Ismael

    #733505

    Hi there!

    I want to do this, I don’t have any buttons and need to make the Fullscreen Slider clickable both on desktop and mobile.

    What should I do?

    Thanks!

    #733509

    Shit I just saw that if I remove the buttons I can make the image clickable… just ignore the above… sorry guys! maybe I should go to bed… LOL // you guys rock btw!!!

    #734746

    Hi,

    Glad we could help!
    Please take a moment to review our theme on themeforest https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Andy

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Make slider photo clickable on mobile’ is closed to new replies.