susox
Forum Replies Created
-
Forum: Plugins
In reply to: [Polylang] Redirecting from-to URLs with query stringsSadly no.
I will contact them and see if I can provide my own version to enhance Polylang compatibility.
Forum: Plugins
In reply to: [Polylang] Redirecting from-to URLs with query stringsSure, link
All 6 pages are translated, no plus (+) signs just checks and pencils.
Remember that the translation process works for all the pages when they are in full-width mode (calling manually their permalink “https://<baseURL>/contact”).
What I want to achieve is the same behavior on the OnePage layout, when the URL has the following format “https://<baseURL>/?page=contact”.
And of course I want to avoid the “Sorry, no posts matched your criteria” message when using directly the URL with format “https://<baseURL>/de/?page=kontakt” for my translated pages (because it works fine in the default language):
- This works: Contact Page
- This does not work: Kontakt page although if you go first to Startseite and then click “Kontakt” in the left menu, the slide transition is triggered correctly. The German menu items are pages (no custom links) set like this and I am only assuming that the theme in the background changes their links later to a format with mix of anchor points (#chapterkontakt) and query strings (/?page=kontakt)
Cheers!
Forum: Plugins
In reply to: [Polylang] Redirecting from-to URLs with query stringsHey!
Yup, the static page is selected https://prntscr.com/ap918x
Forum: Plugins
In reply to: [Google No CAPTCHA reCAPTCHA by WisdmLabs] multi-language labelthanks!
Forum: Plugins
In reply to: [Google No CAPTCHA reCAPTCHA by WisdmLabs] multi-language labelSo, I managed to add in “class-wdm-contact-form-7-public.php” (line 222) the following code:
if (get_locale() == "es_ES") { $language_code = "es"; }
is there any less intrusive approach?
thanks!