Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #495373

    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.

    #495785

    Hey baiker!

    try this code in Quick CSS field:

    .grid-content {
    pointer-events: none;
    }
    

    Regards,
    Andy

    #496333

    Hey Andy!

    Thanks, that works fine! Solved.
    René

    #496830

    Hi,

    Great, glad we could help :-)

    Regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Problem with handling Links in portfolio raster’ is closed to new replies.