Skip Navigation

[Resolved] Save Button is missing in cread forms

This support ticket is created 7 years, 6 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 2 replies, has 2 voices.

Last updated by sandeepc 7 years, 6 months ago.

Assisted by: Luo Yang.

Author
Posts
#495373
No-save button.png

Hi.
After the new update in cread forms SAVE button is missing in the field.
Can't find any option to save the forms after editing.
Inform you that the issue facing only in Cread Toolset Type ver 2.2.9. And its prfectly working in below versions 2.2.8.

I expected to see: A clickable save button in the form.

Thanks

#495423

Hi,

It is abnormal, we need to know if there is any compatibility problem or PHP errors, please check these:
1) you are using the latest version of WP-TYPES plugins
2) deactivate other plugins and switch to wordpress default theme, and test again
3) Enable PHP debug mode, copy and paste the debug logs here
PHP Debugging
In case you think that Types or Views are doing something wrong (what we call a bug), you should enable PHP error logging. Again, edit your wp-config.php file and add the following:

ini_set('log_errors',TRUE);
ini_set('error_reporting', E_ALL);
ini_set('error_log', dirname(__FILE__) . '/error_log.txt');
This will produce a file called ‘error_log.txt’ in your WordPress root directory. Make sure that the web server can create and write this file. If it cannot, use an FTP program to create the file and make it writable to Apache (normally, user www-data).
https://toolset.com/documentation/user-guides/debugging-types-and-views/

4) Also check if there is any JS errors:
Javascript Debugging
Many of the operations in WordPress require Javascript. Any JavaScript error, caused by anything, may stop all further Javascript execution and prevent things from functioning properly.

JavaScript debugging is done using the browser’s built-in Developer Tools, more specifically, using a JavaScript Console. Today, all major browsers feature Developer Tools and a JavaScript Console:

In Chrome, click the Main menu button->More Tools->Developer Tools. Select the Console tab.

#495920

We have deactivated the WordPress SEO plugin the button is working now. Thank you for help and support

This ticket is now closed. If you're a Toolset client and need related help, please open a new support ticket.