Modeewine
Forum Replies Created
-
Forum: Plugins
In reply to: [Polylang Theme Strings] Can no longer change translationsHi @olgasom!
Please, read the “functions reference”
https://polylang.pro/doc/function-reference/#pll__
about functions such as “pll__” and “pll_e”.
They have only one argument.@einicher, Hello and thank you very much for your report!
Problem solved. Please upgrade the plugin to the latest version 3.3.1 ??Forum: Plugins
In reply to: [Polylang Theme Strings] Not working on WP 4.6.1 :-(Maybe you are doing something wrong.
Try to upgrade the plugin to latest version (3.3).
Thanks!- This reply was modified 8 years, 2 months ago by Modeewine.
Yes, that is right. We can not know in advance which variables are used as strings-translations. This is logical.
Forum: Plugins
In reply to: [Polylang Theme Strings] Quotes inside translated text breaks translationHello!
Thanks for your comment.
Please, upgrade to latest version Polylang Theme Strings (v.3.3).
This issue has been solved.Forum: Plugins
In reply to: [Polylang Theme Strings] String’s name and groupHi, @dtailspress!
About your post. Manually you will not do it. Groups created only programmatically by plugins or other codes.@yourtherapy, first see description about how “Polylang” plugin works. After see description how “Polylang Theme Strings” work. And I think you will understand everything.
Forum: Plugins
In reply to: [Polylang Theme Strings] Syntax error@twojpluszak, see description about how this plugin works, please.
“pll__” and “pll_e” – this is php-functions, it is not just a string-line.Forum: Plugins
In reply to: [Polylang Theme Strings] Limited amount of strings?@nize66, see description about how this plugin works, please.
Forum: Plugins
In reply to: [Polylang Theme Strings] Does this scan in other plugins also..You have installed and activated the plugin “Polylang”?
Forum: Plugins
In reply to: [Polylang Theme Strings] Doesn't search the strings“Polylang Theme Strings” this is extension of plugin “Polylang”.
For working with strings as translations they should wrap in functions (pll__() or pll_e()), example <?php echo pll__(‘Test string’); ?> then this string is displayed in the panel strings-translation in admin area.
Please, read more here https://polylang.pro/doc/developpers-how-to/Forum: Plugins
In reply to: [Polylang Theme Strings] Doesn't search the stringsand you have wrapped lines by functions pll__() or pll_e() in your installed theme?
please, read description about how this plugin works.Forum: Plugins
In reply to: [Polylang Theme Strings] Translations not enabledGood luck! ??
Forum: Plugins
In reply to: [Polylang Theme Strings] Translations not enabledPlease, write more information about this situation. Maybe you show screenshots or video of your problem.
While i think that you are entering invalid characters or a problem specifically in the plugin “Polylang”, but not in the “Polylang Theme Strings”.Forum: Plugins
In reply to: [Polylang Theme Strings] How show text in theme“pll__()” function returned value. “pll_e()” printed value.
You must printed value if used function “pll__()”, example:
<?php echo pll__( ‘Menu’, ‘menu_name’ ); ?>
or use
<?php pll_e( ‘Menu’, ‘menu_name’ ); ?>