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
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 :
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.
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