Hello,
Please open error console in FireFox - and you will see where error.
We in ours module use JQuery but on your site you also use jQuery, these libraries now have conflict
You may try fix that - if
- or turn off self modules or plugin what use jQuery
- or you may try in file {yours site}/modules/mod_seftranslate/tmpl/default.php
replace:
Code: |
var $jqST = jQuery.noConflict();
|
to
Code: |
var $jqST = document._artxJQueryBackup;
|
Thanks,
OrdaSoft team