Cet utilisateur n'a pas de sujets favoris.
Sujets préférés du forum
Sujets de forum créés
Statut |
Sujet
|
Supporter | Les voix | Articles | Fraîcheur |
---|---|---|---|---|---|
Custom post type slug redirects
Démarré par: matejK-16
en: 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 |
Il y a 1 année et 8 mois
matejK-16 |
||
WPML chat support ticket by matejK-16 – 1683286081
Démarré par: matejK-16 en: English Support |
1 | 1 |
Il y a 1 année et 9 mois
|
||
ACF field labels
Démarré par: matejK-16
en: 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 |
Il y a 1 année et 10 mois
matejK-16 |
||
WPML chat support ticket by matejK-16 – 1678194848
Démarré par: matejK-16 en: Chat Support |
1 | 2 |
Il y a 1 année et 10 mois
|
||
WPML switching status of translations
Démarré par: matejK-16 en: English Support |
2 | 2 | Il y a 2 années | ||
When saving 100% translation loading icon shows and nothing happens
Démarré par: matejK-16 en: English Support |
2 | 8 | Il y a 2 années et 3 mois | ||
Display
Démarré par: matejK-16 en: English Support |
2 | 2 |
Il y a 2 années et 6 mois
matejK-16 |