I only have a couple plugins installed and activated on this site, it’s a new one:
The Events Calendar
Media File Manager
Hey tbelles, just checking back in. I’ve still been unable to get the slider working. I was able to get the interval to show up finally (just have to change the default) but it’s still not showing for me yet. I did run that jQuery selector (jQuery( ‘#carousel-index-generic’ )) on the page and it was unable to find the container for the carousel on the live site as you mentioned. And of course, as you also said, it shows perfectly in the theme customizer. Something funky is going on.
There’s a javascript error in their slideshow template. They left out the interval for it on the line:
jQuery( ‘#carousel-index-generic’ ).carousel({
interval: })
And speaking of their javascript, ‘cmon guys, use semi-colons. Everyone likes clean code. 🙂