Title: latest version bugs
Last modified: March 10, 2023

---

# latest version bugs

 *  Resolved [tracybazzy](https://wordpress.org/support/users/tracybazzy/)
 * (@tracybazzy)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/latest-version-bugs-2/)
 * Following the most recent update, the widget vanished from the site. I deleted
   the plugin and reinstalled it and now the Mexico flag is a broken image and the
   flags are no longer side by side on the desktop.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Flatest-version-bugs-2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 12 replies - 1 through 12 (of 12 total)

 *  [bkjproductions](https://wordpress.org/support/users/bkjproductions/)
 * (@bkjproductions)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/latest-version-bugs-2/#post-16548784)
 * I suspect the path to the image is broken because the language-token is in the
   way.
 * What is happening for me is similar. We have a Chinese and English site, and 
   now the url to the Chinese flag is broken. The language-token (as I call it) 
   is **zh-CN**
 * Example: 
   [https://mydomain.com/zh-CN/wp-content/plugins/gtranslate/flags/24/zh-CN.png](https://mydomain.com/zh-CN/wp-content/plugins/gtranslate/flags/24/zh-CN.png)
 * SHOULD BE
 * [https://mydomain.com/wp-content/plugins/gtranslate/flags/24/zh-CN.png](https://mydomain.com/wp-content/plugins/gtranslate/flags/24/zh-CN.png)
 * So, for whatever reason, the plugin has inserted this language-token into the
   path to the plugins folder!
 *  Plugin Author [edo888](https://wordpress.org/support/users/edo888/)
 * (@edo888)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/latest-version-bugs-2/#post-16548942)
 * Hi,
 * [@tracybazzy](https://wordpress.org/support/users/tracybazzy/) I have checked
   your website and I see a strange configuration. I see that the following languages
   are activated: `en` and `1`. I recommend you to open GTranslate settings page
   configure 3 languages and save the changes, then check if you see them appear.
   After that you can configure the languages you want to have and save the changes
   again. I hope it will fix the issue.
 * [@bkjproductions](https://wordpress.org/support/users/bkjproductions/) please
   open a separate support topic and post your website address, so I can check it
   for you.
 * Thanks! 🙂
 *  Thread Starter [tracybazzy](https://wordpress.org/support/users/tracybazzy/)
 * (@tracybazzy)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/latest-version-bugs-2/#post-16548952)
 * Hello, 
   [@edo888](https://wordpress.org/support/users/edo888/) I followed your
   recommendations and that has not resolved the issue.
 *  Plugin Author [edo888](https://wordpress.org/support/users/edo888/)
 * (@edo888)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/latest-version-bugs-2/#post-16548960)
 * Try to enable all languages and let me know when it is done. I still see en and
   1 enabled. If you have any cache plugin, make sure to clear the cache.
 * Thanks! 🙂
 *  Thread Starter [tracybazzy](https://wordpress.org/support/users/tracybazzy/)
 * (@tracybazzy)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/latest-version-bugs-2/#post-16549032)
 * I was able to display the Mexican flag after i selected all languages and then
   deselected them one-by-one. Choosing Select all then Unselected all did not work.
   The only issue now is that the flags are stacked. They use to be side-by-side.
   Do you have a solution?
 *  Plugin Author [edo888](https://wordpress.org/support/users/edo888/)
 * (@edo888)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/latest-version-bugs-2/#post-16549033)
 * Good! Do you use Show in Menu option? If that is the case remove it and create
   a new menu item with [gtranslate] shortcode.
 * You can go to Appearance -> Menus -> Custom Link then set URL = # and Link Text
   = [gtranslate] then Add to Menu.
 *  Thread Starter [tracybazzy](https://wordpress.org/support/users/tracybazzy/)
 * (@tracybazzy)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/latest-version-bugs-2/#post-16549053)
 * I do not use the Show in Menu option. I am already using the second option: Appearance-
   > Menus -> Custom Link then set URL = # and Link Text = [gtranslate] then Add
   to Menu.
 *  Plugin Author [edo888](https://wordpress.org/support/users/edo888/)
 * (@edo888)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/latest-version-bugs-2/#post-16549057)
 * OK, try to add the following CSS into Custom CSS section: `a[data-gt-lang] {display:
   inline-block!important}`
 * BTW. I see elementor is wrapping the whole thing into one link element which 
   is not good. If you can avoid that.
 * Thanks! 🙂
 *  Thread Starter [tracybazzy](https://wordpress.org/support/users/tracybazzy/)
 * (@tracybazzy)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/latest-version-bugs-2/#post-16549061)
 * Thank you, that worked!!! 🙂 🙂 🙂 🙂
   If it is a single menu item, I don’t understand
   how Elementor can treat it differently. I do not do any development in Elementor.
   Thoughts?
 *  Plugin Author [edo888](https://wordpress.org/support/users/edo888/)
 * (@edo888)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/latest-version-bugs-2/#post-16549122)
 * You are welcome! I’m not sure about Elementor, but it doesn’t look nice when 
   both flags are treated as one link item. Also I see the flags.js from GTranslate
   is called 4 times, not sure if you have different menus with the same structure
   or not. It should only be called once, since you display it only once.
 * You can try to use [gt-link …] shortcode to add 2 links per language. Please 
   refer to the Positioning tips manual in GTranslate settings page.
 * Thanks! 🙂
 *  Thread Starter [tracybazzy](https://wordpress.org/support/users/tracybazzy/)
 * (@tracybazzy)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/latest-version-bugs-2/#post-16549143)
 * I’ll check it out. Thanks again!
 *  Plugin Author [edo888](https://wordpress.org/support/users/edo888/)
 * (@edo888)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/latest-version-bugs-2/#post-16549187)
 * You are welcome! If you have a moment, please consider sharing your experience
   with my support: [https://wordpress.org/support/plugin/gtranslate/reviews/#new-post](https://wordpress.org/support/plugin/gtranslate/reviews/#new-post)
 * Thanks! 🙂

Viewing 12 replies - 1 through 12 (of 12 total)

The topic ‘latest version bugs’ is closed to new replies.

 * ![](https://ps.w.org/gtranslate/assets/icon-256x256.png?rev=2595917)
 * [Translate Wordpress with GTranslate](https://wordpress.org/plugins/gtranslate/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/gtranslate/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/gtranslate/)
 * [Active Topics](https://wordpress.org/support/plugin/gtranslate/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/gtranslate/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/gtranslate/reviews/)

 * 12 replies
 * 3 participants
 * Last reply from: [edo888](https://wordpress.org/support/users/edo888/)
 * Last activity: [3 years, 3 months ago](https://wordpress.org/support/topic/latest-version-bugs-2/#post-16549187)
 * Status: resolved