• Thanks for this awesome plugin!
    It would be even more awesome if we could write html and css instead of only plain text. At this moment, html and css is ignored, and only plain text are displayed.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support kiranpreet

    (@kiranpreet)

    Thanks for using our plugin.

    We’ll add formatting text feature in next update of the plugin.

    Any news on this? This is a great plugin, but I really need to use HTML in the text field.

    I have looked through the plugin’s PHP files, but I can’t figure out why HTML is stripped front-end. Can you point me in the right direction? All I want to do is stop the HTML-stripping.

    Thanks!!!

    Just answering my own question in case someone needs what I needed. Going through the two easy step below will keep all HTML entered into the text field, also making it possible to include CSS classes.

    (This is hardcoding the plugin, so not best practice, of course, but it will do the trick. Just remember to not update the plugin, as it will overwrite your changes).

    1.
    Open up this file (included in the plugin – in the /includes folder):
    process_shortcode.php
    In line 189 change “get_the_excerpt()” to “get_the_content()”.

    2.
    Open up this file (included in the plugin – in the /includes folder):
    process_posttype.php
    In line 347 change “get_the_excerpt()” to “get_the_content()”.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Support HTML & CSS’ is closed to new replies.