This thread is resolved. Here is a description of the problem and solution.
Problem:
If you're experiencing issues when making changes to text or other elements within Elementor Pro, especially when the 'Nested Elements' experimental feature is enabled and a form is placed as a sub-element of a tab, this is due to a known bug.
Solution:
We recommend either turning off the 'Nested Elements' feature in the Elementor settings or not placing the Form as a child of the Tab element. If you prefer to adjust the code, follow these steps:
1. Edit the file
wp-content\plugins\elementor-pro\modules\forms\widgets\form.php
2. Locate the line:
echo Utils::get_current_post_id(); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>"/>
3. Replace it with:
if (get_the_ID()) {<br /> echo Utils::get_current_post_id(); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>"/><br /><?php } ?>
If this solution doesn't seem relevant to your issue, please open a new support ticket with us.
This is the technical support forum for WPML - the multilingual WordPress plugin.
Everyone can read, but only WPML clients can post here. WPML team is replying on the forum 6 days per week, 22 hours per day.
This topic is split from https://wpml.org/forums/topic/translation-overwrite/
This topic contains 9 replies, has 2 voices.
Last updated by 1 year, 3 months ago.
Assisted by: Dražen.