It flickers. I can't figure out why. Please be nice and thanks.
edit: what i have is 9 panels. i would like to show 6 at a time, while rotating one at a time like so {123456} {234567} {345678} {456789} {567891} etc. i hope that helps.
It flickers. I can't figure out why. Please be nice and thanks.
edit: what i have is 9 panels. i would like to show 6 at a time, while rotating one at a time like so {123456} {234567} {345678} {456789} {567891} etc. i hope that helps.
This is ONE ITEM in your carousel:
<div class="item">
<div class="col-md-2 col-sm-4 col-xs-12">
<a href="http://www.pizzatv.com/shows/pizza-stories/">
<img src="http://www.pizzatv.com/wp-content/uploads/2016/08/pizza-stories2.png" onmouseover="this.src='http://www.pizzatv.com/wp-content/uploads/2016/08/Stories_hvr.png';" onmouseout="this.src='http://www.pizzatv.com/wp-content/uploads/2016/08/pizza-stories2.png';" class="img-responsive">
</a>
<img src="http://www.pizzatv.com/wp-content/uploads/2016/08/Stories_hvr.png" style="display:none;">
</div>
<div class="col-md-2 col-sm-4 col-xs-12">
<a href="http://www.pizzatv.com/shows/pizza-kitchen/">
<img src="http://www.pizzatv.com/wp-content/uploads/2016/08/the-pizza-kitchen.png" onmouseover="this.src='http://www.pizzatv.com/wp-content/uploads/2016/08/Kitchen_hvr.png';" onmouseout="this.src='http://www.pizzatv.com/wp-content/uploads/2016/08/the-pizza-kitchen.png';" class="img-responsive">
</a>
<img src="http://www.pizzatv.com/wp-content/uploads/2016/08/Kitchen_hvr.png" style="display:none;">
</div>
<div class="col-md-2 col-sm-4 col-xs-12">
<a href="http://www.pizzatv.com/shows/us-pizza-team/">
<img src="http://www.pizzatv.com/wp-content/uploads/2016/09/USPT.png" onmouseover="this.src='http://www.pizzatv.com/wp-content/uploads/2016/09/USPT_hvr.png';" onmouseout="this.src='http://www.pizzatv.com/wp-content/uploads/2016/09/USPT.png';" class="img-responsive">
</a>
<img src="http://www.pizzatv.com/wp-content/uploads/2016/09/USPT_hvr.png" style="display:none;">
</div>
<div class="col-md-2 col-sm-4 col-xs-12">
<a href="http://www.pizzatv.com/shows/go-for-the-dough/">
<img src="http://www.pizzatv.com/wp-content/uploads/2016/08/go-for-the-dough.png" onmouseover="this.src='http://www.pizzatv.com/wp-content/uploads/2016/08/Dough_hvr.png';" onmouseout="this.src='http://www.pizzatv.com/wp-content/uploads/2016/08/go-for-the-dough.png';" class="img-responsive">
</a>
<img src="http://www.pizzatv.com/wp-content/uploads/2016/08/Dough_hvr.png" style="display:none;">
</div>
<div class="col-md-2 col-sm-4 col-xs-12">
<a href="http://www.pizzatv.com/shows/pizza-hall-of-fame/">
<img src="http://www.pizzatv.com/wp-content/uploads/2016/08/hall-of-fame.png" onmouseover="this.src='http://www.pizzatv.com/wp-content/uploads/2016/08/HallOfFame_hvr.png';" onmouseout="this.src='http://www.pizzatv.com/wp-content/uploads/2016/08/hall-of-fame.png';" class="img-responsive">
</a>
<img src="http://www.pizzatv.com/wp-content/uploads/2016/08/HallOfFame_hvr.png" style="display:none;">
</div>
<div class="col-md-2 col-sm-4 col-xs-12">
<a href="http://www.pizzatv.com/shows/pizzatv-picks/">
<img src="http://www.pizzatv.com/wp-content/uploads/2016/08/2pizzatv-picks-684x1024.png" onmouseover="this.src='http://www.pizzatv.com/wp-content/uploads/2016/08/Picks_hvr.png';" onmouseout="this.src='http://www.pizzatv.com/wp-content/uploads/2016/08/2pizzatv-picks-684x1024.png';" class="img-responsive">
</a>
<img src="http://www.pizzatv.com/wp-content/uploads/2016/08/Picks_hvr.png" style="display:none;">
</div>
</div>
It seems that you have all the content you would like to see as separate items under every single carousel item. Try clearing out the carousel items, and see if it flickers then.
But please see: although you may have this carousel on a Wordpress site, this is not a "Wordpress question". This is more general than that.
Oh, and pizza TV is great idea! :D