Questions tagged [owl-carousel]

Owl Carousel is a touch-enabled jQuery plugin that lets you create a beautiful responsive carousel slider.

Version 2

Version 1

1693 questions
0
votes
1 answer

How to make two times for a loop in javascript?

I want to javascript loop for wrapping two line of products layouts after i got a respond from ajax. Purposed: I want to get result like below
DMS-KH
  • 2,669
  • 8
  • 43
  • 73
0
votes
1 answer

How to target the wrapper in owl carousel

I am using two owl carousels on the same page. And need to apply some data to the class of 'owl-wrapper-outer' however the class is added later with javascript and both carousels use it, so I can't just add the changes i want in my css file. How can…
twan
  • 2,450
  • 10
  • 32
  • 92
0
votes
0 answers

HTML input-element too large in div-container (owl-carousel and bootstrap star-rating)

I think it is a a basic problem. I would like to layout my elements in my html file. I integrate a star rating into my site but it becomes very large inside a "owl-carousel-slider-item" (http://owlgraphic.com/owlcarousel/). If I place the starrating…
tyler
  • 424
  • 4
  • 16
0
votes
1 answer

Get the image item count and update the center option in owl carousel 2

I am trying to implement owl carousel that updates it's center option using a call back. $('.owl-carousel').owlCarousel({ center: callback }); function callback() { if ( $('.owl-item .item').length == 1 ){ return true; } …
anjo
  • 315
  • 2
  • 7
  • 18
0
votes
1 answer

Before Grunt Owl Carousel Work - After it doesn't - no errors

I'm going nuts - I have tried to solve this problem for a month. I have yeoman webapp setup. I have multiple Owl-Carousels on same page - with some added js code to make a rotating cursor. See my…
ftp82
  • 13
  • 6
0
votes
2 answers

Enabling autoplay with Owl carousel after scrolling to specific point

I am using the Owl Carousel plugin, and everything works fine, apart from one thing. I want to enable the carousel autoplaying when I scroll down the page. The problem is, when I scroll down, the carousel starts autoplaying, or tries to... It's…
Keith Donegan
  • 26,213
  • 34
  • 94
  • 129
0
votes
0 answers

Remove Snap Back in OwlCarousel when using SinglePage setting

Currently I am experiencing a snap back from the last image to the first when OwlCarousel reaches the last image. I would prefare it to continuously repeat in the same direction. Is there a setting for this? Currently the code is: g.owlCarousel({ …
Stephen Brown
  • 564
  • 1
  • 9
  • 23
0
votes
1 answer

Reload Div on button Click with .load();

I have an OWL carousel (v2) that when you click the next button it reloads a div that contains an Ad (div is called .slideAd) -- i have looked at other pages on SO and none seem to work -- i feel like i have it, what am i missing? I have this code,…
DEM
  • 333
  • 2
  • 4
  • 16
0
votes
1 answer

Owl Carousel - return to default transitionStyle

I have an Owl Carousel question that I couldn't find any answer to. Once I change the transitionStyle, like: owl.data('owlCarousel').reinit({transitionStyle:'backSlide'}); How can I return it to the default (right to left) slider ? Thanks
user3193043
  • 125
  • 1
  • 6
0
votes
0 answers

owl-carousel stopped working

Yesterday i added jquery owl-carousel to my site. It worked perfectly. Today it somehow stopped working and i cant make it work. The mark up for html is
0
votes
1 answer

Why my owl Carousel does not work in my first set? where is my erro please?

I try any times and cant now where is my error. Why it no work to me? it is "OWL CAROUSEL CUSTOM". I try many type of carousel owl and any run in my computer. I need so much that work please. here is de code i used in this moment HTML and CSS. I…
GOLX
  • 1
  • 2
0
votes
1 answer

Owl Carousel Duplicate Slider - External XML driven

////////// Update - the issues was on line 81 Dim nodes2 As XmlNodeList = xmlDoc2.DocumentElement.SelectNodes("/xml/books/book") I wasn't using xmlDoc2 after the = sign. ////////// I keep getting a duplicate owl carousel when trying to read in XML…
0123456789
  • 23
  • 6
0
votes
1 answer

Owl carousel: not pulling data-src value as background image in CSS for Vimeo videos

I'm using Owl Carousel to display both YouTube and Vimeo videos, and the YouTube videos are displaying their corresponding thumbnail images, but the Vimeo videos aren't. I looked into the source and noticed that Owl's js seems to be pulling in the…
0
votes
1 answer

Reinit owl-carousel after updating ng-repeat elements

I'm using owl carousel with ng-repeat and I'm trying reinitiliaze the carousel when ng-repeat elements are updated. I have the following html:
0
votes
0 answers

Custom next and previous owl-carousel images

I am trying to figure out how to insert custom images as the Previous and Next buttons in owl-carousel. Below is what I have tried so far. The classes that are commented out work perfectly fine however the tags underneath are not working…
Nick
  • 31
  • 5
1 2 3
99
100