cancel
Showing results for 
Search instead for 
Did you mean: 

Slider is not working fine

SOLVED

Slider is not working fine

Hello All, 

My slider is not working. site: https://www.be-snazzy.com/. its a slider. but showing 2 images in single page. theme is ultimo. slider extension: infortis slideshow

2 ACCEPTED SOLUTIONS

Accepted Solutions

Re: Slider is not working fine

Hello @amiya_highermat ,

 

Please remove "owl.carousel.js" ans also add jQuery.noConflict(); before "jQuery(document).ready(function() {" .

Please check another jquery library is not included in head except "jquery-2.1.1.js".

 

--
If my answer is useful, please Accept as Solution & give Kudos

 

View solution in original post

Re: Slider is not working fine

Hello @amiya_highermat 

 

The slider is not working because of jQuery conflict.

In your website, 2 jQuery file loaded and jQuery not allow multiple files on the same website.

You have to remove and manage jquery with noConflict.

 

If you got a solution, please Accept as Solution & Click Kudos.

 

View solution in original post

3 REPLIES 3

Re: Slider is not working fine

Hello @amiya_highermat ,

 

Please remove "owl.carousel.js" ans also add jQuery.noConflict(); before "jQuery(document).ready(function() {" .

Please check another jquery library is not included in head except "jquery-2.1.1.js".

 

--
If my answer is useful, please Accept as Solution & give Kudos

 

Re: Slider is not working fine

Hello @amiya_highermat 

 

The slider is not working because of jQuery conflict.

In your website, 2 jQuery file loaded and jQuery not allow multiple files on the same website.

You have to remove and manage jquery with noConflict.

 

If you got a solution, please Accept as Solution & Click Kudos.

 

Re: Slider is not working fine

now i removed the jquery file of that lower slider extension.

you can check the site slider is working fine. but please give me solution that how can i use that extension also.

 

extension name: MageBees Responsive slider banner(this extension jquery is creating problem) please give any solution