WPML
สถานะ
แก้ไขแล้ว
ปลั๊กอิน/ธีมที่เกี่ยวข้อง
Newspaper
แท็กหัวข้อ
Compatibility

ภาพรวมของปัญหา

เมื่อใช้งาน tagDiv builder ร่วมกับ ธีม Newspaper มีปัญหาในการแปลวิดเจ็ตหลายรายการ ได้แก่ ชื่อ คำอธิบาย ปุ่ม เป็นต้น

วิธีแก้ปัญหาชั่วคราว

เพิ่ม XML ต่อไปนี้ใน WPML > การตั้งค่า > การกำหนดค่า XML ที่กำหนดเอง:

<wpml-config>
  <shortcodes>
    <shortcode>
      <tag>td_block_title</tag>
      <attributes>
        <attribute>custom_title</attribute>
      </attributes>
    </shortcode>
    <shortcode>
      <tag>td_flex_block_3</tag>
      <attributes>
        <attribute>custom_title</attribute>
      </attributes>
    </shortcode>
    <shortcode>
      <tag>td_block_text_with_title</tag>
    </shortcode>
    <shortcode>
      <tag>tdm_block_button</tag>
      <attributes>
        <attribute>button_text</attribute>
      </attributes>
    </shortcode>
    <shortcode>
      <tag>vc_single_image</tag>
      <attributes>
        <attribute>image</attribute>
      </attributes>
    </shortcode>
    <shortcode>
      <tag>tdm_block_icon_box</tag>
      <attributes>
        <attribute>button_text</attribute>
        <attribute encoding="base64">title_text</attribute>
        <attribute encoding="base64">description</attribute>
      </attributes>
    </shortcode>
    <shortcode>
      <tag>tdm_block_image_info_box</tag>
      <attributes>
        <attribute>button_text</attribute>
      </attributes>
    </shortcode>
    <shortcode>
      <tag>td_flex_block_1</tag>
      <attributes>
        <attribute>custom_title</attribute>
      </attributes>
    </shortcode>
        <shortcode>
      <tag>tdm_block_image_info_box</tag>
      <attributes>
        <attribute>box_title</attribute>
        <attribute>button_text</attribute>
        <attribute encoding="base64">box_description</attribute>
      </attributes>
    </shortcode>
  </shortcodes>
</wpml-config>
 

จากนั้นทำการแก้ไขโพสต์เล็กน้อยเพื่อให้ฟิลด์ใหม่เหล่านี้โหลดในตัวแก้ไขการแปล

ปัญหาที่ทราบแล้วทั้งหมด →