Skip to content Skip to sidebar

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.

This topic contains 4 replies, has 1 voice.

Last updated by hG-2 5 days, 14 hours ago.

Assisted by: Shekhar Bhandari.

Author Posts
April 22, 2026 at 2:54 pm #17988089

hG-2

I created a Tab with WPBakery and all the fields show up for translation except for the button link as you can see in the pictures attached. The button label appears for translation, however the link does not. Could you please look into this issue.

Thank you

April 22, 2026 at 5:28 pm #17988560

hG-2

The issue is still no solved. Here is some more detail.

In WPBakery i created a Tab and in the first tab i added a Porto Price Box. All the fields i used in this porto price box show up in the wpml translation editor except for the "URL (Link)" field.

button links in wpbakery tabs porto price box not showing in translation editor 3.png
April 23, 2026 at 5:33 am #17989036

Shekhar Bhandari
WPML Supporter since 03/2015

Languages: English (English )

Timezone: Asia/Kathmandu (GMT+05:45)

Hello there,

Thank you for contacting WPML support. I’ll be happy to assist you.

If these are internal links, they should be translated automatically. Please check the front-end to confirm whether they display correctly, even if they don’t appear in the translation editor.

If the issue persists, I’ll need to review your site settings. For that, please provide temporary access (wp-admin and FTP).

You can find the required fields below the comment area when submitting your next reply.

hidden link

This information is private and only accessible to you and WPML supporters.

https://wpml.org/purchase/support-policy/privacy-and-security-when-providing-debug-information-for-support/

Note: Please back up your site before sharing credentials, or provide access to a staging/test site if possible.

Looking forward to your reply.

Thanks

April 27, 2026 at 4:57 pm #17997661

hG-2

I have attached the login details so you can further investigate this issue.

April 28, 2026 at 4:42 am #17998327

Shekhar Bhandari
WPML Supporter since 03/2015

Languages: English (English )

Timezone: Asia/Kathmandu (GMT+05:45)

Hello there,

I went to WPML->Settings->Custom XML configuration and add the following XML to make the url translatable, hidden link

<wpml-config>
  <shortcodes>
    <shortcode>
      <tag>porto_price_box</tag>
      <attributes>
        <attribute>title</attribute>
        <attribute>desc</attribute>
        <attribute>btn_label</attribute>
        <attribute  type="link" encoding="vc_link">btn_link</attribute>
        <attribute>price_label</attribute>
      </attributes>
    </shortcode>
  </shortcodes>
</wpml-config>

After adding the code, I made a small update on the page and the url is showing in translation editor, can you please check and confirm.

Look forward to your reply.

Thanks

April 28, 2026 at 2:25 pm #18000147

hG-2

Thank you so much for the excellent support Shekhar! I am now able to translate the links.