Este usuário não tem tópicos favoritos.
Tópicos favoritos do fórum
Tópicos de fórum criados
Status |
Tópico
|
Apoiador | Vozes | Posts | Frescor |
---|---|---|---|---|---|
Custom post type slug redirects
Iniciado por: matejK-16
em: 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 ano, 7 meses atrás
matejK-16 |
||
WPML chat support ticket by matejK-16 – 1683286081
Iniciado por: matejK-16 em: English Support |
1 | 1 |
1 ano, 8 meses atrás
|
||
ACF field labels
Iniciado por: matejK-16
em: 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 ano, 9 meses atrás
matejK-16 |
||
WPML chat support ticket by matejK-16 – 1678194848
Iniciado por: matejK-16 em: Chat Support |
1 | 2 |
1 ano, 10 meses atrás
|
||
WPML switching status of translations
Iniciado por: matejK-16 em: English Support |
2 | 2 | 2 anos atrás | ||
When saving 100% translation loading icon shows and nothing happens
Iniciado por: matejK-16 em: English Support |
2 | 8 | 2 anos, 2 meses atrás | ||
Display
Iniciado por: matejK-16 em: English Support |
2 | 2 |
2 anos, 5 meses atrás
matejK-16 |