Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Handcrafted Theme
#2
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>
Reply


Messages In This Thread
Handcrafted Theme - by Brentjlaf - 2014-06-08, 15:22:41
RE: Handcrafted Theme - by oscon - 2014-06-09, 19:45:31
RE: Handcrafted Theme - by Brentjlaf - 2014-06-10, 14:23:54
RE: Handcrafted Theme - by oscon - 2014-06-12, 01:32:35
RE: Handcrafted Theme - by Brentjlaf - 2014-06-12, 13:51:37
RE: Handcrafted Theme - by cnort - 2014-06-18, 07:19:52
RE: Handcrafted Theme - by Brentjlaf - 2014-06-18, 15:54:42
RE: Handcrafted Theme - by cnort - 2014-06-19, 06:58:47
RE: Handcrafted Theme - by n00dles101 - 2014-06-19, 07:37:04
RE: Handcrafted Theme - by MikePritchard - 2014-08-12, 03:29:10
RE: Handcrafted Theme - by Brentjlaf - 2014-08-19, 13:43:19
RE: Handcrafted Theme - by flanders77 - 2014-11-11, 01:11:00



Users browsing this thread: 1 Guest(s)