Este usuario no tiene temas favoritos.
Temas favoritos del foro
Temas del foro creados
Estado |
Tema
|
Colaborador | Voces | Entradas | Frescura |
---|---|---|---|---|---|
Custom post type slug redirects
Iniciado por: 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 |
hace 1 año, 8 meses
matejK-16 |
|
WPML chat support ticket by matejK-16 – 1683286081
Iniciado por: matejK-16 en: English Support |
1 | 1 |
hace 1 año, 9 meses
|
||
ACF field labels
Iniciado por: 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 |
hace 1 año, 10 meses
matejK-16 |
|
WPML chat support ticket by matejK-16 – 1678194848
Iniciado por: matejK-16 en: Chat Support |
|
1 | 2 |
hace 1 año, 11 meses
|
|
WPML switching status of translations
Iniciado por: matejK-16 en: English Support |
|
2 | 2 | hace 2 años, 1 mes | |
When saving 100% translation loading icon shows and nothing happens
Iniciado por: matejK-16 en: English Support |
|
2 | 8 | hace 2 años, 3 meses | |
Display
Iniciado por: matejK-16 en: English Support |
|
2 | 2 |
hace 2 años, 6 meses
matejK-16 |