As previously announced via banners and our newsletters, support is no longer available through this platform.
For easier navigation, you can still click on "Submit a Ticket" here, choose the appropriate category, and you'll be redirected to the correct support channel for your plugin.
You can still access your previous tickets and browse public tickets, but please note that responding to tickets is no longer possible.
Paid customers: Please log in to your store account for support.
Pre-purchase questions: Use the support widget in the bottom-right corner of our websites:
https://wpamelia.com
https://wpdatatables.com
https://wpreportbuilder.com
I keep trying to bold text and it won't seem to save.
https://www.dropbox.com/s/ib0qu7awnxxb1br/wpdatatables-bold-doesn%27t-work.mp4?dl=0
Hello Krystle.
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:
In file wp-content/plugins/wpdatatables/source/class.wdttools.php and around line 710 you can find this code
if (self::isHtml($string)) { $string = self::stripJsAttributes($string); }and comment it so the code look like this
//if (self::isHtml($string)) { //$string = self::stripJsAttributes($string); //}It should work now for your version of libxml.
Please let me know.
Best regards.
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
I have the same question, and I modify the code then the problem is exist
Hello James0977.
If the solution that worked for Krystle didn't help you, please open a new private ticket, where you'll provide me with a temporary WP-admin login for your site where this happens, so we could log in and take a look ‘from the inside’ as that’s the most efficient way to see and resolve the issue. We do not interfere with any data or anything else except for the plugin (in case that’s a production version of the site), and of course we do not provide login data to third party. You can write credentials there because nobody can see it except us in a private ticket.
Best regards.
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