Salta la navigazione

Waiting for author

Topic Tags: Compatibility

Overview of the issue

When using the using the tagDiv builder with Newspaper Theme, there is an issue with translating multiple widgets, namely, titles, descriptions, Buttons, etc…

Workaround

Add the following XML in WPML > Setting > Custom XML Configuration:

<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>
 

Then apply a small edit to the post for these new fields to load in the translation editor.

Lasciare una risposta

Ti preghiamo di rimanere in tema e di essere rispettoso nei confronti degli altri. Se hai bisogno di aiuto per questioni non correlate a questo post, utilizza il nostro Forum di supporto per avviare una chat o inviare un ticket.

Potete usare questi tag:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>