Open
Overview of the issue
When using the Avada’s Fusion Post Cards widget with dynamic content, the Read more text is not being translated.
This happens because the post_card attribute is calling the original ID instead of its translation.
Workaround
- Add the following XML code in WPML → Settings → Custom XML Configuration:
<wpml-config> <shortcodes> <shortcode> <tag>fusion_post_cards</tag> <attributes> <attribute type="media-ids">post_card</attribute> </attributes> </shortcode> </shortcodes> </wpml-config>
- Re-save your translation using the Classic Translation Editor.