Quote Originally Posted by rbarbour View Post

from this:
Code:
$(document).ready(function() {
$('#whatever_class_or_id').whatever_function({
to:
Code:
var jq = $.noConflict();
jq(document).ready(function() {
    jq('#whatever_class_or_id').whatever_function({
I have a conflict with easy slider (that is in the front page / index) and I can get the product pages working well with the Magnific but the front page and product listing pages are both using modules/pages/index and there comes a conflict when putting content images in category description using Magnific. If I add the file jscript_zen_magnific.php to the pages/index, the front page slider gets a conflict. If I do not add, all works without errors except I can't of course get the Magnific working on the product listing category description page because that uses the index as a base.

I used the no conflict code and the issue remains. I can even get the pop up images in the content of the product category description working but then the EasySlider is totally broken and the slides tiled around the front page.