Conversation
supportI 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!
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!