Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #35915

    Michael D
    Participant

    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

    #36137

    Support
    Member

    Hi 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!