[Plugin: Google AJAX Translation] Template Tag Doesn't Load – Code Shows Display: None
-
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)
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.