ผู้ใช้รายนี้ไม่มีหัวข้อที่ชื่นชอบ.
หัวข้อฟอรั่มที่ชื่นชอบ
สร้างหัวข้อฟอรัมแล้ว
สถานะ |
หัวข้อ
|
ผู้สนับสนุน | เสียง | กระทู้ | ความสดชื่น |
---|---|---|---|---|---|
Text in Spectra blocks is not displayed for translation of product description
เริ่มโดย: davidB-295
ใน: 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 | 3 days, 17 hours มาแล้ว | |
Call to a member function get_title() on bool fatal error
เริ่มโดย: davidB-295
ใน: 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 months, 2 weeks มาแล้ว |