• Hello and thanks for the plugin!

    I’m using it to display inline content manually. Is it possible to group inline contents to display them as gallery? I almost manage to get it working because navigation arrows are showing but I get a jQuery error so I guess I’m missing something. I would like to get it to loop the articles.

    My code for one element:

    <a class="button" href="#reference-<?php the_ID(); ?>" rel="lightbox[gallery-0]" data-lightbox-type="inline" >Read more</a>
    <article  id="reference-<?php the_ID(); ?>" data-lightbox-gallery="lightbox[gallery-0]" style="display:none;">Some content</article>
  • The topic ‘Group inline content’ is closed to new replies.