• Hi,
    the plugin seems to not be loading fully

    /* display none until init */
    .owl-carousel{
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
    }

    this is hiding the slides, and when i disable the none, the slides stack, the plugin won’t work correctly. I’ve tried with different skeleton themes. not sure what i’m missing?

Viewing 1 replies (of 1 total)
  • Plugin Author simonpedge

    (@simonpedge)

    I think I’ve come across an issue like this before. The owl carousel is not being initialised because there is a fatal JavaScript error occurring on your page. Check your JS console to see if there are any fatal JS errors occurring (by pressing ‘CTRL+SHIFT+J’ within Google Chrome or FF).

    If you have no joy with this, then send me the URL where this is occurring and I’ll have a look.

Viewing 1 replies (of 1 total)

The topic ‘Plugin not fully loading’ is closed to new replies.