Skip to main content
Filter by
Sorted by
Tagged with
0 votes
2 answers
134 views

I have a such seat map template that is registered in my seat_map.js <?xml version="1.0" encoding="utf-8"?> <templates xml:space="preserve"> <t t-name=&...
Skriptonit's user avatar
0 votes
0 answers
141 views

I am using ngx-owl-carousel-o version 18 with Angular18. I am trying to use 2 owl-carousel into single row. But it does not rendering as expected. Owl corousel displaying only one item. Owl-carousel ...
Vishal Patel's user avatar
2 votes
1 answer
223 views

I want to recreate the netflix slider using tailwind and owlcarousel. It's almost done as I want but I'm facing a problem when I hover the card I apply a scaling up to the card to display details but ...
akio's user avatar
  • 1,043
1 vote
1 answer
232 views

I'm using Angular 17 with ngx-owl-carousel-0 : 17.0.0 package. I have my customOptions set as: customOptions: OwlOptions = { loop: true, mouseDrag: false, touchDrag: false, pullDrag: false, ...
Muhammad Mudassir's user avatar
1 vote
0 answers
180 views

The error `TypeError: e.animate is not a function at xc._triggerWebAnimation (/node_modules/@angular/animations/fesm2022/browser.mjs:4027:20) at xc._buildPlayer (/node_modules/@angular/animations/...
Naveeth's user avatar
  • 13
0 votes
1 answer
174 views

I want to create a custom layout/slide using Owl Carousel, but I'm not sure how to accomplish this. Here's the slider I'm trying to achieve:slider i'm trying to achieve And this is the slide I've ...
yads nasx's user avatar
1 vote
0 answers
96 views

I created a carousel with owl-carousel. How can i open a image by click in a modal view? My Html: <div class="owl-carousel owl-theme"> <div class="item"> ...
emoleumassi's user avatar
  • 5,179
0 votes
0 answers
102 views

I'll be honest....I'm not the greatest at HTML, CSS, and JS...but I get by. I installed a pre-loaded wordpress template and it uses Owl Carousel 2.2.1 to scroll through blog posts on the front page. ...
Aaron Rapp's user avatar
2 votes
1 answer
851 views

I'm using Angular 17 with ngx-owl-carousel-0 : 17.0.0 package. I have my customOptions set as: customOptions: OwlOptions = { loop: true, mouseDrag: false, touchDrag: false, pullDrag: false, ...
bilpor's user avatar
  • 3,943
0 votes
1 answer
553 views

I have a problem with Owl Carousel, I would like to create a carousel consisting of both images and video. I have problems with the video, I would like the scrolling to the next element to happen when ...
bastiag5's user avatar
  • 166
0 votes
1 answer
171 views

In my Angular project, I used an Owl Carousel in my home-component.html in here as it can be seen: <section> <div class="container"> <h1 class="products-title"&...
MR.NOTHING's user avatar
0 votes
0 answers
49 views

As you can see it on the attached photo, my owl-carousel dots are dupliacted, and also going under each other, on iPhone. On pc, and other phones, everything works nice, there are just 2-3 dots, and ...
rtxxx30170_'s user avatar
0 votes
1 answer
126 views

I'm appending the data dynamically to "owl carousel" and initially the data is showing correctly and next (when I click the button) I'm erasing and re-assigning the data to the "owl ...
ashok's user avatar
  • 387
0 votes
1 answer
59 views

I'm making a web-application where I need a owl-carousel to be implemented. My component "TopEventSection.jsx" file: import React, { useEffect } from "react"; import img from "...
Grape's user avatar
  • 25
1 vote
1 answer
337 views

I want to call a js function in Odoo from XML <template id="portal_my_attendances_inherit" name="My Attendances" inherit_id="hr_attendance_portal....
DZEUF's user avatar
  • 87
0 votes
1 answer
72 views

I am using owl-carousel, and i would like to make the last item that is visible, a little blurry. I maked a photo in photoshop, that what i want. <div class="owl-carousel owl-theme ...
nagyaaa2000's user avatar
1 vote
1 answer
489 views

On my demo site, i am using the owl-carousel to slide some gallery images. My problem is, that the browser's scrollbar is always visible, since i have added the owl-carousel to the site. I tryed ...
nagyaaa2000's user avatar
1 vote
0 answers
86 views

I have this code everything is ok but I want to add condition on loop if the current product list has more then 6 product it should add loop otherwise make it false. $(".demo .product-list")....
Ramish Hassan Riaz's user avatar
1 vote
2 answers
445 views

I already made owl carousel from origin template without node_module 'react-owl-carousel'. But now I sometimes see errors such as not adding owl-item class when loading pages. I imported javascript ...
Edward Thomas's user avatar
0 votes
1 answer
550 views

I am trying to make custom image carousel with owl carousel, i want to have large image in center with nav arrows on its sides, and below preview(thumbnail) of other images in gallery . exactly like ...
hawa saki's user avatar
1 vote
1 answer
326 views

I want to be able to use images of any dimensions in my slider which have a big centered image and not-active slides are like thumbnails. If you look at this you will understand what I want. Enter ...
Taimoor_Shan's user avatar
0 votes
1 answer
175 views

Greetings to everyone. First of all, I would like to point out that our English is not very good. I filtered with owl carousel. I found the codes on the internet. I edited it a bit and it's working ...
Şükrü Esen's user avatar
0 votes
1 answer
125 views

I'm using an owl carousel for my project but it doesn't display images and no slideshow is taking place maybe I have missed something out I don't know but I have all JS and CSS files loaded correctly. ...
Kintu Arnold's user avatar
-1 votes
1 answer
852 views

I have this: NAMES AND LABELS Buttons do not have an accessible name When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who ...
Radu Calin's user avatar
0 votes
1 answer
412 views

How can I change the color and the size of the dots in the ngx-owl-carousel-o in Angular? I have tried everything and it is not working. How can I overwrite the basic owl-carousel styles? ...
user avatar
0 votes
0 answers
212 views

I'm working on an owl-carousel that displays different logos (currently 43). You can scroll through them by clicking on the navigation arrows or on the dots. I've been instructed to display 6 columns ...
Mitro13's user avatar
1 vote
1 answer
315 views

i have an two separate pages. For example let's say firs and second page. I have an owl carousel slider on my first page thats having a tag thats href to the specific slide on my second page owl ...
mbkadoglu's user avatar
0 votes
1 answer
2k views

I don't have expertise in using React Libraries and Packages. Need some help in understanding the issue I'm facing. I'm using React OwlCarousel for my Project but it shows the error: "Cannot read ...
Fuaad's user avatar
  • 480
0 votes
1 answer
733 views

I've been a few days now trying to understand how can I style my .active.center slide that was generated by the Ngx Owl Carousel structural directive. As you can see in the image below, I have a .owl-...
Raul Chiarella's user avatar
0 votes
2 answers
57 views

Good day I'm editing a project that is using owl carousel, currently the carousel is in random mode, I want to sort it descending, here's the code. `self.carousel = function(){ setTimeout(...
ArcDotNet's user avatar
0 votes
0 answers
50 views

I have a rails app where I'm attempting to use an owl carousel to display a list of testimonials with images. I think I have everything set up correctly, but I'm still receiving a console error that &...
Misha Krul's user avatar
1 vote
2 answers
1k views

I want to use OwlCarousel and I used both the js and css files that are inside the OwlCarousel website and the cdnjs files, but when I add the files, nothing happens. Can you please help me, where is ...
MeriJ's user avatar
  • 23
0 votes
1 answer
292 views

I am trying to run test in ReactJS project, it is working fine but as soon as I include import ReactOwlCarousel from 'react-owl-carousel'; I get following error FAIL src/App.test.js Test suite ...
Ravi Kumar's user avatar
0 votes
0 answers
206 views

when the page is first visited it would be like this after refresh it behaves normally as horizontal slider,it also react like this in desktop screens after refresh or resize only it behaves properly &...
Rameez Hameed's user avatar
0 votes
0 answers
574 views

I'm trying to import react-owl-carousel in my project. I see the error mentioning, "Cannot read properties of undefined (reading 'fn')". Although I've properly installed owlCarousel. Here is ...
Fuaad's user avatar
  • 480
2 votes
2 answers
3k views

I'm using react-responsive-carousel in my application. When I scroll next in last slide, it moves to first slide. But it goes to first slide passing through all slides in between. How to prevent this ...
Fuaad's user avatar
  • 480
-1 votes
1 answer
1k views

The problem is when i try to do "npm i ngx-owl-carousel-o", It gives me an error saying that something wrong about the angular version. My angular version is 14.2.10. what can I do? I tried ...
Gihara Pathirathna's user avatar
0 votes
1 answer
921 views

I am working on a project using react (javascript framework). I want to use owl-carousel, but it is not working. It keeps throwing this error. OwlCarousel.js:1758 Uncaught TypeError: Cannot read ...
Ifeanyi Chima's user avatar
0 votes
0 answers
154 views

I can't use my button prev and next, how do i get the button to work. This my code export const Slider = () => { const carouselRef = useRef(null); const handlePrev = () => { ...
DamnDifficulty's user avatar
0 votes
1 answer
110 views

I need to use the old owl carousel which is based on jQuery. Changing a setting during runtime worked like so in the past: $('.owl-carousel').data('owl.carousel').options.nav = false; $('.owl-carousel'...
haeki's user avatar
  • 152
0 votes
0 answers
48 views

I have some issues with scrolling when use transform: rotate(180deg) CSS property in body related to carousel At Moment Scroll is working good LTR when rotate screen need to as LTR for viewing person [...
divyaraj ciesto's user avatar
0 votes
0 answers
441 views

I wanted to add a play/stop buttons to owl carousel. So far I managed to achive: Added the play/stop buttons before owl-dots Wrapped it all in a div.controls for better styling. and this works well ...
Dariusz's user avatar
  • 303
5 votes
2 answers
14k views

I use cards for images in my carousel, and I'd like to make the height of each card equivalent. Using the class h-100 doesn't work. Changing any of the p tag content makes the size of the card ...
Mahmoud Khoravi's user avatar
1 vote
1 answer
82 views

I use Owl Carousel in WordPress website and I want to use site URL dynamically to add nav imgs from theme URL to website. This is the code: $(".home-slider-wrapper").owlCarousel({ autoplay: ...
Alipvd's user avatar
  • 113
0 votes
0 answers
102 views

I am attempting to incorporate the Owl Carousel into my latest project, but I seem to be encountering some difficulties with it. At this point, only the HTML and CSS seem to be functioning correctly. ...
Amrita Kumari's user avatar
0 votes
1 answer
46 views

This carousel puts text below the image only when on a 'mobile' device but I want it to be below the image on all devices/screen sizes. I just can't figure out what I need to change to get this to ...
BeachNut's user avatar
0 votes
0 answers
33 views

Content in owl carousal not showing. Below is jQuery as we HTML code generated after owl carousal implementation. even no text appears in it. only navigation and dot showing. nothing else accept blank ...
developer's user avatar
1 vote
1 answer
501 views

I am trying to make pictures be in a carousel horizontally, however whenever I try, it displays it weird like it is vertical. Here is a snippet of my code <div class="owl-carousel owl-theme&...
Kainen Heller's user avatar
0 votes
1 answer
400 views

Can anybody give me any source, How can I implement a react carousel like facebook stories? with the nav button effect that I have marked in the image.
Md. Abul Khair's user avatar
1 vote
1 answer
1k views

I've spend some hours trying to modify the position of my carousel's buttons prev and next. They are currently at the bottom of my carousel and are very small (and really not very visible). I tried ...
vince's user avatar
  • 65

1
2 3 4 5
34