Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter dimizu

    (@dimizu)

    My workaround for this problem;
    Change in gallery-owl-carousel.php from jQuery ready to window onload

    This are my chances:

    //jQuery(function($){
    jQuery(window).on("load", function() {
    //var $galleryContainer = $( '#foogallery-gallery-<?php echo $gallid; ?>' );
    var $galleryContainer = jQuery( '#foogallery-gallery-<?php echo $gallid; ?>' );
    //$(document).on('keydown', function( event ) {
    jQuery(document).on('keydown', function( event ) {

    This works for me. It is possible that you integrate these changes in the next update?

    Thanks.

    Plugin Author Matt Cromwell

    (@webdevmattcrom)

    I’m about to release an update and it will have these changes in it. Thanks for the feedback.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Owl Carousel on first load not showing up’ is closed to new replies.