This user has no favorite topics.
Favorite Forum Topics
Forum Topics Created
Status |
Topic
|
Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
Text in Spectra blocks is not displayed for translation of product description
Started by: davidB-295
in: English Support
Problem: Solution: <wpml-config> <gutenberg-blocks> <gutenberg-block type="uagb/tabs" translate="1"> <key name="tabHeaders"></key> <xpath>//div/ul/li/a/div</xpath> </gutenberg-block> <gutenberg-block type="uagb/tabs-child" translate="1"> <key name="header"></key> <key name="tabHeaders"></key> </gutenberg-block> <gutenberg-block type="uagb/faq-child" translate="1"> <key name="question"></key> <key name="answer"></key> </gutenberg-block> <gutenberg-block type="uagb/advanced-heading" translate="1"> <xpath>//div/p</xpath> <xpath>//div/h3</xpath> <xpath>//div/h4</xpath> </gutenberg-block> </gutenberg-blocks> </wpml-config> 2) We translated several related "Patterns" and "Content Blocks" via WPML -> Translation Management. After assigning the translation tasks, we completed them from the "Translation queue". If this solution does not resolve your issue, or if it seems outdated, we highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If the problem persists, please open a new support ticket. |
|
0 | 15 | 1 day, 21 hours ago | |
Call to a member function get_title() on bool fatal error
Started by: davidB-295
in: English Support
Problem: WC_Shipping_Zones::get_shipping_method($shippingInstanceId) to return false. wp-content/plugins/woocommerce-multilingual/classes/OrderItems/Shipping/ShippingMethod.php . After the line: $shippingMethod = \WC_Shipping_Zones::get_shipping_method($shippingInstanceId); Add the following code: if ($shippingMethod === false){<br /> return;<br />} This change prevents the error by stopping the function execution if the shipping method is not found. If this solution does not resolve your issue, or if it seems outdated or irrelevant to your case, please visit our support forum to open a new ticket. We also highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. |
|
0 | 7 | 1 month, 2 weeks ago |