Right now it shows 3 items on top of eachother (of course), and every data pull-out works, so it's actually only the active functionality I'm looking for.. :-)
Also: If you guys have any recommendations / objections towards how I have coded this, please speak up. I'm still new, I have to learn.
Bootstrap Carousel Active Problem
Hey guys.
I have seen there has been other topics like this, but they're mostly aiming towards XSLT.
I think there is a simple solution, but I can't seem to wrap my head around how to implement it, and I very much hope, that you guys can help me out.
Here it goes:
I "simply" need to have the 'active' class on only the first of the items, seeing as it should add it to the rest on slide.
Heres my code so far:
Right now it shows 3 items on top of eachother (of course), and every data pull-out works, so it's actually only the active functionality I'm looking for.. :-) Also: If you guys have any recommendations / objections towards how I have coded this, please speak up. I'm still new, I have to learn.
//Kind Regards
Hi, you need to add a counter to your macro which only adds the active class in the first loop, something like this
Hope this helps,
Regards
Mike
is working on a reply...