Title: Plugin does not auto start
Last modified: August 21, 2016

---

# Plugin does not auto start

 *  Resolved [rompelstilchen](https://wordpress.org/support/users/rompelstilchen/)
 * (@rompelstilchen)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/plugin-does-not-auto-start/)
 * hello,
 * i installed everything included bootstrap and jquery
 * it works fine but the slideshow does not start
 * and i noticed i had “undefined” error in javascript console
 * jQuery(document).ready( function() { jQuery(‘#agnosia-bootstrap-carousel’).carousel({
   interval : 5000 , pause : “hover” } ); } );
 * plz help me out
 * thx
 * [https://wordpress.org/plugins/agnosia-bootstrap-carousel/](https://wordpress.org/plugins/agnosia-bootstrap-carousel/)

Viewing 5 replies - 16 through 20 (of 20 total)

[←](https://wordpress.org/support/topic/plugin-does-not-auto-start/?output_format=md)
[1](https://wordpress.org/support/topic/plugin-does-not-auto-start/?output_format=md)
2

 *  Thread Starter [rompelstilchen](https://wordpress.org/support/users/rompelstilchen/)
 * (@rompelstilchen)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/plugin-does-not-auto-start/page/2/#post-4841978)
 * [@merchantweb](https://wordpress.org/support/users/merchantweb/) plz dont hijack
   my thread
 * if you did the same as i did and used the code above,
    either it works or create
   another thread i am busy working on that issue to set this thread as resolved
 * thx
 *  [merchantweb](https://wordpress.org/support/users/merchantweb/)
 * (@merchantweb)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/plugin-does-not-auto-start/page/2/#post-4841986)
 * I figured I would come back to this post to clear things up. I don’t think I 
   had the same issue as rompelstilchen. My issue was the Bootstrap 3 carousel would
   not auto-start on page load. I changed line 239 from
 * `$output .= '<div id="' . $name . '" class="carousel slide ' . $containerclass.'"'.
   $this->container_style . '>';`
 * to
 * `$output .= '<div id="' . $name . '" class="carousel slide ' . $containerclass.'"
   data-ride="carousel" ' . $this->container_style . '>';`
 * in plugin file, ‘agnosia-bootstrap-carousel.class.php’
 * This resolved my issue and was a matter of adding the data-ride attribute to 
   the carousel’s html output.
 * Thanks for the response!
 *  Plugin Author [Andrés Villarreal](https://wordpress.org/support/users/andrezrv/)
 * (@andrezrv)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/plugin-does-not-auto-start/page/2/#post-4841987)
 * Great to see you could get it to work 🙂
 * I’ll add that to the next version of the plugin, just in case.
 *  Plugin Author [Andrés Villarreal](https://wordpress.org/support/users/andrezrv/)
 * (@andrezrv)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/plugin-does-not-auto-start/page/2/#post-4842004)
 * [@rompelstilchen](https://wordpress.org/support/users/rompelstilchen/), do you
   have any news on your issue?
 *  Plugin Author [Andrés Villarreal](https://wordpress.org/support/users/andrezrv/)
 * (@andrezrv)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/plugin-does-not-auto-start/page/2/#post-4842019)
 * Well, it’s pretty obvious now that the problem was caused by another plugin, 
   so I’m marking this as resolved.

Viewing 5 replies - 16 through 20 (of 20 total)

[←](https://wordpress.org/support/topic/plugin-does-not-auto-start/?output_format=md)
[1](https://wordpress.org/support/topic/plugin-does-not-auto-start/?output_format=md)
2

The topic ‘Plugin does not auto start’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/agnosia-bootstrap-carousel_bfb2a9.
   svg)
 * [Agnosia Bootstrap Carousel by AuSoft](https://wordpress.org/plugins/agnosia-bootstrap-carousel/)
 * [Support Threads](https://wordpress.org/support/plugin/agnosia-bootstrap-carousel/)
 * [Active Topics](https://wordpress.org/support/plugin/agnosia-bootstrap-carousel/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/agnosia-bootstrap-carousel/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/agnosia-bootstrap-carousel/reviews/)

 * 20 replies
 * 3 participants
 * Last reply from: [Andrés Villarreal](https://wordpress.org/support/users/andrezrv/)
 * Last activity: [11 years, 10 months ago](https://wordpress.org/support/topic/plugin-does-not-auto-start/page/2/#post-4842019)
 * Status: resolved