use carousel of latest version

Home Forums Porto – Responsive HTML5 Template use carousel of latest version

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10026653
    dennis013
    Participant

    Hi there, i would like to coy/paste that carousel you’ve put on the homepage of the latest version. It’s near the earth image. Showing faux customers at the moment.

    I’ve downloaded the new one and try copy-pasting myself but i mess up the template, so here i am asking support 🙂

    thx



    Template Version: where can i find that?
    #10026669
    Support2
    Keymaster

    Hello,

    You can do that only puting this code in your html in the part that you want the carousel to appear.

    <div class="owl-carousel owl-theme" data-plugin-options="{'items': 6, 'autoplay': true, 'autoplayTimeout': 3000}">
            <div>
                <img class="img-fluid" src="img/logos/logo-1.png" alt="">
            </div>
            <div>
                <img class="img-fluid" src="img/logos/logo-2.png" alt="">
            </div>
            <div>
                <img class="img-fluid" src="img/logos/logo-3.png" alt="">
            </div>
            <div>
                <img class="img-fluid" src="img/logos/logo-4.png" alt="">
            </div>
            <div>
                <img class="img-fluid" src="img/logos/logo-5.png" alt="">
            </div>
            <div>
                <img class="img-fluid" src="img/logos/logo-6.png" alt="">
            </div>
            <div>
                <img class="img-fluid" src="img/logos/logo-4.png" alt="">
            </div>
            <div>
                <img class="img-fluid" src="img/logos/logo-2.png" alt="">
            </div>
        </div>

    Please try that and let me know if you need further assistance.

    Kind Regards,

    Rodrigo.


Viewing 2 posts - 1 through 2 (of 2 total)

This topic is marked as "RESOLVED" and can not rceive new replies.