Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #206943

    I have a gallery on my page:
    http://hubholdings.com/profile/

    I would like to have the word “eastern” link to this gallery instead of having the gallery inside the paragraph. Can I do this? What would be the URL for this gallery (or is there one)?

    Thanks and as always, big thanks for a really well designed theme. And thanks for such prompt and clear replies.

    #207008

    Hi segalmedia!

    Edit that part to something like this:

    <a href="http://hubholdings.com/wp-content/uploads/2013/11/Economic-Engines.jpg" rel="lightbox[auto_group1]">eastern</a>
    

    If you want to hide the gallery below, this code will do it (add it to Quick CSS):

    .galleryid-2678{ display: none; }
    

    Regards,
    Josue

    #207090

    thanks, it worked, just a quickie, what exactly am I linking to? How is it pointing to my two photos? I’d like to know so that I can do this my self or modify this lightbox in the future. Thanks so much for your help, Josue

    #207098

    Hi!

    You are linking to the first image of the gallery, but the link also has a rel attribute that enables the lightbox.

    Regards,
    Josue

    #207103

    Thank you, Josue, for teaching me how to fish!

    Well done.

    #207106

    You are welcome, glad we could help :)

    Regards,
    Josue

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘link to gallery?’ is closed to new replies.