We're Moving to a New Support Platform – Starting June 1st!
We’re excited to let you know that starting June 1st, we’ll be transitioning to a new support system that will be available directly on our product websites – Amelia, wpDataTables, and Report Builder. In fact, the new support platform is already live for Amelia and wpDataTables, and we encourage you to reach out to us there.
You'll always be able to reach us through a widget in the bottom right corner of each website, where you can ask questions, report issues, or simply get assistance.
While we still do not offer live support, a new advanced, AI-powered assistant, trained on our documentation, use cases, and real conversations with our team, is there to help with basic to intermediate questions in no time.
We're doing our best to make this transition smooth and hassle-free. After June 1st, this current support website will redirect you to the new "Contact Us" pages on our product sites.
Thanks for your continued support and trust – we’re excited to bring you an even better support experience!
This is a repost of a private ticket.
Hello,
Recently I updated my copy of wpDataTables to use the the WP Post integration feature. It is an urgent topic.
I am suffering a problem. When I start creating and configuring the tabel AI can see the preview of the table but after create the table I acnnot se the table or any option to choose the Standard or Exvel editor or edit any option.
I am usin the last version of th eplugin, PHP 7.4.10 and Wordpress 6.7.1
How I can fix this problem?
Hello,
We replied to your original private ticket https://tmsplugins.ticksy.com/ticket/3797145.
Please check out the reply there and we will keep following up.
In case if any other user comes across the same issue, we will also copy the reply here, if it could be useful.
Our developers isolated this bug with our WP Post Builder integration and we have the first version of the fix available.
This fix works on our test websites, so it should work for you as well.
Here are the steps to apply the fix.
Extract the JS file from the zipped folder we send here as an attachment and use FTP or your WP Hosting server's File Manager to overwrite the file of our Plugin in this path :
..\wp-content\plugins\wpdatatablesintegrations/pro/query-builder/assets/wp_posts_table_config.js
We recommend purging the Site's cache at the end, then refresh the page and check, the issue should be fixed.
Let us know if you are still encountering the issue after applying this JS fix.
2. Or if you wish to manually edit the code of our JS file, find this piece of code around line 262 :
cf_column_counter = Object.keys(wpdatatable_config.queryParameters.customFieldColumns).length;
Replace it with this :
cf_column_counter = Object.keys(wpdatatable_config.queryParameters.customFieldColumns ?? {}).length;
Our developers should add this fix in our next update, but the QA Team is still conducting tests to make sure there are no negative effects before it gets added to the Plugin's core, so please keep a lookout on our wpDataTables changeLog.
It will be stated there during updates which bug fixes have been implemented at each update.
Thank you for all your patience and understanding.
Attached files: wp_posts_table_config.zip
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
Hello Miloš!,
Thank you so much for the help. It works!
Pau