Tagged: enfold, flibox grid, wpml
Hi I am trying to translate a page via WPML. In this page I used a couple of Flipbox grids, adding title and content. However both are not appearing in WPML Classic Editor, as the other avia elements.
I searched for it in WPML String Translation but again I didn’t find anything. Can you help me? Thanks very much
I found the solution, in case it is needed from other users. The fact is that this shortcode is not automatically recognized by WPML.
So in WPML>Settings>Custom XML configuration I added the following XML code
<?xml version="1.0"?>
<wpml-config>
<shortcodes>
<shortcode>
<tag>av_icongrid_item</tag>
<attributes>
<attribute>title</attribute>
<attribute>subtitle</attribute>
</attributes>
</shortcode>
</shortcodes>
</wpml-config>
