Title: Using existing content
Last modified: August 22, 2016

---

# Using existing content

 *  Resolved [paul_oneill](https://wordpress.org/support/users/paul_oneill/)
 * (@paul_oneill)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/using-existing-content/)
 * Hi Pierre
 * Came across your code and plugin while working on a client project.
 * I am adding posters to a page using Stephen Harris’ Event Organiser Posterboard
   plugin(s) – [https://wordpress.org/plugins/event-organiser-posterboard/](https://wordpress.org/plugins/event-organiser-posterboard/)
 * What I hope to do was add an OWL Carousel wrapper to the posters it loads
    e.
   g. my page looks like:
 *     ```
       <div class="owl-carousel" id="#poster-carousel">
       [event_board event_start_after="now" event_start_before="+2 weeks"]
       </div>
   
       <script>
       jQuery(document).ready(function($){
         $("#poster-carousel").owlCarousel({
           autoPlay: 3000, //Set AutoPlay to 3 seconds
           items : 3,
           lazyLoad : true,
           navigation : true
         });
       });
       </script>
       ```
   
 * Is this even possible?
    Would it make any difference if the poster plugin loads
   the posters via AJAX?
 * TIA
    Paul
 * [https://wordpress.org/plugins/owl-carousel/](https://wordpress.org/plugins/owl-carousel/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [pjehan](https://wordpress.org/support/users/pjehan/)
 * (@pjehan)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/using-existing-content/#post-5902280)
 * Hi,
 * Yes, it would make a difference because the owlcarousel code will trigger before
   the DOM content is loaded with AJAX.
    Is there a callback function you could 
   use with the Event Organiser Posterboard plugin? If there is you could insert
   the owlcarousel code there.
 *  Thread Starter [paul_oneill](https://wordpress.org/support/users/paul_oneill/)
 * (@paul_oneill)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/using-existing-content/#post-5902381)
 * Thanks Pierre, I’ll follow up with the developer of the poster plugin
 * Much appreciated

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Using existing content’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/owl-carousel_1ab9bc.svg)
 * [Owl Carousel](https://wordpress.org/plugins/owl-carousel/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/owl-carousel/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/owl-carousel/)
 * [Active Topics](https://wordpress.org/support/plugin/owl-carousel/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/owl-carousel/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/owl-carousel/reviews/)

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [paul_oneill](https://wordpress.org/support/users/paul_oneill/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/using-existing-content/#post-5902381)
 * Status: resolved