2014-06-09, 19:45:31
Hi Brentjlaf,
There is a bug in the template code for the slider component (template.php): there is always the slide1caption used...
<!-- Slider -->
<div class="slider">
<div id="owl-demo" class="owl-carousel">
<div class="sliderItem">
<div style="background:url(data/uploads/homebanner1.jpg) center center no-repeat; width:100%; height:650px; opacity:1; background-size:cover;">
<div class="caption">
<?php get_component('slide1caption'); ?>
</div>
</div>
</div>
<div class="sliderItem">
<div style="background:url(data/uploads/homebanner2.jpg) center center no-repeat; width:100%; height:650px; opacity:1; background-size:cover;">
<div class="caption">
<?php get_component('slide1caption'); ?>
</div>
</div>
</div>
<div class="sliderItem">
<div style="background:url(data/uploads/homebanner3.jpg) center center no-repeat; width:100%; height:650px; opacity:1; background-size:cover;">
<div class="caption">
<?php get_component('slide1caption'); ?>
</div>
</div>
</div>
</div>
</div>
There is a bug in the template code for the slider component (template.php): there is always the slide1caption used...
<!-- Slider -->
<div class="slider">
<div id="owl-demo" class="owl-carousel">
<div class="sliderItem">
<div style="background:url(data/uploads/homebanner1.jpg) center center no-repeat; width:100%; height:650px; opacity:1; background-size:cover;">
<div class="caption">
<?php get_component('slide1caption'); ?>
</div>
</div>
</div>
<div class="sliderItem">
<div style="background:url(data/uploads/homebanner2.jpg) center center no-repeat; width:100%; height:650px; opacity:1; background-size:cover;">
<div class="caption">
<?php get_component('slide1caption'); ?>
</div>
</div>
</div>
<div class="sliderItem">
<div style="background:url(data/uploads/homebanner3.jpg) center center no-repeat; width:100%; height:650px; opacity:1; background-size:cover;">
<div class="caption">
<?php get_component('slide1caption'); ?>
</div>
</div>
</div>
</div>
</div>