Reputation: 215
I am working on a couple different magento sites. I have implemented a slider on two of the sites but on a third one it is not working. I am guessing the javascript is conflicting with another file but I cannot figure out which one or why it's conflicting. I have included var j$ = jQuery.noConflict();
, as i did on the other sites but it still will not work. You can check out one of the sites that it is working on here, and the site where it is not working is here.
Upvotes: 1
Views: 3114
Reputation: 215
I was able to solve the problem by removing the <p>
tags around the images within the static block by turning off the WYSIWYG. Even though it automatically adds the paragraph tags after you save it, that somehow worked.
Upvotes: 1