Support

Account

Home Forums Add-ons Repeater Field Using ACF PRO with Repeater for Bootstrap Carousel Reply To: Using ACF PRO with Repeater for Bootstrap Carousel

  • @hbroccoli yes I added it, as shown below.

    
    <div class="fill" style="width: 1900px; height: 1080px; background-image: url(<?php the_sub_field('image');?>);"></div>

    But now my carousel doesnt move left or right. its stuck on the one image. When I view source my code shows up as seen below:

    
            <div class="carousel-inner">
                                <div class="item active">
                    <div class="fill" style="width: 1900px; height: 1080px; background-image: url(http://vagrantpress.dev/wp-content/uploads/2016/08/Wallpapersxl-Waterfall-Fanatsy-Landscape-From-Fantasy-738628-1900x1080.jpg);"></div>
                                    <div class="item ">
                    <div class="fill" style="width: 1900px; height: 1080px; background-image: url(http://vagrantpress.dev/wp-content/uploads/2016/08/Wallpapersxl-Waterfall-Fanatsy-Landscape-From-Fantasy-738628-1900x1080.jpg);"></div>
                                    <div class="item ">
                    <div class="fill" style="width: 1900px; height: 1080px; background-image: url(http://vagrantpress.dev/wp-content/uploads/2016/08/Wallpapersxl-Waterfall-Fanatsy-Landscape-From-Fantasy-738628-1900x1080.jpg);"></div>
                        </div>
    

    Which seems exactly like my html above.