Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #3595
    Ken E
    Participant

    Hello,

    Responsive lightbox plugin is installed and working fine on my website. When the images are selected, the images will pop up with “lightbox” effect. But I have a requirement to group the images and provide previews of the images using small thumbnail gallery. When any of the images got selected it will pop up with “lightbox” effect. Can this be achieve?

    Thanks!

    #3625
    Bartosz
    Keymaster

    It’s not possible with Swipebox script – prettyphoto can handle that.

    #3627
    Ken E
    Participant

    Hello Bartosz,

    It’s still not showing the images in thumbnail. Is there any particular to be enabled?

    Thanks!

    #3628
    Bartosz
    Keymaster

    Oh, I didn’t understand you correctly. The plugin doesn’t handle displaying thumbnails in your theme. It runs the lightbox effect on available image links.

    Caould you post a link to the site?

    #3629
    Ken E
    Participant
    This reply has been marked as private.
    #3630
    Bartosz
    Keymaster

    Ok, did you try adding gallery to your post using Add Media – this is native WP way.

    #3633
    Ken E
    Participant
    This reply has been marked as private.
    #3634
    Ken E
    Participant

    Hello Bartorz,

    Here is the code to output the images:

    [wpv-for-each field="wpcf-business-work-example"]
    <a href="[types field="business-work-example" raw="true"][/types]" rel="lightbox">[types field="business-work-example" alt="[wpv-post-title]" title="[wpv-post-title]" width="800" height="600" align="center" resize="proportional"][/types][/wpv-for-each]</a></br>

    “wpcf-business-work-example” is a custom post type which allow multiple instances of images. The code is looping through the custom field (multiple-instances) to output the images on the page. Instead of displaying the images one-by-one. My requirement is to group the images from the custom post type and display them like the link that I had shown you.

    Thanks!

    #3662
    Ken E
    Participant

    Hello Bartorz,

    Thanks for your confirmation that the plugin doesn’t handle displaying the images in thumbnail. We will research to find another solution to handle the display.

    Thanks!

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.