Forums

Google Ajax Translation ver 0.4.7 not work (3 posts)

  1. 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.

  2. monodistortion
    Member
    Posted 2 months ago #

    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?

  3. monodistortion
    Member
    Posted 1 month ago #

    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' ); ?>
    

Reply

You must log in to post.

About this Topic