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.
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
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
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
Thank you, Josue, for teaching me how to fish!
Well done.
You are welcome, glad we could help :)
Regards,
Josue