Thank you! That fixed it. Appreciate the fast response!
Sorry I am just getting back to this. Not sure what you need to see it. My test site is:
http://rec-robeng.com under the projects menu when when click on one of the pictures.
I added the following code:
#top .portfolio-preview-list-image { pointer-events: none!important; } to both quick css and custom.css but still displays the lightbox.
Thanks!!
Thanks for your support. I changed the the portfolio items “ajax preview images” to an “image list” (i only have 1 picture anyway). So when I use the ajax portfolio grid on my projects page, I want to disable the lightbox. Is there a line like the following that works w/ the “image list” option?
.portfolio-preview-image .avia-gallery a { pointer-events: none; }
Thanks again!
I think my case is similar. I have a ajax portfolio grid-gallery. I added this line to custom.css:
.portfolio-preview-image .avia-gallery a.avia-gallery-big{ pointer-events: none; }
which stops the big picture from displaying the lightbox.
On the thumbnails, I want to disable the lightbox and change the pointer to be an arrow instead of a hand. When you move your mouse over the thumbnail I still want it to display the thumbnail picture as the big picture. Do I need to make the changes mentioned in post #214941?
Thank you for your great support!