220 questions
2
votes
2
answers
88
views
Changing Footer Page in Wordpress according to Language set by Polylang
My theme (Novo Theme) lets you create pages as footers.
I created a footer in German and one in English and linked them in polylang.
In Polylang Settings > Custom post types and Taxonomies I ...
0
votes
1
answer
46
views
Rewrite rules breaking Wordpress Elementor page edition / Polylang
I have a Wordpress website (not publicly open for the moment, I'm finishing the dev).
I'm using Wordpress 6.7.2, Elementor Pro 3.28.2, Polylang 3.6.7.
I have some issues with my rewrite rules (...
1
vote
2
answers
127
views
How to translate the header in Wordpress using Polylang and Editor
I have just finished translating my personal website into French, English and Greek using the Polylang plugin in Wordpress.org, following this method described here: https://stackoverflow.com/beta/...
0
votes
0
answers
15
views
nodeByUri returns null in GraphQL when Polylang "Translate Archive" is enabled
I have a headless WordPress setup with the following stack:
Backend:
WordPress Bedrock
Sage 10
WPGraphQL
Polylang Pro
Frontend:
Next.js
Faust.js
I have a custom post type (CPT) called "...
0
votes
1
answer
46
views
Polylang language switcher appears twice
I'm trying to put a Polylang language switcher in PHP to appear in the header of a webpage with a shortcode. I get the switcher where I insert the shortcode, but also appears at the top of the webpage....
0
votes
0
answers
12
views
problem with Polylang flag in my English pages
I have a problem with Polylang flag in my English pages.
Wordpress is installed locally, I first call up the German page and now want to switch to the English page
suddenly the DE flag is displayed ...
0
votes
0
answers
23
views
How to overwrite default block theme for blog posts page
We have a block theme and a child theme.
The block editor also allows to create themes to be saved on database, not physically on the disk (on theme folder).
And the theme we use seems to be created ...
0
votes
0
answers
36
views
translate slugs in polylang plugin
i created custom post type with custom taxonemy , i added the following function to rewrite link but it not working
add_action('template_redirect', 'redirect_old_office_url');
function ...
0
votes
0
answers
51
views
WordPress "Polylang", wrong URL direction
Here's the problem:
I'm using the "Language Switcher" plugin by Polylang in WordPress, and I'm repeatedly being redirected to the wrong URL (website). I duplicated the main page and the menu ...
0
votes
0
answers
27
views
Changing Custom Footer with Polylang on JupiterX theme
Actually I will write the solution. I couldn't find the solution anywhere for JupiterX so probably someone also looking for this solution.
I prepared this solution for Turkish and English. So before ...
0
votes
1
answer
49
views
Polylang Removes Slash from French Product URLs (e.g., /frproduct-name/ instead of /fr/product-name/)
I’m using Polylang on my WordPress site, but only French product URLs are losing their slashes on load. For example, https://www.lasercutter-vergleichen.de/fr/product-name/ changes to https://www....
0
votes
0
answers
113
views
problems with using Tutor LMS in multilingual websites
Hi I am currently building a free multilingual educational website on WordPress and using the lms tutor plugin to manage lessons and students. I am using the polylang plugin to translate the pages of ...
0
votes
0
answers
89
views
Website audit error: "Confirmation (return) links missing on hreflang pages" despite hreflang being implemented in WordPress
I'm facing an issue with my website audit where I'm receiving an error: "Confirmation (return) links missing on hreflang pages."
My website is built using WordPress and is multilingual. I'm ...
0
votes
0
answers
62
views
GraphQL to query Wordpress page by URI and language
I'm running Wordpress with Polylang for i18n headless with GraphQL and Astro and I would like to query Wordpress for a page by URI and language.
What I've come up with is to be able to query a page by ...
0
votes
2
answers
154
views
Send Email Notification given the language in which the order was placed
I am working on sending email notifications in the language in which the order was placed, using Polylang. Currently, my email notifications are sent in the language of the user who triggered these ...