Skip to content Skip to sidebar

This thread is resolved. Here is a description of the problem and solution.

Problem:
The client reported that the workaround for translating the 'All' filters and 'More..' buttons was lost after updating the translation. They were unable to find these elements in the translation editor.
Solution:
We recommended translating the 'All' texts through the WPML String Translation page. For the 'More..' button, we provided a custom XML configuration to ensure it is translatable. Here is the XML code you need to add:

<shortcode>
    <tag>fusion_button</tag>
    <attributes>
      <attribute>hover_text</attribute>
      <attribute>title</attribute>
    </attributes>
  </shortcode>

If this solution does not resolve your issue, or if it seems outdated, please check the related known issues and confirm that you have installed the latest versions of themes and plugins. If the problem persists, we highly recommend opening a new support ticket for further assistance.

This is the technical support forum for WPML - the multilingual WordPress plugin.

Everyone can read, but only WPML clients can post here. WPML team is replying on the forum 6 days per week, 22 hours per day.

Tagged: 

This topic contains 1 reply, has 0 voices.

Last updated by dosvisual.com 2 weeks, 3 days ago.

Assisted by: Kor.

Author Posts
October 6, 2025 at 4:46 pm #17461553

dosvisual.com

Hi Kor
Thanks, but your workaround got erased as soon as I updated the translation.
The filters should be automatically translated, as the categories/tags & post-card element were already translated. Can you please dig deeper on this issue?

Additionally, I tried to translate the "all" filters button and the "More.." buttons (for the filtered elements) by searching in the translation editor, but it´s not working..
Thanks!

October 6, 2025 at 5:18 pm #17461612

Kor
WPML Supporter since 08/2022

Languages: English (English )

Timezone: Asia/Singapore (GMT+08:00)

Thanks for your reply. You can translate the All texts here hidden link

As for the more button, here I've added the custom XML configuration below here hidden link and it works now hidden link .

<shortcode>
    <tag>fusion_button</tag>
    <attributes>
      <attribute>hover_text</attribute>
      <attribute>title</attribute>
    </attributes>
  </shortcode>
October 13, 2025 at 6:15 am #17478312

dosvisual.com

Thank you Kor