Polylang is one of the most well known multilingual plugins for Wordpress
Questions tagged [polylang]
217 questions
0
votes
1 answer
Wordpress: Polylang and ACF Options page on ajax calls takes default language value
I'm working on a website, which is multilingual.
We're using Polylang and the ACF custom fields plugin.
Works fine in general, the issue is with the ACF Option pages.
The option pages are translated also in different languages.
The content we…

RincewindAssoc
- 78
- 1
- 10
0
votes
1 answer
how to translate the homepage with polylang?
I use Polylang plugin to translate my English WordPress website to German, I was able to translate the pages and the posts I couldn't translate the homepage.
I use a static page for my homepage, I tried translating it but whenever I do changes the…

oday banihani
- 35
- 1
- 5
0
votes
3 answers
Carousel not displaying when using Polylang plugin
I have used Polylang plugin for my Wordpress site which is having 2 languages English & Arabic. I have a carousel in one page which is working perfectly in english page. The same carousel on Arabic page is not visible. Only the navigation arrows are…

Aruna Jithin
- 97
- 2
- 3
- 13
0
votes
1 answer
How to disable image link when site toggles to other language?
I'm trying to disable an image link when the site navigates out of the original language. Its wordpress and I'm using Polylang to translate.
The site is in Portuguese, English, Deutsh and French. I have a widget that is located in a common wrap no…

JohnnyF
- 5
- 4
0
votes
1 answer
polylang auto switch language by user data
There is a site with installed and created two languages - english and italian.
From the user I get information from which country he is in the format - 'en', 'it'
Tell me how to set the site language for the user based on the received data.
Or make…

Max Vasilev
- 1
- 3
0
votes
1 answer
HTTP 500 error after installing Polylang plugin in WordPress
I have installed Polylang plugin in my WordPress website. But once I activates the plugin then WordPress admin panel is showing HTTP 500 error. Frontend of the website is opening fine.
I have tried by increasing memory_limit to 256M in wp-config…

Dipendu
- 15
- 8
0
votes
1 answer
wp divi nav-menu add polylang dropdown
The WP has installed DIVI theme and Polylang plugins. There are two languages, all pages published (translations included).
I created the second language menu and could not find the dropdown/switch when I did create it. Then I went to appearance and…

Underfunk
- 57
- 2
- 9
0
votes
1 answer
prev / nex post links does not work if polylang custom post traslations is on
As I wrote in the title, custom posts previous, and next_post_links are working fine, but if I activate polylang-s custom post traslations, they do not work anymore
This is the code:
…

Botond Vajna
- 1,295
- 1
- 10
- 22
0
votes
2 answers
Changing logo on specific language
I have this multilingual website. Is there a way I can change the logo to a different logo after I switch to "Arabian?"
I am using Polylang plugin at the moment and this is what I have scrummed together:
if (pll_default_language() == 'lang1') { ?>
…

upss1988
- 173
- 3
- 14
0
votes
0 answers
Polylang and bulk Products translation in Woocommerce
I have a woocommerce website with more than 1500 products. Now we have bought Polylang Pro for Woocommerce in order to add a new language on the website.
My question is, how can I translate all products in one shot?
The only way that I can see is…

marco
- 13
- 2
0
votes
0 answers
Set different page for logged in and guest user in wordpress with polylang support
if( is_user_logged_in() ) {
$page = pll_get_post(1713);
update_option( 'page_on_front', $page->ID );
update_option( 'show_on_front', 'page' );
}
else {
$page = pll_get_post(4142);
update_option( 'page_on_front', $page->ID );
…

Prakash Poudel
- 1
- 2
0
votes
1 answer
Using PolyLang to update keywords in shopping cart (AJAX/WooCommerce)
With help from this thread I've got a function working that displays and updates the amount and total price of the shopping cart in WooCommerce with AJAX. The problem I didn't think off was that I use PolyLang on the site and therefore would like…

tobiasg
- 983
- 4
- 17
- 35
0
votes
1 answer
Wordpress - Polylang - Missing home page
I'm using Polylang to make my blog available in 6 languages. Globally it's working very well but I have one issue that I have not managed to solve. I posted it in the Wordpress area but got no response.
Default language is FR which means that the…

Laurent
- 1,465
- 2
- 18
- 41
0
votes
0 answers
wordpress polylang Custom Select Query
I'm trying to translate this
$loop = new WP_Query(array(
'post_type' => 'YOUR_CUSTOM_TYPE_SLUG',
'lang' => 'en', // use language slug in the query
// 'lang' => '', // query posts in all languages
'paged' =>…

Rom
- 109
- 2
- 13
0
votes
0 answers
How add extra menu on top?
I created menu (in photo "2")
how to create additional sticky menu (in photo 1) with language swithcer and telephone/email?

i press 95
- 41
- 6