Problem: You are developing a site using the Houzez theme and WPML plugin and encountering a database error when adding new properties. The error message indicates an unknown column 'ate_sync_count' in 'field list', with error code 1054. Solution: If you're experiencing this issue, we recommend you first perform a full site backup. Then, log in to your database using a tool like PHPMyAdmin and execute the following SQL query to add the missing column:
ALTER TABLE `wp_icl_translate_job` ADD `ate_sync_count` int unsigned NULL DEFAULT '0' AFTER `automatic`;
After running this query, check if the issue persists.
This solution might be irrelevant if it's outdated or not applicable to your case. We highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If the problem continues, please open a new support ticket at WPML support forum.
Problem: You are experiencing issues with Contact Form 7 on your translated event page using WPML, built with Gutenberg and Kadence blocks pro. Specifically, dropdown fields in Contact Form 7 are not displaying correctly, the edit screen doesn't load properly, ACF Pro fields are missing on the translated page, and new translations are not appearing in the translation queue. Solution: We recommend trying the steps outlined in this forum post: WPML Multilingual CMS & Contact Form 7. Additionally, a permanent fix is expected in the next version of Contact Form 7 Multilingual, version 1.3.2. Although we do not have an exact release date, it is anticipated to be available soon.
Please note that this solution might be outdated or not applicable to your specific case. We highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If the issue persists, please open a new support ticket.