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

Okay
  Public Ticket #2799237
Wpdata tables and Advanced custom fields
Closed

Comments

  • Ryan Vallette started the conversation

    Hello,

    I am having trouble using WPDataTabes with the Advanced Custom Feilds plugin. I have my original page and using Wptables I can display a table on this page just fine using shortcode that is entered into the default content area of Wordpress. 

    Next using an ACF post object I want to display the table from the original page onto a second page. Using this process I hope to have many single pages with WPDataTables on them all pulled together into one page using ACF post objects. 

    The issue is once pulled onto the second page by ACF the DataTable no longer displays. Only the short code used to create the table is shown, not the table itself. 

    How can I get the full table after it has been pulled through the post object?


    Thank you  

  • [deleted] replied

    Hi Ryan

    Thank you for reaching out to us.

    You would need to create a custom query that'd return the data you need. Using our query constructor pulls the data from WordPress database, but ACFs data can also be stored in the MySQL database, so try using that generator.

    We cannot help you with the custom query, though, as included support doesn't cover custom queries, and we don't have native integration with ACF, so you'd need to locate the data you need in the database, and then pull it using that custom query.

    Do let us know if there is anything else we can assist you with.