Este usuário não tem tópicos favoritos.
Tópicos favoritos do fórum
Tópicos do fórum criados
| Status |
Tópico
|
Suporte | Vozes | Posts | Atualidade |
|---|---|---|---|---|---|
|
Product field description in Gravity Forms shows only default language text in order summary, not WP…
Iniciado por: einkaufZ em: English Support |
|
1 | 5 | 2 dias, 20 horas atrás | |
|
Gravity Forms Multilingual – Form submit button condition not working and field description not tran…
Iniciado por: einkaufZ em: Chat Support |
|
0 | 4 | 1 semana, 2 dias atrás | |
|
Gravity Forms: Confirmation redirection in other language than default language doesn’t use the url…
1
2
3
Iniciado por: einkaufZ
em: English Support
Problem: /wp-content/plugins/FHWPLoginRedirect/FHWPLoginRedirect.php file within the my_login_page function, which incorrectly handles URL parameters during redirections for different languages. To resolve this, replace the existing function with the following code: add_filter('login_url', 'my_login_page', 10, 3);<br />function my_login_page($login_url, $redirect, $force_reauth) {<br /> $request_redirect = '';<br /> if (isset($_GET['redirect_to']) && $_GET['redirect_to'] !== '') {<br /> $request_redirect = wp_unslash($_GET['redirect_to']);<br /> }<br /> $existing_redirect = '';<br /> $login_parts = wp_parse_url($login_url);<br /> if (!empty($login_parts['query'])) {<br /> parse_str($login_parts['query'], $q);<br /> if (!empty($q['redirect_to'])) {<br /> $existing_redirect = $q['redirect_to'];<br /> }<br /> }<br /> $target = $request_redirect ?: ($redirect ?: $existing_redirect);<br /> $target_path = '';<br /> if (!empty($target)) {<br /> $tp = wp_parse_url($target);<br /> $target_path = $tp['path'] ?? '';<br /> } else {<br /> $target_path = wp_parse_url($_SERVER['REQUEST_URI'] ?? '')['path'] ?? '';<br /> }<br /> $is_en = (strpos($target_path, '/en/') === 0)<br /> || (strpos($_SERVER['REQUEST_URI'] ?? '', '/en/') === 0);<br /> $base = $is_en ? home_url('/en/login-registration/') : home_url('/login/');<br /> if (empty($request_redirect) && !empty($target_path)) {<br /> if ($is_en && strpos($target_path, '/en/login-registration/') === 0) {<br /> return $base;<br /> }<br /> if (!$is_en && strpos($target_path, '/login/') === 0) {<br /> return $base;<br /> }<br /> }<br /> if (!empty($target)) {<br /> $base = add_query_arg('redirect_to', $target, $base);<br /> }<br /> if ($force_reauth) {<br /> $base = add_query_arg('reauth', '1', $base);<br /> }<br /> return $base;<br />}Please implement this solution and verify if it resolves your issue. If this solution does not apply to your case or seems outdated, we 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 further assistance is needed, please open a new support ticket at WPML support forum. |
|
1 | 36 | 1 mês, 1 semana atrás | |
|
Reopen a ticket
Iniciado por: einkaufZ em: Chat Support |
|
0 | 2 | 1 mês, 2 semanas atrás | |
|
Reopen a ticket
Iniciado por: einkaufZ em: Chat Support |
|
0 | 2 | 1 mês, 2 semanas atrás | |
|
Gravity Forms Multilingual: Problem with “GP Inventory” by GravityWiz
Iniciado por: einkaufZ em: English Support |
|
1 | 8 | 6 meses atrás | |
|
Gravity Forms Multilingual – Language information at entries list / hidden field / conditions / expo…
Iniciado por: einkaufZ em: Chat Support |
|
1 | 2 | 7 meses, 2 semanas atrás | |
|
Multisite installation – need just on one subsite – how many site licenses?
Iniciado por: einkaufZ em: Chat Support |
|
0 | 2 | 7 meses, 3 semanas atrás | |
|
Your site can’t communicate with https://api.wpml.org/. Code 403.
Iniciado por: einkaufZ
em: Unterstützung in Deutsch
Problem:
Versuchen Sie danach, WPML auf Ihrer Website zu registrieren und sehen Sie, ob das Problem dadurch gelöst wird. Diese Lösung könnte irrelevant sein, entweder weil sie veraltet ist oder nicht auf Ihren Fall zutrifft. Wir empfehlen Ihnen, die bekannten Probleme zu überprüfen, die Version der dauerhaften Lösung zu verifizieren und zu bestätigen, dass Sie die neuesten Versionen von Themes und Plugins installiert haben. Wenn das Problem weiterhin besteht, eröffnen Sie bitte ein neues Support-Ticket im WPML-Support-Forum. |
|
0 | 5 | 8 meses, 3 semanas atrás | |
|
Your site can't communicate with https://api.wpml.org/. Code 403.
Iniciado por: einkaufZ
em: English Support
Problem: |
|
2 | 14 | 1 ano, 4 meses atrás |