@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!
Great to see you could get it to work 🙂
I’ll add that to the next version of the plugin, just in case.
@rompelstilchen, do you have any news on your issue?
Well, it’s pretty obvious now that the problem was caused by another plugin, so I’m marking this as resolved.