WPIntell

Source evidence

Carousel doesn´t automatically cycle

WP Bootstrap Carousel · support · 2015-09-22T08:52:00+00:00

complaintsentiment
highseverity
1.0relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

4 / 26 rows with source links

15.4% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

22 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Gerald unresolved
I can´t the plugin to get automatically cycle. As described in the documentation, it should with the default value of interval=5000. Just in case I tried to deactivate mouseover with pause=”. I insert the plugin with do_shortcode() in the template everything else works fine: echo do_shortcode('[carousel post_parent=72 unwrap="1"]'); You can see the carousel here: http://tbb.kic-innoenergy.com/ https://wordpress.org/plugins/wp-bootstrap-carousel/ After some more tests it seems to be a incompatiblity with the theme (Vertoh: http://www.showthemes.com/2015-event-wordpress-theme-vertoh ), with Twentyfifteen it works! Do you have any recomendation how to find the conflict with my theme? I just tried with the last version of bootstrap carousel (3.3.5) but without success. after debugging carousel.js I found out that this.options.interval variable is null. after setting this.options.interval = 5000; the carousel cycles correctly. seems to be some incompatibility of the plugin with the theme but I could´t find out how to solve it in a more elegant way. sorry for the spam!

Comments

2 shown
Gerald 2015-09-22T10:34:00+00:00

After some more tests it seems to be a incompatiblity with the theme (Vertoh: http://www.showthemes.com/2015-event-wordpress-theme-vertoh ), with Twentyfifteen it works! Do you have any recomendation how to find the conflict with my theme? I just tried with the last version of bootstrap carousel (3.3.5) but without success.

Gerald 2015-09-22T11:02:00+00:00

after debugging carousel.js I found out that this.options.interval variable is null. after setting this.options.interval = 5000; the carousel cycles correctly. seems to be some incompatibility of the plugin with the theme but I could´t find out how to solve it in a more elegant way. sorry for the spam!