• I’d like to disable the lightbox feature when portfolio/slider images are clicked. I don’t want them to be clickable at all. Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Did you want the lightbox feature completely disabled for the whole site or just that area?

    What slider are you using? Can you post a link?

    One option without having to edit code is to use css like this… this is assuming you are using the flex slider:

    .portfolio-single .flexslider .slides li {
        pointer-events: none;
        cursor: default;
    }

    Kadence Themes

    Thread Starter meredithbullock

    (@meredithbullock)

    Thank you so much, that worked perfectly!

    Now I just need the lightbox disabled on the homepage – can you help with that too? Thanks

    Sure, post a link and I can help.

    Kadence Themes

    Thread Starter meredithbullock

    (@meredithbullock)

    The website is in maintenance mode right now – so as soon as it goes live I will notify you then you can view it.

    TonjeThygesen.no

    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Disable lightbox’ is closed to new replies.