• Resolved hartnetthj

    (@hartnetthj)


    Hi
    I have installed the Google translate plugin on my wordpress site but I am unable to set it up properly. The menu appears on my site but the drop down menu does not appear when clicking on same.
    I have uninstalled and reinstalled the plug in but this does not seem to work.
    Looking forward to a reply in the near future.

    Kind regards
    John Hartnett

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author edo888

    (@edo888)

    Hi,

    I have checked your HTML source code and I see the following:

    <p><!--?php echo do_shortcode('[gtranslate]'
    </p--></p>

    I believe you wanted to use our shortcode [gtranslate] to render the language switcher.

    You can try to use [gtranslate] instead or you will need to modify your theme files (PHP files) and place:

    <?php echo do_shortcode('[gtranslate]'); ?>

    If you are inside <?php ?> already, then simply: echo do_shortcode('[gtranslate]');

    Alternatively you can use Show Floating language selector option in GTranslate settings page and it will place the switcher for you.

    Thanks! 🙂

    Thread Starter hartnetthj

    (@hartnetthj)

    Thanks for the update.

    I am still having problem with the Google translate plugin. I copied and paste the html google translate code into the footer section of my website. The menu appears at the bottom of the page but when I click on the language name menu the language setting does not change to the desired language.

    Kind regards
    John

    Thread Starter hartnetthj

    (@hartnetthj)

    I have uninstalled and deleted the plugin now.

    Kind regards
    John

    Plugin Author edo888

    (@edo888)

    Hi,

    Can you display the word “hello” where you want the language selector to go?

    Thanks! 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Google Translate’ is closed to new replies.