Polylang translated strings don’t show on frontend
-
Hello,
I have ran into trouble with Polylang “Translate String” feature. (template Zerif Lite).
Screenshots:
https://www.ecoscooter.ee/wp-content/uploads/2017/StringTranslation.png
https://www.ecoscooter.ee/wp-content/uploads/2017/StringTranslationFrontend.pngTranslatable strings are visible in backend and I can enter appropriate translation and save it. There is a payment gateway plugin with two strings (see screenshot). The first one “woocommerce_estcard_gateway_title” working as expected, but the second one “woocommerce_estcard_gateway_description” show on frontend only default language (estonian) in all languages.
Code which producing these strings are:
'title' => array( 'title' => __('Title', 'woothemes'), 'type' => 'text', 'description' => __('This controls the title which the user sees during checkout.', 'woothemes'), 'default' => __('Tasun krediitkaardiga', 'woothemes') ), 'description' => array( 'title' => __('Description', 'woothemes'), 'type' => 'textarea', 'description' => __('This controls the description which the user sees during checkout.', 'woothemes'), 'default' => __("Description", 'woothemes')
How can i solve this problem
Jaak
- The topic ‘Polylang translated strings don’t show on frontend’ is closed to new replies.