هذا المستخدم ليس لديه مواضيع مفضلة.
مواضيع المنتدى المفضلة
تم إنشاء مواضيع المنتدى
الحالة |
عنوان
|
مؤيد، مشجع، داعم | أصوات | المقالات | نضارة |
---|---|---|---|---|---|
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 سنة، 9 أشهر
matejK-16 |
|
WPML chat support ticket by matejK-16 – 1683286081
بدأ ب: matejK-16 في: English Support |
1 | 1 |
قبل 1 سنة، 10 أشهر
|
||
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 سنة، 11 شهر
matejK-16 |
|
WPML chat support ticket by matejK-16 – 1678194848
بدأ ب: matejK-16 في: Chat Support |
|
1 | 2 |
قبل سنتين
|
|
WPML switching status of translations
بدأ ب: matejK-16 في: English Support |
|
2 | 2 | قبل سنتين، شهرين | |
When saving 100% translation loading icon shows and nothing happens
بدأ ب: matejK-16 في: English Support |
|
2 | 8 | قبل سنتين، 4 أشهر | |
Display
بدأ ب: matejK-16 في: English Support |
|
2 | 2 |
قبل سنتين، 7 أشهر
matejK-16 |