- สถานะ
- แก้ไขแล้วโดยผู้พัฒนา
- แก้ไขใน
- Salient 16.2.0
- ปลั๊กอิน/ธีมที่เกี่ยวข้อง
- Salient
- แท็กหัวข้อ
- Compatibility
ภาพรวมของปัญหา
หากคุณกำลังใช้งาน ธีม Salient คุณจะพบว่าเนื้อหาภายในวิดเจ็ต “Nectar Video Player” และ “Badge” ไม่มีให้แปลใน ตัวแก้ไขการแปลขั้นสูง (ATE) ของ WPML
วิธีแก้ปัญหาชั่วคราว
โปรดตรวจสอบให้แน่ใจว่าได้สำรองข้อมูลไซต์ของคุณอย่างครบถ้วนก่อนดำเนินการต่อ
- ไปที่หน้า WPML > การตั้งค่า > การกำหนดค่า XML ที่กำหนดเอง
- เพิ่ม XML ต่อไปนี้สำหรับวิดเจ็ต Nectar Video Player:
<wpml-config> <shortcodes> <shortcode> <tag>nectar_video_player_self_hosted</tag> <attributes> <attribute>video_mp4</attribute> <attribute>video_image</attribute> </attributes> </shortcode> </shortcodes> </wpml-config> <wpml-config> - หรือ XML นี้สำหรับวิดเจ็ต Badge:
<wpml-config> <shortcodes> <shortcode> <tag>nectar_badge</tag> <attributes> <attribute>text</attribute> </attributes> </shortcode> </shortcodes> </wpml-config>