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: Custom Work
This topic contains 10 replies, has 3 voices.
Last updated by Osama Mersal 1 year, 7 months ago.
Assisted by: Osama Mersal.
Author | Posts |
---|---|
November 20, 2023 at 8:10 am | |
instinctD |
I recently add translation this page but it shows white screen if i change the indonesian language(you can find in footer)hidden link |
November 20, 2023 at 9:53 am | |
November 20, 2023 at 10:10 am #14874887 | |
Itamar WPML Supporter since 02/2016
Languages: English (English ) Timezone: Asia/Jerusalem (GMT+03:00) |
Hi, Please check our guide on working with ACF and Elementor and reply here if you need further help. Regards, |
November 20, 2023 at 11:01 am #14875573 | |
instinctD |
I have tried with your reference link but it did not work |
November 20, 2023 at 11:02 am #14875577 | |
instinctD |
I have tried with your reference link but it did not work. hidden link |
November 20, 2023 at 11:51 am #14876105 | |
Osama Mersal WPML Supporter since 02/2020
Languages: English (English ) Arabic (العربية ) Timezone: Africa/Cairo (GMT+03:00) |
Hi, As we discussed on the other chat, Please provide me with the WordPress debug.log; this will allow us to see if any PHP errors are being produced. More Info: https://wordpress.org/support/article/debugging-in-wordpress/ To enable it, open your wp-config.php file and look for the following line: define('WP_DEBUG', false); And change it to: 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, which is recommended on a live site. define('WP_DEBUG_DISPLAY', false); @ini_set('display_errors',0); Then, try to reproduce the issue and check if any errors were saved to the debug.log log file inside the /wp-content/ directory. Best regards, |
November 20, 2023 at 12:24 pm #14876697 | |
instinctD |
HI Osama Mersal, |
November 20, 2023 at 12:29 pm #14876719 | |
Osama Mersal WPML Supporter since 02/2020
Languages: English (English ) Arabic (العربية ) Timezone: Africa/Cairo (GMT+03:00) |
Hi, Thanks for the debug log. Please check the following error: [20-Nov-2023 12:19:50 UTC] PHP Fatal error: Uncaught Error: Object of class WP_Error could not be converted to string in /home/1030002.cloudwaysapps.com/edvgmvfssg/public_html/wp-content/themes/astra-child/functions.php:54 Stack trace: #0 /home/1030002.cloudwaysapps.com/edvgmvfssg/public_html/wp-includes/shortcodes.php(433): breadcrumb() #1 [internal function]: do_shortcode_tag() #2 /home/1030002.cloudwaysapps.com/edvgmvfssg/public_html/wp-includes/shortcodes.php(273): preg_replace_callback() #3 /home/1030002.cloudwaysapps.com/edvgmvfssg/public_html/wp-content/plugins/elementor/includes/widgets/shortcode.php(130): do_shortcode() #4 /home/1030002.cloudwaysapps.com/edvgmvfssg/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php(2265): Elementor\Widget_Shortcode->render() #5 /home/1030002.cloudwaysapps.com/edvgmvfssg/public_html/wp-content/plugins/elementor/includes/base/widget-base.php(609): Elementor\Controls_Stack->render_by_mode() #6 /home/1030002.cloudwaysapps.com/edvgmvfssg/public_html/wp-content/plugins/elementor/includes/base/ in /home/1030002.cloudwaysapps.com/edvgmvfssg/public_html/wp-content/themes/astra-child/functions.php on line 54 Kindly activate your parent theme and check the translated product. (hidden link) Best regards, |
November 20, 2023 at 2:12 pm #14877833 | |
instinctD |
HI, I am facing the same issue even I have activated the parent theme |
November 20, 2023 at 2:18 pm #14877949 | |
Osama Mersal WPML Supporter since 02/2020
Languages: English (English ) Arabic (العربية ) Timezone: Africa/Cairo (GMT+03:00) |
Hi, Thanks for your update. I tested with the WordPress default theme, and it worked correctly. (Kindly check this hidden link) Also, using the Astra parent theme, the issue is fixed when commenting the breadcrumbs code. (Kindly check this hidden link) Best regards, |
November 20, 2023 at 2:27 pm #14878109 | |
instinctD |
Hi, Thanks for the quick update, yes it works when I remove the breadcrumbs. |
November 20, 2023 at 2:30 pm #14878207 | |
Osama Mersal WPML Supporter since 02/2020
Languages: English (English ) Arabic (العربية ) Timezone: Africa/Cairo (GMT+03:00) |
Hi, Thanks for your confirmation. Please check this breadcrumbs function code, as it's a custom function, which is out of our support scope. Kindly check our support policy. (https://wpml.org/purchase/support-policy/) Best regards, |