To perform forum search or open new support ticket Go to the support page
Topic
|
Supporter | Voices | Posts | Freshness |
---|---|---|---|---|
Elementor Header footer broken after installing WPML plugin
1
2
Started by: gerardR-3
in: English Support
Problem: pcre.backtrack_limit configuration. We applied a workaround by adding the following code to the wp-config.php file: ini_set("pcre.backtrack_limit", 10000000); ini_set("pcre.jit", 1); This code increases the pcre.backtrack_limit and enables pcre.jit , which resolved the issue. More information about pcre.backtrack_limit can be found here. Please note that this solution might be irrelevant if it's outdated or not applicable to your case. If the problem persists, we highly recommend checking related known issues at WPML Known Issues, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If necessary, please open a new support ticket in the WPML support forum. |
|
2 | 18 | 1 year, 4 months ago |
Split: When using Advanced Translation Editor I am getting 404 error when translating page
Started by: janneR-5
in: English Support
Problem: If these steps do not resolve the issue or if the solution seems irrelevant due to being 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. Should you need further assistance, please do not hesitate to open a new support ticket in our support forum. |
|
2 | 9 | 1 year, 4 months ago |
Split: Issues with the slider
Started by: anikaN-2
in: English Support
Problem: Solution: Later, we resolved the issue on the Europe hotel page by removing the problematic block and adding the following custom XML code to WPML > Settings > Custom XML Configuration tab, to exclude the "Image Slider Block" content from translation: <wpml-config> <gutenberg-blocks> <gutenberg-block type="slider-block/slider-block" translate="0"> </gutenberg-block> </gutenberg-blocks> </wpml-config> This allowed the client to translate the Europe hotel page with the Advanced Translation Editor as well. For more information, refer to the documentation at https://wpml.org/documentation/support/language-configuration-files/make-custom-gutenberg-blocks-translatable/. Please note that this solution might be irrelevant if it's outdated or not applicable to your case. If you're still experiencing issues, we 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 persists, please open a new support ticket with us. |
|
2 | 4 | 1 year, 4 months ago |
Products reviews get deleted after adding new language and duplicating product to it
Started by: sebastiaanV-11
in: English Support
Problem: Solution: wp-content/plugins/woocommerce-multilingual/inc/class-wcml-comments.php . Around line 209, replace the code if ( $this->is_reviews_in_all_languages( $obj->query_vars['post_id'] ) ) { with the following code if ( $this->is_reviews_in_all_languages( $obj->query_vars['post_id'] ) && !isset( $_REQUEST["action"] ) ) { We emphasized the importance of backing up the database and website before making any changes. If this solution does not apply to your case, or if it seems outdated, we highly recommend checking the related known issues, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. Should you need further assistance, please open a new support ticket. |
|
3 | 11 | 1 year, 4 months ago |
Salient theme – Nectar slider: Internal links not pointing to translated content
Started by: bradC-7
in: English Support
Problem: Solution: 1. Edit the file /wp-content/plugins/salient-nectar-slider/includes/frontend/helpers.php 2. Around line 814, replace the existing code for button 1 URL with the following custom code: if ( ! empty( $button_1_text ) ) { // WPML Workaround for compsupp-7240 if (class_exists('Sitepress') && ! empty( $button_1_link ) ) { $current_lang = apply_filters( 'wpml_current_language', NULL ); $button_1_link = apply_filters( 'wpml_permalink', $button_1_link, $current_lang, true ); } $button_1_link = ! empty( $button_1_link ) ? $button_1_link : '#'; } 3. Apply the same workaround for button 2 URL around line 845 with similar custom code. Please note that this solution might be outdated or not applicable to your case. If it doesn't resolve your issue, we highly recommend checking related known issues, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If you still need assistance, please open a new support ticket. |
|
2 | 9 | 1 year, 4 months ago |
Can't translate generateblocks dynamic text
Started by: robinB-8
in: English Support
Problem: Solution: <wpml-config> <gutenberg-blocks> <gutenberg-block type="generateblocks/headline" translate="1"> <key name="gpDynamicTextBefore"></key> <key name="gpDynamicUpdatedDateBefore"></key> </gutenberg-block> </gutenberg-blocks> </wpml-config> After adding the code, the client should make a minor modification to the element containing the 'Last Update:' text, save it, and update its translation. The texts will then be available for translation and should be visible on the front end. If you're experiencing this issue, we recommend you try the provided solution. However, this solution might be irrelevant if it's outdated or not applicable to your case. We highly recommend checking related 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 persists, please open a new support ticket with us. |
|
2 | 9 | 1 year, 4 months ago |
English/Norwegian Languages
Started by: astridG-6
in: English Support
Problem: Solution: Please note that the solution provided might be outdated or not applicable to your case. If the solution does not resolve your issue, we highly recommend checking related known issues at WPML Known Issues, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If you still need assistance, please do not hesitate to open a new support ticket in the WPML support forum. |
|
2 | 6 | 1 year, 4 months ago |
Bug within filter made with WPML/ACF and WP grid builder
Started by: athinaK-2
in: English Support
Problem: Please note that the solution provided might be irrelevant if it's outdated or not applicable to the client's specific case. We highly recommend checking the related known issues, verifying the version of the permanent fix, and confirming that the latest versions of themes and plugins are installed. If the issue persists, the client should not hesitate to open a new support ticket for personalized assistance. Here is the link to the WPML support forum. |
|
2 | 5 | 1 year, 4 months ago |
Logo image does not adapt to English site
Started by: Rosevita Warda
in: English Support
Problem: Solution: If you're experiencing a similar issue with your logo not switching for different languages, we recommend following these steps to add the correct logo to the String Translation and specify the appropriate media ID for each language. Please note that this solution might be irrelevant if it's outdated or not applicable to your case. If the issue persists, we highly recommend checking the related known issues, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If you still need assistance, please open a new support ticket. |
|
2 | 9 | 1 year, 4 months ago |
Internal server error 500
Started by: jureD-3
in: English Support
Problem: Solution: functions.php file of your theme: add_filter('mod_rewrite_rules', 'fix_rewritebase'); function fix_rewritebase($rules){ $home_root = parse_url(home_url()); if ( isset( $home_root['path'] ) ) { $home_root = trailingslashit($home_root['path']); } else { $home_root = '/'; } $wpml_root = parse_url(get_option('home')); if ( isset( $wpml_root['path'] ) ) { $wpml_root = trailingslashit($wpml_root['path']); } else { $wpml_root = '/'; } $rules = str_replace("RewriteBase $home_root", "RewriteBase $wpml_root", $rules); $rules = str_replace("RewriteRule . $home_root", "RewriteRule . $wpml_root", $rules); return $rules; } 3. Re-save the permalinks from the Settings >> Permalinks page by pressing the Save Changes button. For more details, please refer to our documentation: https://wpml.org/faq/why-is-htaccess-getting-overwritten-with-the-language-folder-on-my-wpml-website/ If the solution provided here is not relevant due to being outdated or not applicable to your case, we encourage you to open a new support ticket. We also 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 further assistance is needed, please contact us in the WPML support forum. |
|
2 | 2 | 1 year, 4 months ago |
problems with credits
Started by: benK-12
in: English Support
Problem: If you're experiencing a similar issue with your automatic translation credits, we recommend checking your WPML account to ensure the credits are properly assigned. If the problem persists, please visit our known issues page (https://wpml.org/known-issues/) and confirm that you have the latest versions of themes and plugins installed. If the solution provided here is outdated or not applicable to your case, we encourage you to open a new support ticket for personalized assistance. You can do so by visiting the WPML support forum. |
|
2 | 3 | 1 year, 4 months ago |
Translations show up in site default language
Started by: erenK
in: English Support
Problem: Please be aware that this solution might not apply to your case if it's outdated or not relevant to your specific situation. If this is the case, we encourage you to open a new support ticket. We also 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 further assistance is needed, please contact us through the WPML support forum. |
|
2 | 8 | 1 year, 4 months ago |
Add 1 more license
Started by: sergueiM
in: English Support
Problem: We also mentioned that if this solution is not relevant due to being outdated or not applicable to the client's case, we recommend checking the related known issues, verifying the version of the permanent fix, and confirming that the latest versions of themes and plugins are installed. If the issue persists, the client should open a new support ticket. For further assistance, visit the WPML support forum. |
|
2 | 2 | 1 year, 4 months ago |
missing product category to translate
Started by: nataliaD
in: English Support
Problem: If this solution does not apply to your situation, or if it's outdated, we suggest opening a new support ticket. We also highly recommend checking related known issues, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If further assistance is needed, please contact us through the WPML support forum. |
|
2 | 3 | 1 year, 4 months ago |
Mobile is not showing in english version
Started by: CaghanY
in: English Support
Problem: Please note that the solution provided might be outdated or not applicable to your case. If the issue persists, we highly recommend checking the related known issues, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If you still need assistance, please open a new support ticket. |
|
2 | 9 | 1 year, 4 months ago |
This page includes support tickets that are resolved and documented. Looking for tickets that are “in progress”? Visit the complete support tickets archive