code4life
Forum Replies Created
-
Forum: Plugins
In reply to: [Database for CF7] 404 Pagina non trovataCiao woodypad,
ho effettuato qualche test con User Role Editor, ma non mi risulta alcuna incompatibilità. Potresti fornirmi un account dedicato da admin al tuo backend per poter controllare le impostazioni e riportarle su una mia versione di debug?Forum: Plugins
In reply to: [Database for CF7] I need a SQL for showing the dataHi Andres,
you can retrieve your data with the raw query:SELECT * FROM wp_cf7db WHERE form = “your_cf7_form_id”;
I suggest you to use WordPress classes and functions (https://codex.ww.wp.xz.cn/Class_Reference/wpdb) to improve security.
Once you’ve gotten your data, you can display it on the webpage.
Best regards
Forum: Plugins
In reply to: [Database for CF7] Database for CF7 Activation ErrorHi serenity69,
I’m pretty sure that problem is caused by a too old PHP version, that doesn’t have support for anonymous functions.
Have you a PHP version previous to 5.3 on your server?Best regards
Forum: Reviews
In reply to: [Disable cart page for WooCommerce] Works fine, does his job!Thank you very much for your feedback! Please, don’t hesitate to write me for any kind of improvements or implementations, I’ll try to to do it
Forum: Plugins
In reply to: [Database for CF7] English versionHi @florentinasultan,
thanks for downloading Database for CF7 and for your comment, it’s very important to improve my work and to grow up!I provided to fix translation bug, with new version 1.1.3, now all buttons are ok.
Best regards