owl-carousel Questions
9
Solved
The Owl Carousel slider is not working with RTL. I add rtl: true in the configuration. But it's not loading the slider. The slider space is there and navigation is showing. But only the slider cont...
Screech asked 14/8, 2016 at 6:25
9
Solved
While building the carousel I realized that an owl add's cloned duplicate items. My owl config looks like this. How do i stop this from happening.
owlDfe.owlCarousel({
loop: false,
autoWidth:...
Babarababassu asked 14/10, 2015 at 7:22
3
i am experiencing strange issue with OWL CAROUSEL 2. I'm creating simple carousel for 12 tables, but when using option "autoWidth", last table is pulled out from carousel stack.
DEMO
If you open ...
Pill asked 9/1, 2015 at 15:45
2
Solved
This problem occurs mainly when user is using a little bit slower internet or mobile for example. But flashing is sometimes also seen on higher speeds when page content / images in carousel hasn't ...
Rustin asked 29/12, 2015 at 5:36
5
i searched for solution but couldn't find.
owl-carousel keep logs
unable to preventDefault inside passive event listener due to target being treated as passive. See https://www.chromestatus.com...
Rambling asked 25/2, 2017 at 11:37
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
8
I have problem with Owl carousel. I have 10 items in owl, in loop, and after 10th item, there's one extra blank item. How can I get rid of that blank item?
Here is my js code for owl:
<script ty...
Interstratify asked 19/9, 2016 at 16:29
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
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
3
Solved
I've been having difficulty adding the Owl Carousel to our app, and was hoping that the latest 2.0.0-beta.2.4 version would be easier, but I am not able to just get the basic feature of adding an i...
Azzieb asked 24/7, 2014 at 16:39
6
Solved
I have a problem with the owl carousel slider.
When my html page opening tag is: <html> , the slider works fine and I can see the images.
But when my page opening is: <html dir="rtl">...
Shepherd asked 3/2, 2016 at 22:10
8
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 (the carousel structu...
Consubstantiation asked 6/1, 2015 at 15:42
4
Solved
I am working on owl carousel I want all items with the same height when there is more content added items height are not coming equal. I tried with flex properties also but am not understanding why...
Tilney asked 24/9, 2019 at 9:40
8
Solved
Hi I'm using Owl Carousel version 2 and can't find an example to put the navigation on the sides of the carousel like right and left chevrons or arrows. How do you do it?
Kriskrischer asked 5/11, 2016 at 20:6
4
Solved
I have a simple Owl carousel with autoplay set and navigation arrows, defined with the options below:
var options = {
mainBanner: {
animateOut: 'fadeOut',
autoplay: true,
autoplayHoverPause: ...
Potshot asked 22/8, 2017 at 13:20
3
Is there a way in Owl Carousel 2 make a king random function. I need the slides on the page to load randomly.
Before in the older Owl Carousel version I did it this way:
$(document).ready(functio...
Apposition asked 2/2, 2015 at 17:45
6
I'm currently using Owl Carousel to show a gallery on desktop/laptop sized devices. However on smaller devices I'd like to disable the plugin and show each image stacked underneath one another.
Is...
Recessive asked 31/1, 2015 at 12:34
12
Solved
I have multiple owl carousel set up on my home page. I have the first one (the one about free shipping) set to a slideSpeed of 10000. As you can see all the slide change at the same speed.
Is ther...
Guenzi asked 18/10, 2014 at 18:36
8
I'm having an issue with my Owl Carousel on my page. Currently, the carousel container and items don't display. Iused my web inspector to check the element and it appears that it has the line displ...
Sulfide asked 16/11, 2015 at 11:20
4
<script>
$(document).ready(function () {
$("#owl-demo").owlCarousel({
navigation: true,
navigationText: ["", ""],
slideSpeed: 300,
paginationSpeed: 400,
autoPlay: true,
mouseDrag: tr...
Massif asked 19/11, 2015 at 8:38
6
Solved
I cannot for the life of me get rid of them:
dots: false,
Doesn't do anything?
Sire asked 26/10, 2015 at 23:9
5
I'm currently using Owl Carousel and am wondering if there's a way to adjust image sizes so that the height of each image is consistent. I'm using this plugin to display my photography, and I have ...
Sander asked 29/12, 2016 at 0:50
9
Solved
I am working on a project and as my knowledge in javascript are very limited, I decided to use owlcarousel. everything was working fine but now I am facing a problem.
I have set the dots to true b...
Turquoise asked 24/4, 2016 at 13:36
7
Solved
We're using OwlCarousel 1.3.3 on our responsive site. We've set the max number of items to 4.
$container.owlCarousel({
items: 4,
itemsDesktop: [1000, 4],
itemsDesktopSmall: [900, 3],
itemsTa...
Lilliamlillian asked 23/6, 2015 at 12:11
8
Solved
I have several owl carousels running. When it first loads the carousel flashes at full width until the jquery kicks in and then resizes everything. Is there anyway to stop this? Here's my code:
Ht...
Apoenzyme asked 2/12, 2015 at 11:44
1 Next >
© 2022 - 2024 — McMap. All rights reserved.