Home › Forums › WoodMart support forum › Infobox Titel does not interpret HTML in translation, only in original › Reply To: Infobox Titel does not interpret HTML in translation, only in original
December 21, 2023 at 1:52 pm
#523672
Artem Temos
Keymaster
Try to add the following code to WPML -> Settings -> Custom XML
<wpml-config>
<shortcodes>
<shortcode>
<tag>woodmart_info_box</tag>
<attributes>
<attribute encoding="allow_html_tags">title</attribute>
</attributes>
</shortcode>
</shortcodes>
</wpml-config>
Kind Regards