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

    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.