Viewing 2 replies - 1 through 2 (of 2 total)
  • It looks like you’re using this theme:
    http://students.info.uaic.ro/~andrei.luca/blog/lightword-theme

    Are you using a recent version? The current version is 1.8.6.

    The problem looks like your <head> section has jquery twice. My plugin uses the standard wp_enqueue_script to add jquery from the WordPress default files. Your <head> section also has jquery from http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js

    I looked at the current version of LightWord and in the header.php file there is the line:

    <?php wp_enqueue_script('jquery'); ?>
    

    If you use this instead of the google version it should work ok.

    Thread Starter simosx

    (@simosx)

    I upgraded the lightword theme to the latest version and this fixed the problem. There is now no reference to ajax.googleapis.com

    Many thanks monodistortion!

    This is a great WordPress plugin and helps tremendously when maintaining a multilingual blog.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Google AJAX Translation] jQuery(text_node).translate is not a function’ is closed to new replies.