Show image in text area

WordPress
29 May, 2021 23:17:38
mr.razdo
Topics: 5
Messages: 11
Hi,
i have a text area in my post and ading text and images.
Unfortanatlly it shows me only the text without the images.
this is the code inserted:

[e2pdf-format-output filter='strip_tags'][e2pdf-wp key="description" meta="true"][/e2pdf-format-output]

please help ASAP.

Thank you!
Neil
30 May, 2021 00:09:21
E2Pdf
Support
Topics: 7
Messages: 3164
Hi,

There are 2 issues currently:

1. strip_tags filter removing all tags, including "img" tags.

2. textarea doesn't support images to be inserted.

You can try to use following solution:

1. Update plugin to RC Version (1.15.11) which has "strip_tags_allowed" attribute support. You can apply update now by turning on updates from "e2pdf.com". Option can be enabled at "E2Pdf" -> "Settings" -> "Release Candidate Builds" (screenshot 1). After enabling this option you must be able to check for updates at "Dashboard" -> "Updates" and update plugin as usual to version 1.15.11.

It's recommended to turn off this option after update

2. Replace "textarea" with "html" object. Set "Disable WYSIWYG Editor" checkbox "on" and use value:

[e2pdf-format-output filter="strip_tags" strip_tags_allowed="<img>"][e2pdf-wp key="description" meta="true"][/e2pdf-format-output]

P.S. You must keep in mind please that currently it can be issues with rendering images along with text as wrapping "text" over images is not yet supported.

We remain at your service.
We would really appreciate your feedback at WordPress.org!