To perform forum search or open new support ticket Go to the support page
|
Topic
|
Supporter | Voices | Posts | Freshness |
|---|---|---|---|---|
|
Error on website
Started by: pamelaR-2
in: English Support
Problem: Solution: 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 don't hesitate to open a new support ticket. You can reach us through the WPML support forum. |
|
2 | 3 | 1 year, 10 months ago |
|
Custom post type slug redirects
Started by: matejK-16
in: English Support
Problem: Solution: If the issue persists, we provide an updated code snippet for the customer to try:
add_filter('parse_request', 'parse_test_fix');
function parse_test_fix($values)
{
if (isset($values->query_vars["error"]) && $values->query_vars["error"] == "404") {
$post_types = get_post_types( array(), 'objects' );
$pattern = '/\.[a-zA-Z0-9]+$/'
if ( ! preg_match( $pattern, $values->request ) ) {
$slug = explode( '/', $values->request );
foreach ( $post_types as $pt ) {
if ( isset( $pt->rewrite["slug"] ) && $pt->rewrite["slug"] === $slug['0'] ) {
$resolve = get_page_by_path( basename( untrailingslashit( $values->request ) ), OBJECT, $pt->name );
if ( $resolve ) {
unset ( $values->query_vars["error"] );
$values->query_vars["p"] = $resolve->ID;
break;
}
}
}
}
}
return $values;
}
We advise the customer that we cannot offer support for custom code and that if the code stops working in the future, we will not be able to fix it. However, we have created a support ticket in our internal system to improve this behavior in future versions. If the solution provided is not relevant because it is outdated or does not apply to your case, we recommend opening a new support ticket. We also strongly recommend reviewing the known issues, checking the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. |
|
2 | 13 | 1 year, 10 months ago |
|
Problem with automatic translation
1
2
Started by: naomiB-4
in: English Support
Problem: Solution: If the solution provided is not relevant to your case, because it might be outdated or not applicable, 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. If the issue persists, please open a new support ticket at our support forum. |
|
2 | 21 | 1 year, 10 months ago |
|
Hitting refresh page will bypass basket reset
Started by: jakobM-4
in: English Support
Problem: wp-content\plugins\woocommerce-multilingual\inc\class-wcml-cart-switch-lang-functions.php file on line 93. $woocommerce_wpml->cart->cart_alert( $dialog_title, $confirmation_message, $stay_in, $switch_to, $force_cart_url, $request_url, true );<br />update_option('wpmlsupp_11443_cart_switch_popup', true);4. Add the following code to your theme's functions.php file: add_action('wp', function(){<br /> global $wp;<br /><br /> if (!get_option('wpmlsupp_11443_cart_switch_popup')) {<br /> return;<br /> }<br /><br /> if (isset($_GET['force_switch'])) {<br /> delete_option('wpmlsupp_11443_cart_switch_popup');<br /> } else {<br /> delete_option('wpmlsupp_11443_cart_switch_popup');<br /> $current_url = home_url(add_query_arg(['force_switch' => '1'], $wp->request));<br /> wp_redirect($current_url);<br /> exit;<br /> }<br />});5. Clear your cache and check if the issue is resolved. Please remember to back up your database before performing the above steps. If this solution does not apply to your situation because it's outdated or not relevant 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. If you still need assistance, please do not hesitate to open a new support ticket with us. |
|
2 | 10 | 1 year, 10 months ago |
|
Memberships are not shown
Started by: ericH-23
in: English Support
Problem: Solution: If you're experiencing a similar issue, we recommend checking the compatibility of WooCommerce Memberships with WPML and trying the setting "Translatable - use translation if available or fallback to default language" to see if it resolves the problem. Please note that this solution might be irrelevant due to being outdated or not applicable to your case. If the issue persists, 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 with us. |
|
2 | 3 | 1 year, 10 months ago |
|
Block Editor Page Template not staying assigned
Started by: alfredoM-20
in: English Support
Problem: Solution: 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 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 needed, please open a new support ticket with us for further assistance. |
|
2 | 2 | 1 year, 10 months ago |
|
Content of text editor block is not translated-Woocommerce thank you page plugin
Started by: moschoulaK
in: English Support
Problem: Solution:
If the solution provided here is not relevant to your case, because it might be outdated or not applicable, we recommend opening a new support ticket. We also highly suggest 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. For further assistance, please visit our support forum. |
|
2 | 2 | 1 year, 10 months ago |
|
Duplicate and automatic contents
Started by: emielF
in: English Support
Problem: estate_property entity. When a homeowner adds a property on the site in a language other than the default (English), the property is assigned to that language and becomes invisible in the homeowner's profile when switching languages. Additionally, when properties are created in English, WPML automatically creates duplicates in other languages, but homeowners must manually delete each translated property one by one. Solution:
Please note that the solution provided might be outdated or not applicable to your case. 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 the issue persists, please do not hesitate to open a new support ticket. You can do so by visiting the WPML support forum. |
|
2 | 3 | 1 year, 10 months ago |
|
page sync error
Started by: huseyink-5
in: English Support
Problem: define( 'WPML_TRANSLATION_AUTO_UPDATE_ENABLED', false ); Before making any changes, it is crucial to back up the database. 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 the problem continues, please do not hesitate to open a new support ticket with us. |
|
2 | 6 | 1 year, 10 months ago |
|
Site unregistered as a production site
Started by: realvncL
in: English Support
Problem: Please note that the solution might be irrelevant if it's outdated or not applicable to your case. If the issue persists, 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 necessary, please open a new support ticket for further assistance. |
|
2 | 2 | 1 year, 10 months ago |
|
translate header image background
Started by: Arwut
in: English Support
Problem: Solution: // Get the current language
$my_current_lang = apply_filters( 'wpml_current_language', NULL );
// If Thai language is selected
if( $my_current_lang == 'th' ) {
// Thai language HTML/URL goes here
}
// If English language is selected
elseif( $my_current_lang == 'en' ) {
// English language HTML/URL goes here
}For more details, check the documentation: https://wpml.org/wpml-hook/wpml_current_language/ 2. Wrap the image URL in the gettext function. Follow these steps: If the solution provided does not resolve your issue or if it 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. If you still need assistance, please open a new support ticket: https://wpml.org/forums/forum/english-support/ |
|
2 | 5 | 1 year, 10 months ago |
|
Overwrite page content spinning wheel
Started by: maxineE-2
in: English Support
Problem: Please note that the solution provided might be irrelevant if it's outdated or not applicable to your case. If the issue persists, we highly recommend checking related known issues on our Known Issues page, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If you still need help, please don't hesitate to open a new support ticket with us. |
|
2 | 4 | 1 year, 10 months ago |
|
In progress translations and site migration
Started by: marketingD-8
in: English Support
Problem: If this solution does not apply to your situation because it might be outdated or not relevant to your case, 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 you need further assistance, please contact us in the WPML support forum. |
|
2 | 2 | 1 year, 10 months ago |
|
Display feature image from custom taxonomy created with ACF & Bricks Builder
Started by: ludovicC-2
in: English Support
Problem: If you're experiencing a similar issue, we recommend you try manually editing the translated taxonomy and saving it. However, 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 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 you still need assistance, please open a new support ticket at our support forum. |
|
2 | 11 | 1 year, 10 months ago |
|
Some translated pages are rejected by google as it shows 404 error
Started by: yassera-9
in: English Support
Problem: Solution: |
|
2 | 15 | 1 year, 10 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