ナビゲーションをスキップする

Resolved

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 返答 へ “Avada - "Read More" link label of post card is not showing translation”