0

Hai I am using two extensions in the same article page of a joomla article,

1.Module-->image crawler for slideshow 2.plugin-->dynamic chart for content display.

The problem here is If I unpublished the either one among these two working fine but Both together cannot.

Please get me solution for this. Thanks in advance

Kiran S Bhat
  • 11
  • 1
  • 5
  • can you provide a link to your site? Do they both use jQuery? Can you provide some code for the jQuery being imported by both extensions? Are you getting any errors in the console? please provide more detail – Lodder Dec 04 '13 at 12:22
  • var jq = jQuery.noConflict();OFC.jQuery ={name : "jQuery",version : function(src) {return jq('#' + src)[0].get_version();},rasterize : function(src, dst){jq('#'+dst).replaceWith(OFC.jQuery.image(src));}, image : function(src){return "";},popup : function(src) {var img_win = window.open('', 'Charts: Export as Image');with (img_win.document) {write('Charts: Export as Image<\/title><\/head>'+OFC.jQuery.image(src) + '<\/body><\/html>');}// stop the 'loading...' message img_win.document.close();}}; – Kiran S Bhat Dec 06 '13 at 05:12
  • Hai Lodder,Thank you to your replay... – Kiran S Bhat Dec 06 '13 at 05:13

1 Answers1

0

You've got a javascript conflict, I would guess that both extensions are loading a different version of jQuery. Instal jQuery Easy to remove the extra versions and that should fix your issue.

Brent Friar
  • 10,588
  • 2
  • 20
  • 31