Hi,
I’m relatively new to expressionengine, but have achieved some already on my short time. I’m trying to setup my second EE website, but I have some trouble getting my exp:channel to behave as intended together with my slider.
I’ve tried to put my EE code in almost every line I can think of, but it still doesn’t make the slider work as intended. Could someone in here help me put the EE tags in their right positions?
Here’s my slider code, together with my EE tags. Currently this stacks the images (slides) above each other, instead of displaying them one by one (like sliders are supposed to be displaying images).
<!-- Main Slider Start -->
<div class="container hidden-phone" id="slideshow">
<section id="slider" class="row">
<div class="span12 carousel-container">
<!-- Begin Slider -->
<div class="carousel slide" id="carouselslide">
<!-- Begin Carousel Inner -->
{exp:channel:entries channel="frontpage_slider" sort="desc" dynamic="no" limit="3" disable="member_data"}
<div class="carousel-inner">
<div class="slide-section item active">
<a href="http://{path=nyheter}">{excerpt_image}</a>
<div class="carousel-caption">
<div class="carousel-item-category"><span class="icon awe-tags"></span><a href="#">{categories}</a></div>
<h3><a href="#">{title}</a></h3><p> <br />
</div><br />
</div> <br />
</div><br />
{/exp:channel:entries} <br />
<!-- End Carousel Inner --><br />
<!-- Carousel nav --><br />
<a href="#carouselslide%22class=%22carousel-control" class="carousel-control left"><span class="icon awe-chevron-left"></span></a><br />
<a href="#carouselslide%22class=%22carousel-control" class="carousel-control right"><span class="icon awe-chevron-right"></span></a><br />
</div><br />
<!-- End Slider --><br />
</div><br />
</section><br />
</div><br />
<!-- Main Slider End -->Thank you!
Regards
Kristoffer