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.
Our next available supporter will start replying to tickets in about 8.95 hours from now. Thank you for your understanding.
This topic contains 4 replies, has 2 voices.
Last updated by Waqas Bin Hasan 1 year, 11 months ago.
Assisted by: Waqas Bin Hasan.
Author | Posts |
---|---|
December 14, 2022 at 1:25 pm #12650229 | |
tenzinJ |
Tell us what you are trying to do? Elementor site. Main lang. PL, additional lang. DE, EN and IT. On EN and DE sites all buttons works fine. On IT version: hidden link What is the link to your site? hidden link, hidden link, hidden link, hidden link |
December 15, 2022 at 12:16 pm #12657477 | |
Waqas Bin Hasan Supporter
Languages: English (English ) Timezone: Asia/Karachi (GMT+05:00) |
Hi, Thank you for contacting the support. I was able to see the problem. Looks like that some of the links may not have the translations. Can you check the translation of the page in editor? If you are using ATE then please try to search for the links in the search bar of the editor, as mentioned in the following guides - https://wpml.org/documentation/translating-your-contents/advanced-translation-editor/#main-features-of-the-advanced-translation-editor and see if the said links have their translated corresponding links available. On the other hand, also check that the target page/post has also been translated completely. See this guide on how to link already translated content https://wpml.org/faq/how-to-link-already-translated-pages/. Also check and scan for Link Targets (see screenshot). Please let me know if this helps resolve the issue. Or I'll try my best to further assist you on the matter. Regards. |
December 15, 2022 at 12:36 pm #12657591 | |
tenzinJ |
Hi! Many thanks. |
December 15, 2022 at 12:41 pm #12657697 | |
tenzinJ |
After some time links in IT version start working. I dont know why. I have another question: Why when I change something in the default version of any page in Elementor most of translation is gone and I need to fill whole page once again with translations? |
December 16, 2022 at 5:33 am #12662007 | |
Waqas Bin Hasan Supporter
Languages: English (English ) Timezone: Asia/Karachi (GMT+05:00) |
Hi, Glad that issue is resolved, looks like there may be a temporary caching problem. You may check your server caching or any caching plugin and adjust accordingly. On the other hand, you can also use WPML Troubleshooting options to clear caches, see https://wpml.org/documentation/support/wpml-troubleshooting-options/ for details. For the other issue, I see that the "WP Memory Limit" is set to 40M. WPML requires a memory limit of at least 128MB while 256MB is recommended. See https://wpml.org/home/minimum-requirements/ for detailed information. You can set WP Memory Limit in your wp-config.php file by adding following code: define( 'WP_MEMORY_LIMIT', '128M' ); define( 'WP_MAX_MEMORY_LIMIT', '256M' ); Please remember to add these lines before the line where it says: See https://wordpress.org/support/article/editing-wp-config-php/#increasing-memory-allocated-to-php for details. Increasing WP Memory may help improve the performance. I hope this may help dealing with the issue. However, if you continue to face this in the future, please feel free to open a new ticket so you get more relevant help on that. Because as per forum policy we can only handle one issue per ticket. So others looking for a particular solution can find it easily. Regards. |