Version Description
Download this release
Release Info
| Developer | rm2773 |
| Plugin | |
| Version | 5.0.39 |
| Comparing to | |
| See all releases | |
Code changes from version 5.0.38 to 5.0.39
- css/style.php +6 -0
- google-language-translator.php +1 -1
- readme.txt +4 -1
css/style.php
CHANGED
|
@@ -56,6 +56,12 @@ elseif (get_option('googlelanguagetranslator_showbranding')=='No' && get_option(
|
|
| 56 |
endif;
|
| 57 |
endif;
|
| 58 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 59 |
if (get_option('googlelanguagetranslator_translatebox') == 'no'):
|
| 60 |
if(get_option('googlelanguagetranslator_active')==1):
|
| 61 |
echo '#google_language_translator { display:none; }';
|
| 56 |
endif;
|
| 57 |
endif;
|
| 58 |
|
| 59 |
+
if (get_option('googlelanguagetranslator_active')==1) {
|
| 60 |
+
echo '.goog-tooltip {display: none !important;}';
|
| 61 |
+
echo '.goog-tooltip:hover {display: none !important;}';
|
| 62 |
+
echo '.goog-text-highlight {background-color: transparent !important; border: none !important; box-shadow: none !important;}';
|
| 63 |
+
}
|
| 64 |
+
|
| 65 |
if (get_option('googlelanguagetranslator_translatebox') == 'no'):
|
| 66 |
if(get_option('googlelanguagetranslator_active')==1):
|
| 67 |
echo '#google_language_translator { display:none; }';
|
google-language-translator.php
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
/*
|
| 3 |
Plugin Name: Google Language Translator
|
| 4 |
Plugin URI: http://www.studio88design.com/plugins/google-language-translator
|
| 5 |
-
Version: 5.0.
|
| 6 |
Description: The MOST SIMPLE Google Translator plugin. This plugin adds Google Translator to your website by using a single shortcode, [google-translator]. Settings include: layout style, hide/show specific languages, hide/show Google toolbar, and hide/show Google branding. Add the shortcode to pages, posts, and widgets.
|
| 7 |
Author: Rob Myrick
|
| 8 |
Author URI: http://www.wp-studio.net/
|
| 2 |
/*
|
| 3 |
Plugin Name: Google Language Translator
|
| 4 |
Plugin URI: http://www.studio88design.com/plugins/google-language-translator
|
| 5 |
+
Version: 5.0.39
|
| 6 |
Description: The MOST SIMPLE Google Translator plugin. This plugin adds Google Translator to your website by using a single shortcode, [google-translator]. Settings include: layout style, hide/show specific languages, hide/show Google toolbar, and hide/show Google branding. Add the shortcode to pages, posts, and widgets.
|
| 7 |
Author: Rob Myrick
|
| 8 |
Author URI: http://www.wp-studio.net/
|
readme.txt
CHANGED
|
@@ -5,7 +5,7 @@ Plugin link: http://wp-studio.net/how-it-works
|
|
| 5 |
Tags: language translator, google translator, language translate, translate wordpress, google language translator, translation, translate, multi language
|
| 6 |
Requires at least: 2.9
|
| 7 |
Tested up to: 4.9.2
|
| 8 |
-
Stable tag: 5.0.
|
| 9 |
|
| 10 |
Welcome to Google Language Translator! This plugin allows you to insert the Google Language Translator tool anywhere on your website using shortcode.
|
| 11 |
|
|
@@ -46,6 +46,9 @@ A: Yes! Add the "notranslate" class to the HTML element containing your text. Fo
|
|
| 46 |
|
| 47 |
== Changelog ==
|
| 48 |
|
|
|
|
|
|
|
|
|
|
| 49 |
5.0.38
|
| 50 |
- Fixed a CSS issue associated with the settings panel changes from the previous update. Flags were not aligning properly with align left/right settings.
|
| 51 |
|
| 5 |
Tags: language translator, google translator, language translate, translate wordpress, google language translator, translation, translate, multi language
|
| 6 |
Requires at least: 2.9
|
| 7 |
Tested up to: 4.9.2
|
| 8 |
+
Stable tag: 5.0.39
|
| 9 |
|
| 10 |
Welcome to Google Language Translator! This plugin allows you to insert the Google Language Translator tool anywhere on your website using shortcode.
|
| 11 |
|
| 46 |
|
| 47 |
== Changelog ==
|
| 48 |
|
| 49 |
+
5.0.39
|
| 50 |
+
- Fixed a CSS issue associated with the settings panel changes from the previous update.
|
| 51 |
+
|
| 52 |
5.0.38
|
| 53 |
- Fixed a CSS issue associated with the settings panel changes from the previous update. Flags were not aligning properly with align left/right settings.
|
| 54 |
|
