ผู้ใช้รายนี้ไม่มีหัวข้อที่ชื่นชอบ.
หัวข้อฟอรั่มที่ชื่นชอบ
สร้างหัวข้อฟอรัมแล้ว
สถานะ |
หัวข้อ
|
ผู้สนับสนุน | เสียง | กระทู้ | ความสดชื่น |
---|---|---|---|---|---|
WPML vs Object Cache Pro
เริ่มโดย: matejK-16
ใน: English Support
Problem: wpml-non-persistent-cache.php and added to the mu-plugins subfolder inside wp-content . This plugin helps prevent persistent caching issues that might be blocking the translation triggers. If this solution does not resolve the issue or seems outdated, 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 problems persist, please open a new support ticket at WPML support forum for further assistance. |
|
2 | 4 | 4 months, 1 weeks มาแล้ว | |
ACFML Uncaught TypeError: count() in HashCalculator L65
เริ่มโดย: matejK-16
ใน: English Support
Problem: Please note that this solution might be outdated or not applicable to your case. If after following these steps 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 | 12 | 10 months, 1 weeks มาแล้ว | |
Unable to scan theme for new strings
เริ่มโดย: matejK-16
ใน: English Support
Problem: Solution: We asked the client to provide temporary access to their WP-admin for further investigation and to confirm if their theme would work in a standard WordPress folder installation. We set up a sandbox site for the client to upload their theme to test if the issue persisted there. We also suggested setting up a staging site with a default WP folder structure to check if the issue was related to the custom configuration of the client's server. It was confirmed that the issue wasn't happening on a WordPress default folder setup, but only in the custom folder configuration. If you're experiencing a similar issue, we recommend checking your theme's style.css header, disabling any redirections, and testing your theme in a standard WordPress folder installation. If these steps do not resolve the issue, please consider setting up a staging site with a default WP folder structure to rule out server configuration issues on the client's server. Please note that the solution provided might be 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. |
|
2 | 16 | 1 years มาแล้ว | |
Custom post type slug redirects
เริ่มโดย: matejK-16
ใน: 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 years มาแล้ว | |
WMPL and Sitepress queries slowing down the website rapidly
เริ่มโดย: matejK-16 ใน: English Support |
|
2 | 10 | 1 years, 1 months มาแล้ว | |
Translations break after change in blocks on the original version of the page
เริ่มโดย: matejK-16 ใน: English Support |
|
2 | 11 | 1 years, 6 months มาแล้ว | |
Switching language domains very slow
เริ่มโดย: matejK-16 ใน: English Support |
|
2 | 4 | 1 years, 6 months มาแล้ว | |
Unable to save multilingual content setup field options
เริ่มโดย: matejK-16 ใน: English Support |
|
2 | 6 | 1 years, 7 months มาแล้ว | |
wpml_cross_domain_language_data filter not working
เริ่มโดย: matejK-16
ใน: English Support
Problem: |
|
2 | 17 | 1 years, 9 months มาแล้ว | |
Custom post type slug redirects
เริ่มโดย: matejK-16
ใน: English Support
Problem: Solution: - Add the following code to your child theme functions.php add_filter('parse_request', 'parse_test_fix'); function parse_test_fix($values){ if (isset($values->query_vars["error"]) && $values->query_vars["error"] == "404"){ $types = get_post_types(); foreach ($types as $key => $value) { $resolve = get_page_by_path( basename( untrailingslashit( $values->request ) ), OBJECT, $value ); if ($resolve){ unset ($values->query_vars["error"]); $values->query_vars["p"] = $resolve->ID; break; } } } return $values; } Relevant Documentation: |
|
2 | 15 |
1 years, 9 months มาแล้ว
matejK-16 |
|
WPML chat support ticket by matejK-16 – 1683286081
เริ่มโดย: matejK-16 ใน: English Support |
1 | 1 |
1 years, 10 months มาแล้ว
|
||
ACF field labels
เริ่มโดย: matejK-16
ใน: English Support
Problem: Solution: However, we have found a solution that excludes the Field Groups strings from translation, please try the workaround described in our errata page: https://wpml.org/errata/advanced-custom-fields-multilingual-the-group-fields-title-and-labels-are-translatable-by-default/ (after making sure to have a backup). Relevant Documentation: |
|
2 | 10 |
1 years, 11 months มาแล้ว
matejK-16 |
|
WPML switching status of translations
เริ่มโดย: matejK-16 ใน: English Support |
|
2 | 2 | 2 years, 2 months มาแล้ว | |
When saving 100% translation loading icon shows and nothing happens
เริ่มโดย: matejK-16 ใน: English Support |
|
2 | 8 | 2 years, 4 months มาแล้ว | |
Display
เริ่มโดย: matejK-16 ใน: English Support |
|
2 | 2 |
2 years, 7 months มาแล้ว
matejK-16 |