• I added the template tag to the homepage of my site:

    <?php
    if( method_exists( $GoogleTranslation, ‘google_ajax_translate_button’ ) ) {
    $GoogleTranslation -> google_ajax_translate_button();
    }
    ?>

    It is inside the loop (I put it right after the call for the_content, but the translator link doesn’t show up. Looking at the source code, the translation link has display: none on it.

    Is there any fix to this? Thanks!

    https://www.ads-software.com/extend/plugins/google-ajax-translation/

Viewing 2 replies - 1 through 2 (of 2 total)
  • I am having the same problem. Very frustrating as I thing it’s an otherwise fantastic plugin.

    I have the same issue, even when the display:none is removed the translate button doesn’t do anything! Think I will need to find another plugin! Any recommendations?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Google AJAX Translation] Template Tag Doesn't Load – Code Shows Display: None’ is closed to new replies.