-
AuthorPosts
-
April 22, 2014 at 8:04 am #35915
I just purchased your theme yesterday and am stuck. I would like to create a page in which there is a slider at the bottom that will display thumbnail versions of the larger images selected from the media library. When one of the thumbnails is clicked or hoovered over a larger version will show up in a lightbox. I just cannot figure out the workflow and the procedure to get this to work assuming it is possible.
THXs
/Mike
April 22, 2014 at 10:17 pm #36137Hi Michael!
Thank you for using the theme!
Please refer to this link for more info about the responsive lightbox element using the visual composer or the x shortcode: http://theme.co/x/member/kb/shortcode-walkthrough-lightbox/
Basically, you need to add the lightbox element then specify the selector. For example, add the selector .show-lightbox. All image link with the show-lightbox class will open on lightbox.
<a class="show-lightbox" href="LARGER IMAGE"><img src="THUMBNAIL IMAGE"></a>
Please read through the documentation for more info. Cheers!
-
AuthorPosts