Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #430638

    Hello, I’m trying to disable or deactivate the 2nd Lightbox once the AJAX portfolio is active.
    I only use 1 image and there’s no point for me to Lightbox it again if I’m already seeing it inside the AJAX Portfolio box.

    I was trying to do it in the base.css ( /* #Misc line 373 )

    I hope this make sense and you guys can help me out.

    Happy Friday! Cheers!

    #431339

    Hi Armando!

    Sorry for the late reply!
    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .portfolio-preview-image .avia-slideshow-inner {
      pointer-events: none;
    }

    Cheers!
    Yigit

    #431545

    Hello Yigit!
    No worries,
    Awesome! thanks for the help.

    Regards!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘DISABLE THE 2nd LIGHTBOX INSIDE THE AJAX PORTFOLIO’ is closed to new replies.