• Resolved rompelstilchen

    (@rompelstilchen)


    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://ww.wp.xz.cn/plugins/agnosia-bootstrap-carousel/

Viewing 5 replies - 16 through 20 (of 20 total)
  • Thread Starter rompelstilchen

    (@rompelstilchen)

    @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

    (@merchantweb)

    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

    (@andrezrv)

    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

    (@andrezrv)

    @rompelstilchen, do you have any news on your issue?

    Plugin Author Andrés Villarreal

    (@andrezrv)

    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)

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