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
Solved! Go to Solution.
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
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.
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
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.
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