У этого пользователя нет избранных тем.
Избранные темы форума
Созданные темы форума
| Статус |
Тема
|
Специалист поддержки | Голоса | Сообщения | Свежесть |
|---|---|---|---|---|---|
|
Product field description in Gravity Forms shows only default language text in order summary, not WP…
Начато: einkaufZ в: English Support |
|
1 | 5 | 6 дней, 8 часов назад | |
|
Gravity Forms Multilingual — Form submit button condition not working and field description not tran…
Начато: einkaufZ в: Chat Support |
|
0 | 4 | 1 неделя, 6 дней назад | |
|
Gravity Forms: Confirmation redirection in other language than default language doesn’t use the url…
1
2
3
Начато: einkaufZ
в: 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 месяц, 1 неделя назад | |
|
Reopen a ticket
Начато: einkaufZ в: Chat Support |
|
0 | 2 | 1 месяц, 2 недели назад | |
|
Reopen a ticket
Начато: einkaufZ в: Chat Support |
|
0 | 2 | 1 месяц, 2 недели назад | |
|
Gravity Forms Multilingual: Problem with «GP Inventory» by GravityWiz
Начато: einkaufZ в: English Support |
|
1 | 8 | 6 месяцев назад | |
|
Gravity Forms Multilingual — Language information at entries list / hidden field / conditions / expo…
Начато: einkaufZ в: Chat Support |
|
1 | 2 | 7 месяцев, 3 недели назад | |
|
Multisite installation — need just on one subsite — how many site licenses?
Начато: einkaufZ в: Chat Support |
|
0 | 2 | 8 месяцев назад | |
|
Your site can’t communicate with https://api.wpml.org/. Code 403.
Начато: einkaufZ
в: 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 месяцев, 3 недели назад | |
|
Your site can't communicate with https://api.wpml.org/. Code 403.
Начато: einkaufZ
в: English Support
Problem: |
|
2 | 14 | 1 год, 4 месяца назад |