Tagged: portfolio raster
Hi
I use the portfolio raster (sorry, german version) and there is point called “Link Handhabung”. Here I can choose if I want:
1. open the portfolio content
2. open ajax preview
3. open a big picture in a lightbox
I use No 3. That works fine when I click on the picture, but when I klick on the text (title) below the picture, it opens portfolio content on a new page, so what should happen only under point No 1. How can I prevent that? I just want, that the big picture in the lightbox is opened, no matter if I klick on the picture or the text (title) of the picture. Wasen’t point no 3 meant like that?
Thanks for help.
Hey baiker!
try this code in Quick CSS field:
.grid-content {
pointer-events: none;
}
Regards,
Andy
Hey Andy!
Thanks, that works fine! Solved.
René