I have set up a table at http://preview-web09.108821.aweb.preview-site.ch/evidence_table/.
Whenever I enter multiple paragraphs (separated by a line break [shift-enter key] or paragraph break [enter key] into a cell, the entire content
of that cell will be deleted. Even if I enter <br> the entire content of the specific cell will be deleted.
An example:
"Hello, this is the 1st sentence. Hello, this is
the 2nd sentence" will be rendered fine.
Whenever I insert a line break/paragraph break into
this string, the entire content of the cell will be deleted. Therefore:
"Hello, this is the 1st sentence.<br>Hello, this is the 2nd sentence" will be deleted.
"Hello, this is the 1st sentence. Hello, this is the 2nd sentence" will also be deleted.
"Hello, this is the 1st sentence.
Hello, this is the 2nd sentence" will also be deleted.
What can I do? I really need your help. Thank you in advance.
Please provide me 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 here just check Private Reply so nobody can see them except us.
Also point me to the table ID so I can take a look.
The issue was with the libxml version that you are using. Most of the hosting companies does not update this and they are using the libxml version that are 10 years old. I assume that your version is less then 2.7.8
I made this change:
In file wp-content/plugins/wpdatatables/source/class.wdttools.php and around line 710 I found this code
if (self::isHtml($string)) {
$string = self::stripJsAttributes($string);
}
If you like our plugin and support we'd greatly appreciate it if you could take a minute and leave a review on CodeCanyon on this link. It means a lot to us.
Thanks.
Hi, I need your help.
I have set up a table at http://preview-web09.108821.aweb.preview-site.ch/evidence_table/. Whenever I enter multiple paragraphs (separated by a line break [shift-enter key] or paragraph break [enter key] into a cell, the entire content of that cell will be deleted. Even if I enter <br> the entire content of the specific cell will be deleted.
An example:
"Hello, this is the 1st sentence. Hello, this is the 2nd sentence" will be rendered fine.
Whenever I insert a line break/paragraph break into this string, the entire content of the cell will be deleted. Therefore:
Hello, this is the 2nd sentence" will also be deleted.
Hello, this is the 2nd sentence" will also be deleted.
What can I do? I really need your help. Thank you in advance.
Hi ChRamseier,
Thank you for your purchase.
Please provide me 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 here just check Private Reply so nobody can see them except us.
Also point me to the table ID so I can take a look.
Best regards.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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
Hi Christoph,
Can you please check now.
I entered some Hello data you will see it in the table ID 1.
Best regards.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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
Hi Christoph
The issue was with the libxml version that you are using. Most of the hosting companies does not update this and they are using the libxml version that are 10 years old. I assume that your version is less then 2.7.8
I made this change:
In file wp-content/plugins/wpdatatables/source/class.wdttools.php and around line 710 I found this code
and commented it so the code look like this
It should work now for your version of libxml.
Best regards.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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
HI Christoph,
No problem , you are welcome.
If you like our plugin and support we'd greatly appreciate it if you could take a minute and leave a review on CodeCanyon on this link. It means a lot to us. Thanks.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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