Questions tagged [owl-carousel]
The owl-carousel tag has no summary.
33 questions
0 votes
1 answer
101 views
how to convert below owl-carousel jquery code into pure javascript code
i know owl carousel is deprecated, i just want to know if convert below code from jquery to pure javascript , how to do it? function Init() { var owl = $('.carousel'), itemsBgArray = [], ...
0 votes
2 answers
219 views
Owl carousel show double image in responsive settings items:1 in mobile
Owl carousel show double image in responsive settings items:1 in mobile <div class="owl-carousel owl-theme pt-16 xxl:pt-20 h-full" id="carousel8"> <div class="...
0 votes
1 answer
259 views
Random "owl-carousel is not a function" Error in Porto Theme (Version 4.0.8) on Magento 2.4.7 CE
I am encountering a sporadic "owl-carousel is not a function" error on the front-end of my Magento 2.4.7 CE store using the Porto theme (version 4.0.8). The issue occurs randomly, making it ...
0 votes
1 answer
107 views
I want to show my product video in the first position in carousel
I want to show a video of the product in the first position from the carousel. When the user clicks on the product If the product contains video in the carousel slider. How can I achieve this?
-1 votes
1 answer
2k views
How to Create a Dynamic Owl Carousel
Using code below you can create a fully responsive dynamic owl carousel. The same way you can implement this carousel in magento2 as well.
0 votes
1 answer
2k views
sometimes Owl Carousel Slider not working
Now the magento site version is 2.4.3. It's using the owl carousel for banner image and product images. And the owl carousel works well. But sometimes it isn't working. I think it's because the owl ...
0 votes
0 answers
181 views
Magento 2 - Owl Carousel
I am adding the slides in owl carousel dynamically but it is not working fine when I try to remove them some of the properties of owl carousel won't work at all like margin, lazyload nav etc , ...
0 votes
1 answer
70 views
Owl Carsouel in Magento2
I am creating owl carsouel for compare products <div class="main-padding"> <div class="message-container"> </div> <div class="compare-inner-block "&...
0 votes
1 answer
333 views
Magento 2.4.2: How to add Yotpo reviews carousel code in specific category pages?
We've been able to display Yotpo reviews carousel on the homepage of our Magento store. But I need to display that also on a few specific category pages. I'm not sure where to add the following code ...
1 vote
1 answer
8k views
how to refresh owl.carousel slider?
I have created the owl.carousel slider in Magento 2 and created it in phtml file using the following code. <div class="carousel-wrap"> <div class="owl-carousel"> ...
0 votes
1 answer
657 views
owl carousel not working in magento2.4
it's my first time using Magento and I have a luma theme "without sample data" and I want to put the slider in it, when I do this the images show under each other like a block not a slider, ...
0 votes
1 answer
562 views
Magento 2.4.2 : Owl Carousel in Related Products not working
I am facing a strange issue with setup owl carousel slider to related products on PDP. I've added below code to initialise owl carousel at the end of items.phtml file in my custom theme. app/design/...
0 votes
4 answers
2k views
Owl Carousel randomly not loading magento2.4
on my Magento2.4 I have an issue where owl-carousel will randomly not load. Here is my default_head_blocks.xml <?xml version="1.0"?> <page xmlns:xsi="http://www.w3.org/2001/...
0 votes
1 answer
68 views
Magento-1.9: How to manage products as per my wish in owl corousel slider for my home page slider?
I'm trying to set up a category products list on my homepage following this tutorial. <div class="hide-ratting owl-top-narrow" id="featured_product"> {{block type="...
3 votes
1 answer
3k views
magento 2 add owl carousel to recently viewed products
I am trying to add owl carousel to recently viewed products in product detail page by making custom theme and creating viewed_grid.phtml in app/design/frontend/_YOUR_VENDOR_/YOUR_THEME/...