 pietroM-14
|
Ok! That worked, how can I translate the id's for other sections?
I have popups set to trigger on sections and buttons as well.
For example on that same page, the banner at the bottom that says: "Still haven't found what you're looking for?"
Or this page: hidden link the button that says "Let's build your website today".
I tried this code but it's working:
<wpml-config>
<shortcodes>
<shortcode>
<tag>dipi_pricing_table_item</tag>
<attributes>
<attribute>module_id</attribute>
<attribute>id</attribute>
</attributes>
</shortcode>
<shortcode>
<tag>et_pb_button</tag>
<attributes>
<attribute>module_id</attribute>
<attribute>id</attribute>
</attributes>
</shortcode>
<shortcode>
<tag>et_pb_module</tag>
<attributes>
<attribute>module_id</attribute>
<attribute>id</attribute>
</attributes>
</shortcode>
</shortcodes>
</wpml-config>
|
 Noman
WPML Supporter since 06/2016
Languages:
English (English )
Timezone:
Asia/Karachi (GMT+05:00)
|
Hi,
Thank you for contacting WPML Support. Could you please try to follow the below steps and see if this resolves the issue:
1. Please use the updated XML in WPML >> Settings > Custom XML Configuration section:
<wpml-config>
<shortcodes>
<shortcode>
<tag>dipi_pricing_table_item</tag>
<attributes>
<attribute>module_id</attribute>
</attributes>
</shortcode>
<shortcode>
<tag>dipi_expanding_cta</tag>
<attributes>
<attribute>module_id</attribute>
</attributes>
</shortcode>
<shortcode>
<tag>et_pb_button</tag>
<attributes>
<attribute>module_id</attribute>
</attributes>
</shortcode>
</shortcodes>
</wpml-config>
2. Make a small change in the default language page to reload the translation.
3. Open the translated page and translate the popup ID.
Please let me know the results,
Thank you
|