Viewing 5 replies - 1 through 5 (of 5 total)
  • sharon.harbon

    (@sharonharbon)

    I have the same problem in my site,
    someone can assist?

    Thanks,

    the link must go to the picture not to the url of the page.

    So, the target of the link must be the picture url.

    In the picture property box click on the button “link with the picture” I don’t know the name in english.

    If you do this in html “href” in must be the picture url

    G

    What miogus is saying is that if you use WP to add images, you get an image tag wrapped in an anchor tag. (<a href...><img src...></a>). You need to take the URL from the image tag and replace the URL on the AHREF tag with it so that the AHREF points only to the picture. Hope that helps.

    BTW…seems like way too much manual work so I’ll be asking about that too.

    I have the same problem.
    WP 3.6, gallery code is generated ok, but missing the word “lightbox” in the rel of each anchor.
    E.g. Generated code for the first image of the Gallery:

    <a href="https://domain.org/wp-content/uploads/Sibila-Libia.jpg" title="" rel="gallery1" class="cboxElement">
    <img src="https://domain.org/wp-content/uploads/Sibila-Libia-130x104.jpg" width="130" height="104" alt="Sibila Libia">
    </a>

    Yeah…For posts anyway, you need to add it manually. :-/

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Lightbox Gallery] Lightbox loads the entire page in the box, why?’ is closed to new replies.