Hi,
Using the Fancybox plugin you might need to use
jquery no-conflict to ensure it works
Line 843:
/plugins/flexicontent_fields/image/image.php
jQuery.noConflict();
jQuery(document).ready(function() {
jQuery('.fancybox').fancybox({
prevEffect : 'none',
nextEffect : 'none',
closeBtn : false,
helpers : {
title : { type : 'inside' },
buttons : {}
}
});
});
Cheers,
Robert