MegaMenu owl-carousel in car demo swipe on mobile

2 replies · opened Feb 15, 2018

JJobill85Feb 15, 2018

Hi.
Trying to use car demo, in menu 'Models' (with car images), if you swipe on a mobile phone, you can't stop movement, and can't go back to the first item.
How can I fix it ?
Thank's a lot for your help
Jose

SSemicolon WebSTAFFFeb 19, 2018

Hello,

We Really Apologize about the Inconveniences regarding this. There was a minor bug with the Owl Carousel function. Please update the entire carousel: function() Function Block in the js/functions.js File with the following code:

carousel: function(){

	if( !$().owlCarousel ) {
		console.log('carousel: Owl Carousel not Defined.');
		return true;
	}

	var $carousel = $('.carousel-widget:not(.customjs)');
	if( $carousel.length ',''],
			autoplay: elementAutoPlay,
			autoplayTimeout: elementAutoPlayTime,
			autoplayHoverPause: elementAutoPlayHoverPause,
			dots: elementPagi,
			smartSpeed: Number(elementSpeed),
			fluidSpeed: Number(elementSpeed),
			video: elementVideo,
			animateIn: elementAnimateIn,
			animateOut: elementAnimateOut,
			rtl: elementRTL,
			responsive:{
				0:{ items:Number(elementItemsXs) },
				576:{ items:Number(elementItemsSm) },
				768:{ items:Number(elementItemsMd) },
				992:{ items:Number(elementItemsLg) },
				1200:{ items:Number(elementItemsXl) }
			},
			onInitialized: function(){
				SEMICOLON.slider.owlCaptionInit();
				SEMICOLON.slider.sliderParallaxDimensions();
				SEMICOLON.initialize.lightbox();
			}
		});
	});
},

This will definitely fix the issue. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

JJobill85Feb 20, 2018

OK. Great job.
Thank's a lot;
José

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard