Thumb gallery not showing

Home Forums Porto – Responsive HTML5 Template Thumb gallery not showing

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10024737
    jmorin
    Participant

    Is there something extra I am supposed to do to make the ‘Thumb Gallery’ image gallery work?

    I am able to get the other galleries to work, but not this one. I copy and paste the code from the shortcodes file into another, but nothing shows up.

    If I copy the entire row, the “Thumb Gallery” h4 shows and the “Check the examples file examples.gallery.js for more information” shows, but no images.


    #10024740
    Support2
    Keymaster

    Hello :),

    Please make sure that you are including on footer of document the script:

    <script src="js/examples/examples.gallery.js"></script>

    Also make sure that you are including the files of plugin “Owl Carousel”:
    CSS:

    <link rel="stylesheet" href="vendor/owl.carousel/assets/owl.carousel.min.css">
    <link rel="stylesheet" href="vendor/owl.carousel/assets/owl.theme.default.min.css">

    JS:

    <script src="vendor/owl.carousel/owl.carousel.min.js"></script>

    If you still can’t solve the issue, please send the link of your website for us. So we can inspect your code and discover where is the problem for you.

    Best Regards,

    Rodrigo.


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

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