Skip Navigation

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

  1. Add the following XML code in WPMLSettingsCustom XML Configuration:
    <wpml-config>
      <shortcodes>
        <shortcode>
          <tag>fusion_post_cards</tag>
          <attributes>
            <attribute type="media-ids">post_card</attribute>
          </attributes>
        </shortcode>
      </shortcodes>
    </wpml-config>
    
  2. Re-save your translation using the Classic Translation Editor.

2 Responses to “Avada - "Read More" link label of post card is not showing translation”

Leave a Reply

Please stay on topic and be respectful to others. If you need help with issues not related to this post, use our Support Forum to start a chat or submit a ticket.

You can use these tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>