Hi @redqrystal,
I would love to, but I can’t because they will ban me here. The moderator policy is really strict. You can share with me some kind of testing site or a duplicator package, but I can’t access you live site and see or be able to modify them, because of security reasons.
On which page exactly are you trying to modify the fields? In WooCommerce > Payment > selected payment options or in WPML String translation? In WPML string translation you can modify only the translated versions and you have to “mark them as translated”, to show them online.
Hi, that’s really weird, could you send me a debug log? Turn on WP DEBUG and send me the log, either post it here or to karolina[at]kybernaut.cz
The following code, inserted in your wp-config.php file, will log all errors, notices, and warnings to a file called debug.log in the wp-content directory. It will also hide the errors so they do not interrupt page generation.
// Enable WP_DEBUG mode
define( 'WP_DEBUG', true );
// Enable Debug logging to the /wp-content/debug.log file
define( 'WP_DEBUG_LOG', true );
// Disable display of errors and warnings
define( 'WP_DEBUG_DISPLAY', false );
@ini_set( 'display_errors', 0 );
// Use dev versions of core JS and CSS files (only needed if you are modifying these core files)
define( 'SCRIPT_DEBUG', true );
NOTE: You must insert this BEFORE /* That’s all, stop editing! Happy blogging. */ in the wp-config.php file.
Eventually, can you send me a WooCommerce System Status Report? You will find it in WooCommerce > System status
and that click on Get system Report
.
Thanks for the details,
Karolina