Abhishek
Forum Replies Created
-
Forum: Plugins
In reply to: [ACF to Custom Database Tables] Repeater Fields not workingHi @ccawcutt,
1. Please make sure the pro version plugin is active and deactivate the free plugin.
2. Please check the output of the$repeater
variable.
3. The above code seems correct to me.Forum: Plugins
In reply to: [ACF to Custom Database Tables] Editing custom field value in database table?Is it happening for all field types or a specific field?
Which version of Advanced Custom Fields are you using?
It seems like a third-party plugin/code is interfering with the process. Is it possible to share a screen recording or get on a zoom call? (My email: hi @ abhisheksatre.com)
Forum: Plugins
In reply to: [ACF to Custom Database Tables] Editing custom field value in database table?Hi @ccawcutt,
This plugin stores ACF data in a custom table. If you manually update the data in the database it will be reflected in the post
If you face any problem please let me know. I am happy to help.
Forum: Plugins
In reply to: [ACF to Custom Database Tables] Undefined global variableHi,
We have fixed the “Undefined global variable” warning in the latest version (v1.0.3).
Thank you.
Hi,
1. When using acf-to-custom-database-tables, is it compatible with wp restapi request without additional coding?
– Yes, this plugin is compatible with wp rest API.2. Can the free version plugin work with the wp restapi system? In order to work with the wp rest api system, do I have to purchase and use the paid version?
– Yes, the free version works with the rest API.3. linked with the wp rest api system (without coding)? If I need to code for compatibility with the custom-database-table plugin, where can I find documentation? I do not know php well because php is not the main development language, but I know how to develop [sql query, nodejs].
– For documentation please refer to this link
– For custom mysql query please refer to this WordPress official docsThank you.
Forum: Plugins
In reply to: [ACF to Custom Database Tables] Undefined global variableHi Oberon Lai,
Sorry for the late reply.
The reason for this issue is that your ACF field group is not saved in the database. Please go to the associated ACF field group and click on update. This should resolve the problem.
Please let me know if the problem persists.
Thanks.
Forum: Plugins
In reply to: [ACF to Custom Database Tables] Editing custom field value in database table?Hi,
To keep your ACF data compatible with other plugins, by default the plugin saves ACF field data in the wp_postmeta table along with a custom table. You can disable this behavior using the following filter.add_filter('acf_ct/settings/store_acf_values_in_post_meta', '__return_false');
Forum: Reviews
In reply to: [ACF to Custom Database Tables] Excellent Start !!!Hi Nick,
Thank you for the detailed review ??.?
Repeater and flexible content is supported in the?PRO version. Here is a pro version link: https://acf-custom-tables.abhisheksatre.com/pro
I have updated the docs to avoid confusion.