Add compatibility with WPML
-
Hi!
I’m using the plugin in some websites, and is awesome!
I have some multilingual websites, and I can’t translate the text of the “title” and “content” fields.
I’ve investigating, and to make the plugin compatible with WPML, you just must to place a file called wpml-config.xml in the root directory of the plugin, and place the following code:
<wpml-config>
<elementor-widgets>
<widget name="fswp-text-unfold">
<fields>
<field>title</field>
<field>read_more_text</field>
<field>read_less_text</field>
<field>full_content</field>
</fields>
</widget>
</elementor-widgets>
</wpml-config>With that code, the plugin will be fully compatible with WPML, it will be great you add this so all the users could translate his content 🙂
Regards
The topic ‘Add compatibility with WPML’ is closed to new replies.