Quantcast
Channel: polylang – WordPress.org Forums
Viewing all 11471 articles
Browse latest View live

Error 500 admin-ajax.php

$
0
0

I have a WordPress 4.8 site with WooCommerce 3.0 and Polylang 2.1.5 and using a Traveler theme.
I have noticed that if I activate the Polylang plugin, some features like calendar in my Traveler theme stops working and it gives me the following error: Error 500 admin-ajax.php
Could you suggest any solution?


Menu depends on site language.

$
0
0

Hello,
I’m using Free version of Responsive Menu plugin and Polylang module to translate the site. Both are up to date but I cannot understand how to use two different menus depends on site language. I saw this thread: https://wordpress.org/support/topic/different-menu-for-another-language/ but I do not get it where should I set the menu-slug to get this to work. In the Responsive Menu’s settings I can only set one menu in “Menu to use” option. Can you provide me some feedback on my case?

Uncompatiblity with every theme and plugin… Never use it!

$
0
0

Really weak plugin with full of bugs and no support.
Used it once, I had several problem, tried to use it twice, more problem…
Polylang just makes your site a huge mess, bans every plugin from working, strange errors apperar.
No support, only if you buy the Pro version!
I would rather suggest WPML if neccesary.

How to translate static home page with polylang

$
0
0

Hi,
I’m trying to translate my homepage in english. I create a new page with polylang but the italian texts are written in home page sections (e.g. central title section), so I try to change sentences using the customize menu.
If I change text in customize menu by opening the english site area, the italian version changes too.
I also try with string translation but it doesn’t work.
Thanks!

New events not showing up in subscribe feed

$
0
0

Good afternoon,

I’m using Event Organiser on my web site, http://piscinevaloispool.ca/calendar/, where I have the short code for a subscribe link: [eo_subscribe title=”Events in your calendar” type=”ical”] that results in: http://piscinevaloispool.ca/language/en/feed/eo-events/

The problem is I’m no longer seeing any events in the feed!!!

I’ve tried all three types: ical, webcal, and google.

The only thing I’ve changed lately is in PolyLang I disabled languages for the Events custom post type. Because honestly I don’t need or have the time to create every Event twice when all the information is the same (except the title, which is easy to bilingualize).

I notice the feed though still has a “en” in it. So I’m wondering if there’s a way to force the feed regardless of PolyLang interference? The suggested URL in the EO General Settings, http://piscinevaloispool.ca/feed/eo-events/, doesn’t work.

I can’t find a setting to tell PolyLang to leave the EO feed alone.

There’s a few URL settings in PolyLang, but none specific to EO or feed URLs in general.

Thanks, any help is very much appreciated.

Delivery methods are not translated

$
0
0

Hello,
I cannot translate delivery method in Polylang strings, because there no such strings.
Is it a bug ot just error with WP 4.8? I’m using WC 3.0.8.
Can you help me please?

Each form override his translation when saving

$
0
0

Hi.
I’m using all the lastest version of WP, CF7, Polylang and CF7 Polylang.
Since an update (i’didn’t know wich one), when i’m saving a form which is translated, it override his translation, so i can’t get translated form anymore…

no js error in console…

Do you have any idea ?

thank you

“Our Bank Details” is not translated to German

$
0
0

Hi,

I use the Storefront and Boutique Client Themes and “Our Bank Details” is not translated to German.

How can I get it translated with the Hyyan WooCommerce Polylang Integration plugin?

Thanks for your help.

Albert


Translation Problems with Polylang

$
0
0

Hi,

I use the Storefront and Boutique Client Themes with the plugins WooCommerce, Hyyan WooCommerce Polylang Integration, WooCommerce Germanized, Polylang and Polylang theme strings.

After trying to get help from the plugin author of Hyyan WooCommerce Polylang Integration he said I should try to get help from WooCommerce Germanized.

I have the following problems:

Regarding this “Our Bank Details”:

. “Our Bank Details” is the text which appears at the thank you page for a German customer after purchasing with direct bank transfer. There is no possibility to translate it in the Polylang strings translation table.

. There is the string “Customer matched zone “Deutschland”” on the cash page, where “Customer matched zone” is also not translated.

. When I choose the English language I get on the cash page in “Your order” the text which you can see at screen capture. There are {/term_link} and {/revocation_link} which should NOT appear here. And when you click on “revocation provision” I come to the GERMAN and not to the ENGLISH page.

. The English language customer gets on his buying reception email the revocation text in GERMAN and not in the ENGLISH language.

And finally to another problem which is not related to this, but perhaps you know an answer to this:

When you check out the field for the delivery address is activated. But most people want the products to be delivered at the living address. Is there a solution that this field is deactivated?

OK, here you have a lot of questions. But I hope you have time to answer them.

Thanks a lot for your help in advance.

Albert

Change email header image by language

$
0
0

Hi,

I use the Storefront and Boutique Client Themes with the plugins WooCommerce, Hyyan WooCommerce Polylang Integration, WooCommerce Germanized, Polylang and Polylang theme strings.

Is there a way to change the email header image by language?

Thanks in advance for your help.

Best regards and a nice weekend!

Albert

Separation of languages

$
0
0

Hello! on my bilingual website (using polylang) comments are separated for different languages. Recent cooments in English shows english comments only, same is for the second language.
But Disqus latest comments addon shows a mixture of all comments in every language.
I like that plugin, but that problem stoppes me to use it.

Woocommerce with polylang and boutique theme – different logo for languages

$
0
0

Hi,

I have the woocommerce and polylang plugins with the storefront and boutique themes. I want to have a different logo for every language. How can I get this?

Since boutique is already a child theme, is there still a possibility to create a boutique child theme?

It would be nice if someone could help me.

Thanks a lot in advance for your help

Best regards

Albert

Use of Flags for Polylang language switcher inside Primary Menu

$
0
0

I’m using the Polylang Plugin for multilingual support. It works with your great tiny framework theme well; see documentation https://polylang.pro/doc/theme-internationalization-and-localization/

The only problem is to display language flags inside the ‘Primary Menu’, because of the esc_html filter in the functions.php (I thought), which displace html, so that the inserted image becomes <img src=”data:image/png;base64… etc. instead of <img … . Plain text is displayed instead of html.

So I tried to remove the filter in the functions.php of my child theme, but this did not work.

'primary' => __( 'Primary Menu', 'tiny-framework' )

(instead of: 'primary' => esc_html__( 'Primary Menu', 'tiny-framework' ) )

I know, that esc_html is necessary to avoid injecting code by translations – see https://codex.wordpress.org/Function_Reference/esc_html.

Is there another thing I must take in concern, if I would like to show flags inside the Primary Menu?

I would appreciate an answer if someone knows a solution. Thank you.

How to SEO Multilingual website with Polylang plugin.

$
0
0

I have multilingual website with Polylang plugin.
English version is muhamadi.com (default).
Russian version is muhamadi.com/ru.
I verified my website muhamadi.com through All in one SEO in Google WMT and Google analytics.
I activated XML Sitemaps and Social Meta in AIOS-Feature Manager.
But muhamadi.com/sitemap.xml shows only English pages, it does not show Russian pages.
Please tell me how to SEO Russian pages.

Error after migrating a MultiSite

$
0
0

Hi,

I recently migrated a multisite website that i’m working on, from the dev site to an other site for testing before doing the migration to the live site. The restoration seems to work fine, but I now get 2 warning messages from the polylang plugin.

When I check on the other two other sites, they arent getting the error message.

Error messages:

Warning: array_merge(): Argument #2 is not an array in /home/myfolder/public_html/wp4/wp-content/plugins/polylang/modules/wpml/wpml-config.php on line 60

Warning: Invalid argument supplied for foreach() in /home/myfolder/public_html/wp4/wp-content/plugins/polylang/modules/wpml/wpml-config.php on line 62
Skip to content

If anybody has a solution or can point me towards one.. It would be greatly appreciated.

Regards,

Fritz.


Polylang impedes the search function on my page

$
0
0

Dear people, I just found out that Polylang disables the search function on my page (Theme: “Samantha” by BluChic) Any ideas on how to fix it? Thank you in advance!

Change email header logo by language with storefront and boutique child themes

$
0
0

Hi,

I’ve read for help to this through the forum and found this. But it did NOT help for my Woocommerce shop. I need it for my logo and not for the header image.

Does anyone perhaps have all those themes and got it working?

It would be great if someone could help me. Thanks a lot in advance.

Albert

Own German translation no longer works

$
0
0

Since the last update, my German translation no longer works.

I had downloaded the .pot file, created a German translation with POEdit, uploaded the new files event-post-de_DE.mo event-post-de_DE.po into /languages/.

Worked fine with the version before. I have a Polylang blog and it switched correctly between German and English.

Now it seems to be ignored.

What can cause this problem?

Thanks.

PS My German translation is appr. 70% finished. When it’s ready, you can have it of course.

Adjust language/Polylang

$
0
0

On a WordPress installation Polylang plugin is used for multiple languages.
wp-typography plugin got two options that are language-specific,
language used for server-side hyphenation and type of smart dash (USA and International type).

How can these languages automatically adjusted when a page of specific language is viewed (Polylang switched)? How can I realize a Polylang/WPML/multilanguage plugin integration?

Thanks!

Polylang & github

$
0
0

Hi, it’s not clear to me the role of GIT/github especially in relation to Polylang Pro. Polylang Pro is a paid version. But is it downloadable from GIT? So I cannot fully understand: is it a donationware?

https://github.com/polylang/polylang

THank you, regards

Viewing all 11471 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>