Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1495238

    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

    #1495287

    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>
    • This reply was modified 2 weeks, 5 days ago by elenapoliti.
    #1495515

    Hi,

    Great! Glad to know that you have found a working solution. Thanks for sharing!

    Have a nice day.

    Best regards,
    Ismael

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Filpbox Grid not not translatable in WPML’ is closed to new replies.