Before you ask please READ THIS

Target blank for pdfs

Hello, I have a problem with the album items link: I've made an album with many images and set a link to a pdf file on each image/item, at the moment when I click on the images the PDF file opens correctly, but in the same window, I'dd like to open it in a new window/tab but I can't find the option for that, what can i do?
Thanks a lot for the help
problem_link.jpg
1340 x 704 - 96K

Comments

  • AirAir
    Posts: 10,970
    Hello:-)
    poldacchio said: I can't find the option for tha
    Cause there is no option for that :-)

    You can hover modify code, but I need to know if you use album in bricks mode or slider?

    With kind regards.
  • Hello, thanks for your answer :-)
    I use the album in bricks mode only
    Thanks again for the help!!!!
    Kind regards, Alberto
  • AirAir
    Posts: 10,970
    Go to file thirteen\js\script.js line ~2234 and change this
    html += '<a href="'+link.attr('href')+'"></a>';
    to
    html += '<a target="_blank" href="'+link.attr('href')+'"></a>';

    With kind regards.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!