owl-carousel-2 Questions

5

Solved

I am trying to reinitialize owl carousel after a successful ajax call. The ajax call will change the data but the view should stay the same.I am having an issue where the view carousel structure wi...
Takamatsu asked 12/12, 2016 at 17:51

9

Solved

I have got a box shadow on every element in my owl carousel. Problem is the outer most elements have their Box shadow cut off because of the overflow: hidden that owl-carousel utilizes. How can i g...
Beasley asked 18/1, 2018 at 12:28

5

Solved

I am using react-owl-carousel package. https://www.npmjs.com/package/react-owl-carousel I have successfully implemented the code as instructed and the carousel is running smoothly. Problem : Cu...
Cowbell asked 7/9, 2017 at 4:59

3

Solved

Attempting to create a full-width owl-carousel but I keep seeing this on .owl-stage when I inspect-element on chrome: element.style { transform: translate3d(-1872px, 0px, 0px); transition: 0s; ...
Phenazine asked 20/3, 2017 at 17:25

5

I noticed when using Owl Carousel 2, while slide the item in mobile viewing, the browser also can be move up and down. Try to disabling the scroll function when trigger the Owl Carousel 2 prev and ...
Pestiferous asked 23/4, 2018 at 3:44

2

Solved

I have a webpage with 2 carousels in which I have to show different items depending on user actions. The new data comes from the internet, I use fetch, parse the json into an array, all good. Onl...
Regality asked 17/4, 2017 at 15:26

3

Solved

I have 3 divs that activate slide toggle when I click on them. And inside every div there is owl carousel slider. If I trigger one div the slider shows, but when I click other div slider doesn't s...
Cheliform asked 2/9, 2015 at 8:14

4

At the moment the Owl Carousel autoHeight works only with 1 item on screen. Their plan is to calculate all visible items and change height according to highest item. I work around this problem by...
Tigges asked 21/4, 2015 at 10:20

4

Solved

I'm using Owl Carousel 2.0. I would like to show one item, a half (or less) of the previous item (left side) and a half (or less) of the next item (right side). Just putting a part of them out on t...
Appenzell asked 14/8, 2014 at 9:17

2

Solved

I am working on owl-carousel. Currently I have a problem that my slider width is acting really bad. When I load/refresh the website, owl-carousel has some value in width, but a part of the next sl...
Cindelyn asked 29/8, 2018 at 8:43

2

Solved

My goal is to make a carousel that looks like this: In case you don't know what you're looking at, there are 5 images/items but only the center one is displayed in its full size. The images next...
Squall asked 6/3, 2015 at 13:50

1

I have the following owl carousel with the thumbnail bar. Technology used here, Owl Carousel 2.3.4 Owl carousel Thumbs $('.sv-slider .owl-carousel').owlCarousel({ autoplay: false, auto...
Sassaby asked 30/10, 2018 at 8:13

7

$(document).ready(function(){ $('.owl-carousel').owlCarousel({ loop:true, margin:10, nav:true, items: 1 }) }); <div class="owl-carousel"> <div class="item"><h4&gt...
Coastland asked 26/5, 2015 at 4:25

4

Solved

I have already var owl = $(".owl-carousel").owlCarousel({loop: true, nav: true}); I try change setting of loop or nav option but not working owl.data('owl.carousel').settings.loop = false; ow...
Joanniejoao asked 13/10, 2017 at 4:50

1

I let owl to his default option (5000) but I have a problem when I start to drag or use the navigation, the owl carousel doesn't reset this time. If I drag 3 slides in 4 seconds, the 4th slide has ...
Rundown asked 23/5, 2018 at 12:39

0

I am trying to configure auto scroll to be activated on button click events - but also to have only 1 card per slide. Below is the current sample I've got working in the jsfiddle. How would I go a...
Thereon asked 27/4, 2018 at 14:34

0

is it possible to do such a carousel as in the diagram below? I tried to use OWL Carousel 2 but I can not deal with 2 rows for desktop. Thanks in advance for the hints.
Absolute asked 13/2, 2018 at 9:2

7

Solved

Well, I'm using a owl-carousel-2 plugin now. And I encounter the following problem: The markup code: <div class="owl-carousel" style="display: none;"> <div class="item"><img src=...
Planter asked 14/1, 2015 at 16:29

1

$(".owl-carousel").owlCarousel({ margin:10, dots:false, nav:true, responsive:{ 0:{ items:1 }, 600:{ items:3 }, 1000:{ items:5 } } }); The Above is my Owl carousel. Now i need clicke...
Evenings asked 20/4, 2017 at 5:32

2

I am trying to detect when Owl Carousel is ready to be manipulated so that I can add content to it. The script below initiates the carousel but the initialized event never triggers. <script typ...
Tisza asked 5/2, 2015 at 23:6

1

Solved

I have the following code blocks. All i'm trying to do is get the src of the current image in the slide show. It's not working, nothing appears in the console at all despite it changing slide fine....
Rookery asked 19/1, 2015 at 10:18
1

© 2022 - 2024 — McMap. All rights reserved.