Forums

[Plugin: Google AJAX Translation] Two different versions of jQuery (4 posts)

  1. chejo59
    Member
    Posted 2 weeks ago #

    Hi monodistortion, I'm using Monochrome Pro theme by Graph Paper Press but translation button does not work with it.

    I guess it is the same problema as shown in Tio85 post. As this is not a premium theme it is hard for the creators to fix the problem.

    Is there a way to fix it? Theme uses jQuery 1.2.3 and Wordpress uses jQuery 1.3.2

    You can take a look at the theme in my site here. Thanks in advance for your help.

    http://wordpress.org/extend/plugins/google-ajax-translation/

  2. monodistortion
    Member
    Posted 2 weeks ago #

    If you can upload the theme files somewhere for me to look at I can probably fix that problem.

  3. chejo59
    Member
    Posted 2 weeks ago #

    Thank you very much!!

    Here it is.

  4. Jazzvox
    Member
    Posted 1 week ago #

    Hi monodistortion, thanks a lot for the amazing plugin. It works fine in a customers blog using a modified hybrid theme. But, in my own blog, with a mostly selfdevelopped theme it doesn't. No errors or anything, just the google-button doesn't open.

    Please try to help me, I've read all topics in this forum, checked and tried anything you recommended to others, my templates are fine, even the page-ID is displayed if you click the [Translate/Übersetzung]-Button >> http://strassen-030.de.

    Also there is no other jquery-version inserted - as far as I can read. I de- and reactivated your plugin and others .. still can't find the clue.

    Output of ajax-translation in the source code:

    <div class="translate_block" style="display: none;">
    <a class="translate_translate" id="translate_button_post-741" lang="de" xml:lang="de" href="javascript:show_translate_popup('de', 'post', 741);">[Übersetzung]</a><img src="http://strassen-030.de/wp-content/plugins/google-ajax-translation/transparent.gif" id="translate_loading_post-741" class="translate_loading" style="display: none;" width="16" height="16" alt="" />
    </div>

    Maybe it's caused by another inline <javascript> ???
    This is my index.php (home):

    <?php get_header(); ?>
    <div id="content">
    <script type="text/javascript" src="http://www.plagaware.de/addpage.js"></script>
    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
        <div <?php post_class() ?> id="post-<?php the_ID(); ?>">
            <div class="entry <?php if(is_home() && $post==$posts[0] && !is_paged()) echo ' firstpost';?>">
                <div class="date">
                    <p><span class="month"><?php the_time('M') ?></span>
                        <span class="day"> <?php the_time('j') ?> </span>
                    </p>
                </div>
                <h3 class="etitle"><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h3>
                <script src="http://feeds.feedburner.com/~s/Starthilfe-ProficientNetwork-Musikkultur-Berlin?i=<?php the_permalink() ?>" type="text/javascript" charset="utf-8"></script>
                <div class="emeta">
                    <?php //the_time('F dS, Y');
                    echo "Kategorie: ";the_category(',');?>
                </div>
                <div class="ebody">
                    <?php the_content(__('Weiterlesen'));?>
                </div>
                <!-- <?php trackback_rdf(); ?> -->
                <?php if (function_exists('sharethis_button')) { sharethis_button(); } ?>
            </div><!-- end of entry class -->
        </div><!-- end of post-ID -->
    <?php endwhile; else: ?>
    	<p><?php _e('Sorry, nichts gefunden zum Thema.'); ?></p>
    	<?php endif; ?>
    	<p><?php posts_nav_link(' — ', __('&laquo; Previous Page'), __('Next Page &raquo;')); ?></p>
    </div><!-- end of content -->
    <?php get_sidebar(); ?>
    <!-- end of main column -->
    <?php get_footer(); ?>

    Thanks a lot for your time and effort,

    greetings, mathias

Reply

You must log in to post.

About this Topic