Comments Amit started the conversationApril 12, 2020 at 3:32amHi,I have made an table and selected HTML as option and put text "Getlifetimedeal" and linked url with it but on table it shows like that belowin this why it shows lesser and greater sign alongwith that need to be removed from it.>getlifetimedeal < 2,572Aleksandar repliedApril 13, 2020 at 5:17pmHello AmitThank 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, please go to ..wp-content/plugins/wpdatatables/source/class.wdttools.php and find this code: if (self::isHtml($string)) { $string = self::stripJsAttributes($string); } Just comment it, so the code looks like this: //if (self::isHtml($string)) { //$string = self::stripJsAttributes($string); //} After that it should work with your version of 2.7.8.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 Sign in to reply ...
Hi,
I have made an table and selected HTML as option and put text "Getlifetimedeal" and linked url with it but on table it shows like that below
in this why it shows lesser and greater sign alongwith that need to be removed from it.
>getlifetimedealHello Amit
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, please go to ..wp-content/plugins/wpdatatables/source/class.wdttools.php and find this code:
Just comment it, so the code looks like this:
After that it should work with your version of 2.7.8.
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