WPML config file, consider adding this
-
I used the ba_cad element but I decided to add a little Text+Html to the description field.
In doing that I had issues using WPML to translate the field because the description field wasn’t specified to accept HTML.
This is the original
<shortcode> <tag>ba_card</tag> <attributes> <attribute>photo_alt</attribute> <attribute>badge_text</attribute> <attribute>title</attribute> <attribute>description</attribute> <attribute>button_text</attribute> </attributes> </shortcode>
Please consider changing the description field like this:
<attribute encoding="allow_html_tags">description </attribute>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘WPML config file, consider adding this’ is closed to new replies.