Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Homepage - Russian - Contact page reirection incorrect #200

Closed
ghost opened this issue Feb 16, 2023 · 3 comments
Closed

Homepage - Russian - Contact page reirection incorrect #200

ghost opened this issue Feb 16, 2023 · 3 comments
Assignees

Comments

@ghost
Copy link

ghost commented Feb 16, 2023

Description:
In "Могу ли я просто заказать предварительно заряженную карту или устройство?" section, while clicking on "свяжитесь" it gets redirects in contact page for English language.

Severity:
Major

Priority:
High

Device, OS and Browser Details:
All

Steps To Reproduce:

  • Visit the site URL.
  • Observe the top header bar.
  • Click on Русский.
  • Hover on Скачать Kiwix Reader.
  • Click on Доступ к карточному магазину.
  • Scroll down to Могу ли я просто заказать предварительно заряженную карту или устройство?
  • Click on it.
  • Hover on свяжитесь.
  • Click on it.
  • Observe the expected result.

Expected Result:
On clicking on "свяжитесь", respective page should open in the Russian language.

Actual Result:
On clicking on "свяжитесь" it gets redirects in contact page for English language.

Screenshot/Video:
218395929-bcbabd32-13a7-4b78-ade5-19c8b47ed73c.webm

@ghost ghost changed the title Homepage - Russian - Contact page is not added.#39 Homepage - Russian - Contact page is not added Feb 16, 2023
@ghost ghost changed the title Homepage - Russian - Contact page is not added Homepage - Russian - Contact page reirection incorrect Feb 16, 2023
@savin8305
Copy link

Expected Result:
When clicking on "свяжитесь", the respective page should open in the Russian language.

Actual Result:
Clicking on "свяжитесь" redirects to the contact page in English language.

This only occurs when the link is redirected in a new tab, not in the same tab.
This issue can be resolved by using a redirect type, such as a 301 permanent redirect in server-side configuration, when the URL is clicked.

Alternatively, we can include the language code as part of the URL for the contact page (e.g. http://www.example.com/ru/contact.html) and ensure that the link for "свяжитесь" points to the Russian contact page URL. This way, when the user clicks on the link, they will be taken directly to the Russian contact page without the need for a redirect type in server-side configuration.

@Popolechien
Copy link
Member

Ok the problem is that we didn't have a page in Russian for contact. Fixed now.

@savin8305
Copy link

savin8305 commented Apr 4, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants