Viewing 15 replies - 1 through 15 (of 32 total)
  • hey rob
    the drop-down box is displaying again but the flags show up in a strange way. i tried to deactivate the plugin, rewrite shortcode again, empty page cache and thinks like that. website: http://www.paragliding-academy.com/
    maybe u can help?

    thanks a lot,

    chris

    Thread Starter Rob Myrick

    (@rm2773)

    Hi Chris,

    Try this code by adding to Custom CSS Overrides box in “Settings > Google Language Translator. Your theme is adding some padding to the flag image links, and it’s causing the areas outside of the flags to show parts of other flags 🙂

    #flags a {
       border:none !important;
       padding:0 !important;
    }

    Let me know how that works for you!

    Thanks, Rob

    excellent. it works!!!
    great job and support.

    cheers,

    chris

    Thread Starter Rob Myrick

    (@rm2773)

    Awesome! Thanks Chris…..if you have time and don’t mind, vote for 5 stars (or whatever you like) if you enjoy using the plugin. Also click the “works” button at bottom of the plugin’s main page, so that others know that it works as of now.

    Thanks so much!

    Rob Myrick

    Hello Rob,

    i have just installed your plugin on my site and added it to show it to my header in dropdown. however, it is showing 2 dropdowns at a time. i tried to use shortcode in the sidebar and same happened there. i think i am doing something wrong. Please guide me fix this.

    Thread Starter Rob Myrick

    (@rm2773)

    Hi tas26,

    Would you mind posting a link to your site? I will take a look at front-end and I should be able to see what is happening.

    If you want it fixed faster just send a login to your site here:

    http://www.wp-studio.net/contact/

    Thanks for prompt response Rob. i have sent your site logins.

    Thread Starter Rob Myrick

    (@rm2773)

    Hi tas26, I am only seeing one drop-down at top of the site, and translation works fine for me. Can you send me a screenshot, so that I can visually understand what is happening?

    Thanks!

    Hello Rob,

    sorry for the delay in response. here is the screenshot.

    View post on imgur.com

    Tas

    Thread Starter Rob Myrick

    (@rm2773)

    Ok I see the double drop-downs now – leave it there for a few moments and i will inspect it.

    Thread Starter Rob Myrick

    (@rm2773)

    Hi tas26, I see duplicate code on the page, although I’m not sure why this is happening. Would mind providing login to your site, and I’m sure I can fix this.

    The plugin in it’s most current version, should not do this.

    Please send here if you don’t mind:

    http://www.wp-studio.net/contact/

    Rob, i already sent the login to the site. do u want ftp access as well?

    Single language shortcodes in the template are still broken eg.

    <?php echo do_shortcode('[glt language=English translate=yes]'); ?>

    shows as Spanish. In fact, all languages are Spanish!

    Thread Starter Rob Myrick

    (@rm2773)

    tas26,

    Sorry for that – I’m going nuts today – logging in here soon to fix it 🙂

    Thread Starter Rob Myrick

    (@rm2773)

    Hi Paul Scollon,

    Thanks for your post.

    The shortcode is resorting to default values because your syntax does not include quotation marks.

    Change to this:

    [glt language="English" label="English"]

    Also, I apologize for this confusion because, in the most recent version, I removed the translate attribute in the shortcode. I just wanted to simplify it’s use in the long run.

    But we can still allow translation on those languages if you want – it’s in the code and I can help make it work for you.

    Let me know how this works for you – please make sure you have version 4.0.8.

    Thanks!

Viewing 15 replies - 1 through 15 (of 32 total)
  • The topic ‘Updated to 4.0.8’ is closed to new replies.