I've run into an issue of added carets to the beginning and end of String values. This occurs with line breaks and shortcode, and will reappear even after deleting them through the editor.
Can you please tell me which version of libxml do you use?
You should find the libxml version in your php.info file.
If the version is less than 2.7.8, you will need to modify the file ../wp-content/plugins/wpdatatables/source/class.wdttools.php. Around line 915 you'll see this code:
if (self::isHtml($string)) {
$string = self::stripJsAttributes($string);
}
Hi support,
I've run into an issue of added carets to the beginning and end of String values. This occurs with line breaks and shortcode, and will reappear even after deleting them through the editor.
Any advice would be appreciated.
Sincerely,
Jonathan
Hello Jonathan
Thank you for your purchase.
Can you please tell me which version of libxml do you use?
You should find the libxml version in your php.info file.
If the version is less than 2.7.8, you will need to modify the file ../wp-content/plugins/wpdatatables/source/class.wdttools.php. Around line 915 you'll see this code:
Just comment it, so the code looks like this:
And after that it should work for your version of libxml.
Please let me know.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables