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.
Tagged: Bug, Custom Work, Not WPML issue
This topic contains 4 replies, has 0 voices.
Last updated by Lucas Vidal de Andrade 1 week, 3 days ago.
Assisted by: Lucas Vidal de Andrade.
Author | Posts |
---|---|
August 8, 2025 at 1:56 pm | |
erjonG |
Background of the issue: Symptoms: Questions: |
August 8, 2025 at 2:47 pm | |
August 8, 2025 at 4:54 pm #17306049 | |
erjonG |
Hello, Screenshot Thank you |
August 8, 2025 at 8:26 pm #17306286 | |
Lucas Vidal de Andrade WPML Supporter since 11/2023
Languages: English (English ) Spanish (Español ) German (Deutsch ) Portuguese (Brazil) (Português ) Timezone: America/Sao_Paulo (GMT-03:00) |
Hello there, Thank you for waiting. The message you shared is probably not related to the problem, it's just a deprecated notice. Though I can't 100% confirm. After a more thorough investigation, I found the following: 1. The issue happens only if your Child Theme and Elementor Pro are active; This indicated that there was some function causing a time-out on your child-theme's code. With your Child Theme activated, I commented out the code below: function custom_shop_footer_output() { if ( ! function_exists( 'elementor_theme_do_location' ) || ! elementor_theme_do_location( 'footer' ) ) { get_footer( 'shop' ); } } add_action( 'wp_footer', 'custom_shop_footer_output' ); And the website started working again. What's likely happening, is that get_footer() loads the footer template, and the footer template calls do_action( 'wp_footer' ) again ➜ your function runs again ➜ calls get_footer() again… rinse, repeat → endless recursion → timeout. I recommend that you, or your developer, check this function, so it doesn't cause any errors. |
August 9, 2025 at 9:24 am #17306676 | |
erjonG |
Dear Lucas, thank you for the support. I commented that code and kindly I ask to see again: In English those disappear: hidden link Can you please help on this as well? Thank You New threads created by Lucas Vidal de Andrade and linked to this one are listed below: https://wpml.org/forums/topic/split-inconsistent-elementor-template-on-translation/ |
August 11, 2025 at 7:17 pm #17311282 | |
Lucas Vidal de Andrade WPML Supporter since 11/2023
Languages: English (English ) Spanish (Español ) German (Deutsch ) Portuguese (Brazil) (Português ) Timezone: America/Sao_Paulo (GMT-03:00) |
Hey there, Since this issue is not related to the initial issue you brought, I've created a new ticket to address it. I'll answer you directly there: https://wpml.org/forums/topic/split-inconsistent-elementor-template-on-translation/ Thank you. |