Polylang is one of the most well known multilingual plugins for Wordpress
Questions tagged [polylang]
217 questions
0
votes
0 answers
Why can Polylang render content in a random language on page refresh?
An extremely strange problem arose, I have a site https://uden-s.org/uk/ where I implemented multilingualism through polylang pro + their add-on for woo.
Everything works, but a quick view of the product (switchy look) when you hover over the card…

Юрий
- 1
0
votes
0 answers
0
votes
0 answers
Polylang Plugin changes layout
I built a a simple wordpress theme using the _underscores Theme.
I downloaded and activated the Polylang plugin in my dashboard and it seems to change the style of all the content, especially on smaller screens.
e. g. i am using flexbox to display a…

Erzes
- 1
- 2
0
votes
0 answers
Gatsby 5 slice api + WordPress + Polylang - problem with slices for /404.html template
I'm having a hard time with slices interferring with my /404.html template
I am building a Gatsby + WordPress + Polylang site (multilingual)
I have created some multilingual Header / footer menus in slices which I pass to my createPage
I have…
0
votes
0 answers
How to setup same homepage url with language url in Multilingual Wordpress
I have a difficulty I how to setup same homepage url (from logo) with language url in Wordpress using Polylang plugin.
So, the homepage logo url is using maindomain.com, meanwhile homepage for language urls are using maindomain.com/en/ and…

amrilio
- 3
- 3
0
votes
0 answers
How do I create my own custom polylang language switcher?
so I don't want to use the built-in options Polylang gives us to display the language switcher. I basically want to to develop my own dropdown language switcher. I don't like polylang's version, as it has the browser's specific styling.
I know how…

Jana Lux
- 147
- 8
0
votes
0 answers
ACF fields are not being displayed on translated pages when using Polylang
I have a simple website build with ACF (free version). I have just some text fields. Now I want to have that website available in multiple languages, so I installed and set up the Polylang Plugin. But when I create the translated pages, my ACF…

Jana Lux
- 147
- 8
0
votes
1 answer
Impossible to add a new language
After a clean install of Polylang (v 3.3.1) on Wordpress (6.1.1 up to date), I can add any language via the 'Add a new language' button.
The error message is : impossible to add an new language.
It is impossible for me also to add a new language via…

G.Lebret
- 2,826
- 2
- 16
- 27
0
votes
0 answers
wordpress polylang bug, edit one post changes other posts too
I'm trying to fix a bug in production, and I'm so desperate.
I'm using WordPress and Polylang plugins and the Redis_object_cache plugin.
the problem is:
When I make new content and translate it when I edit the translated post, the original content…

Raskul
- 1,674
- 10
- 26
0
votes
0 answers
Wordpress translation pages URL have multiple language codes : polylang
We use polylang to support translations. After configuring the menu (Appearance -> Menus) we notice that the URL contains multiple language codes: e.g. /fr-fr/fr_fr
Any idea on how we can avoid adding the "fr_fr" part to the URL?

Sampath
- 1,173
- 18
- 29
0
votes
0 answers
Update post terms in each languages by code
who can hellp with this, i need create post from code, by wp_insert_post
function, so what is going on:
I creating post on each existing laguages, then i update all needed fields and i need to set post term depened of current language.
I have terms…

Dio ZX
- 1
0
votes
1 answer
Polylang on Wordpress site built with Timber won't switch author bios
I have a Wordpress site built on Timber/twig that uses Polylang to show different posts based on the language.
The posts show fine in the different languages, but the author bios that are loaded with:
{{ author.description }}
or
{{…

Aaron
- 237
- 1
- 7
0
votes
0 answers
ACF Form with Polylang - duplicated form
I am using this function to render form in frontend.
acf_form(['id' => 'onboarding',
'post_id' => 'new_post',
'new_post' => array(
'post_type' => 'onboarding_form',
'post_title' => "$current_user->user_email…

Filip Podhorský
- 1
- 1
0
votes
0 answers
WordPress: Polylang hreflang attribute disappears after using Revisionize
I'll try to be brief. I have been using Revisionize for some time, a very convenient plugin that allows you to create a draft of an article that has already been published, work on it when you want and finally publish it, thus overwriting the…

FabyKennedy
- 11
- 3
0
votes
1 answer
Archive Page Template returns posts instead of page content on Polylang second language
I have an issue with Polylang and custom archive page template. On my main language my archive page shows page content but on second language it starts looping trough posts.

in2d
- 544
- 9
- 19