xgiorgio
Forum Replies Created
-
Forum: Plugins
In reply to: [Translate WordPress - Google Language Translator] Floating Google TranslatorHi!
With version 4.09 there are these option on settingsWhat translation languages will display in the language box?
(“All Languages” option must be chosen to show flags.)
-All Languages
-Specific LanguagesShow flag images?
(Display up to 81 flags above the translator)
Yes, show flag images
No, hide flag imagesShow floating translation widget? (New!)
(“All Languages” option must be chosen to show widget.)
-No, hide widget,
-Yes, show widgetHope that helped
http://www.instate.grPlugin Version 4.09
Go to: Plugins>Google Language Translator>Edit
On the column on the right edit the 5th from the bottom called:
google-language-translator/css/toolbar.css
there you’ll find something like:background:linear-gradient(center top, #5c5c5c, #5c5c5c);
background: -webkit-gradient(linear, center top, center bottom, from(#fbb450), to(#f89406));
background: -webkit-linear-gradient(#5c5c5c, #5c5c5c);
background: -moz-linear-gradient(#5c5c5c, #5c5c5c);
background: -o-linear-gradient(#5c5c5c, #5c5c5c);
background: -ms-linear-gradient(#5c5c5c, #5c5c5c);
background: linear-gradient(#5c5c5c, #5c5c5c);background: -o-linear-gradientcenter (center top, #5c5c5c, #5c5c5c); /* For Opera 11.1 to 12.0 *
etc.The #XXXXXX where X is number or letter defines the colour, I use the http://www.color-hex.com to define the colours and the #5c5c5c that you see above is a grey type colour, use the one that you prefer then hit the:
Update File button on the bottom.See the changes on your site and do not hesitate to play around by modyfing the above #XXXXXX, if there’s something that you don’t like you can always edit again the code!
IMPORTANT
I strongly suggest before making any changes to the original .css to
copy the original code and save it in a .txt, .doc or whatever so in case something goes wrong you can restore it to the original codeCheers
http://www.instate.gr