beesofts
Member
Posted 2 months ago #
I don't know why when i upgrade Google Ajax Translation to 0.4.7. Our site not show link Translator. I tried change another theme but all not good.
Could you please tell me how to fix it.
Ruby's blog: http://blog.beesofts.info
I anabled Google Ajax Translation plugin and Translate button position on TOP.
Firefox works ok but it looks like IE 6 gives me two errors.
The first error seems to be related to the plugin TinyMCEComments. Can you try disabling this plugin?
The problem may be that you have two copies of the jquery library, one from the theme at:
http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js
and one is the default WordPress version:
http://blog.beesofts.info/wp-includes/js/jquery/jquery.js?ver=1.3.2
The google version is slightly different so try going to the theme files, open header.php, and change line 11 from:
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script>
to:
<?php wp_enqueue_script( 'jquery' ); ?>