Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #106885
    Haruyuki
    Participant

    Hi,

    As default, we can click on the slider and open a new page with the image we have clicked. I want to make the slider unclickable. I don’t want visitors to be able to click on the slider and open a new page with the image.
    Is this possible?

    Thank you
    Regards,
    Yuki

    #106893
    Mahesh
    Keymaster

    @yuki12345: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    #feature-slider .slides a {
        pointer-events: none;
    }

    Regards,
    Mahesh

    #106946
    Haruyuki
    Participant

    I have added the CSS and observed that I cannot click the slider and open the image anymore in FireFox, but I can still click the slider and open the image in Safari.

    My Safari version: Version 10.0.2 (12602.3.12.0.1)
    OSX: 10.12.2

    This is what I have in the Custom CSS Option.

    #feature-slider .cycle-prev,
    #feature-slider .cycle-next {
    display: none;
    }

    #feature-slider,
    #header-featured-image {
    margin-top: 0;
    }

    #feature-slider .slides a {
    pointer-events: none;
    }

    Thank you,
    Yuki

    #106971
    Mahesh
    Keymaster

    @yuki12345: May be its because of cache.

    Regards,
    Mahesh

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Full Frame Pro: Can I make the slider unclickable?’ is closed to new replies.