Title: bootstrap gallery does not work
Last modified: August 30, 2016

---

# bootstrap gallery does not work

 *  [gereby](https://wordpress.org/support/users/gereby/)
 * (@gereby)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/bootstrap-gallery-does-not-work/)
 * i am trying the following code:
 * <h2>Galerie</h2>
    [loop type=”events”] [if event-date-end before today] [-if 
   gallery] <div class=”ged-gallery”> <h3>[field title] ([field event-date-start][–
   if field=”event-date-end”] – [field event-date-end][/–if])</h3> [content gallery
   =”carousel” group=”gallery-{ID}”]</div> [/-if] [/if][/loop]
 * but: the bootstrap gallery dos NOT occur. what may be the reason?
 * thanks for your help,
    christian
 * [https://wordpress.org/plugins/custom-content-shortcode/](https://wordpress.org/plugins/custom-content-shortcode/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Eliot Akira](https://wordpress.org/support/users/miyarakira/)
 * (@miyarakira)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/bootstrap-gallery-does-not-work/#post-6275060)
 * The first [if] statement should be like this:
 *     ```
       [if field="event-date-end" before="today"]
       ```
   
 * Other than that..
 *     ```
       [loop type="events" fields="id"]
         ...
         [content gallery="carousel" group="gallery-{ID}"]
         ...
       [/loop]
       ```
   
 * I may need to update the documentation, the `{ID}` tag will not work without 
   specifying it for [loop].

Viewing 1 replies (of 1 total)

The topic ‘bootstrap gallery does not work’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/custom-content-shortcode_766976.svg)
 * [Custom Content Shortcode](https://wordpress.org/plugins/custom-content-shortcode/)
 * [Support Threads](https://wordpress.org/support/plugin/custom-content-shortcode/)
 * [Active Topics](https://wordpress.org/support/plugin/custom-content-shortcode/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/custom-content-shortcode/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/custom-content-shortcode/reviews/)

## Tags

 * [gallery](https://wordpress.org/support/topic-tag/gallery/)

 * 1 reply
 * 2 participants
 * Last reply from: [Eliot Akira](https://wordpress.org/support/users/miyarakira/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/bootstrap-gallery-does-not-work/#post-6275060)
 * Status: not resolved