mendozal
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Forum: Plugins
In reply to: [Blocksy Companion] Blocksy Companion plugin crashes admin areaUploading the theme again manually solved the issue!
Thanks!
Hi.
It would be in this file you have inside your plugin folder
/wp-content/plugins/addons-for-divi/wpml-config.xml
It describes how to handle the fields in WPML, for example, if the description fields will support HTML text or not. (I believe all description fields should). Otherwise WPML translates the HTML into a sanitized and codified string and not as HTML.
For example, I altered the ba_cards shortcode to look like this:
<shortcode> <tag>ba_card</tag> <attributes> <attribute type="media-url">photo</attribute> <attribute>badge_text</attribute> <attribute>title</attribute> <attribute encoding="allow_html_tags">description</attribute> </attributes> </shortcode>It’s just adding that encoding=”allow_html_tags” in the fields that would support it.
Thanks.
- This reply was modified 2 years, 2 months ago by mendozal.
Forum: Plugins
In reply to: [Depicter — Popup & Slider Builder] Slider not loading on 1.5.xThanks. It worked!
Viewing 3 replies - 1 through 3 (of 3 total)