Holiday Notice – Support Unavailable on April 18 and April 21

We just wanted to let you know that our support team will be offline on Friday, April 18th (Good Friday) and Monday, April 21st (Easter Monday) due to the holidays.
We'll be back on Tuesday, ready to assist you!

In the meantime, if you need any help, feel free to:

Amelia YouTube Channel

wpDataTables YouTube Channel

Thank you for your understanding, and we wish you a wonderful holiday weekend!

Okay
  Public Ticket #3800351
Not shows table content of a WP Post table in edit mode
Closed

Comments

  •  2
    mossman started the conversation

    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?6095147336.png

    8590994206.png

  •  1,894
    Miloš replied

    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 | InstagramFront-end and back-end demo | Docs

    Amelia: FAQ | Facebook | Twitter | InstagramAmelia 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

  •  2
    mossman replied

    Hello Miloš!,

    Thank you so much for the help. It works!

    Pau

  •   Miloš replied privately