jesus-alonsoE
|
Different media translations aren't shown properly on few shortcodes
|
Shekhar Bhandari
Supporter
Languages:
English (English )
Timezone:
Asia/Kathmandu (GMT+05:45)
|
Hello there,
Our compatibility team checked the issue and provided the following workarround
Go to WPML > Configuration > Custom XML Configuration and add the following code
<wpml-config>
<shortcodes>
<shortcode>
<tag>client</tag>
<attributes>
<attribute>name</attribute>
<attribute type="post-ids" sub-type="attachment">image</attribute>
<attribute type="link" encoding="vc_link">url</attribute>
</attributes>
</shortcode>
<shortcode>
<tag>nectar_video_lightbox</tag>
<attributes>
<attribute>link_text</attribute>
<attribute type="post-ids" sub-type="attachment">image_url</attribute>
</attributes>
</shortcode>
</shortcodes>
</wpml-config>
Add a small update to the page and update its translation.
Let me know if this helps.
Thanks
|