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

Germanized hängt deutschen Widerruf und impressum an englische Mail

$
0
0

Hallo,

ich nutze WC 2.6.14 und Germanized 1.8.3 (aufgrund von Plugin-Abhängigkeiten kann ich noch nicht auf WC 3.0.x upgraden) zusammen mit “Polylang for WooCommerce”. Funktioniert so weit so gut.

Allerdings werden in der Kundenmail statt der englischen Widerruf-Seite, die deutsche Seite angehangen. Gleiches für Impressum. Bei AGB funktioniert es: D.h. bei AGB wird die englische statt der deutschen angehangen.

Bei “deutschen” Bestellungen funktioniert es reibungslos: Es werden immer die deutschsprachigen Versionen der Seiten angehangen.

Was ich komisch finde ist, dass es für die AGBs ja funktioniert, also deutsche Variante bei deutscher Mail; englische Variante bei englischer Mail. Nur halt dass der Widerruf und das Impressum weiterhin die deutsche Version ist. Hmm, woran könnte das liegen?

Grüße,
Gerd


Get lanuage in template_redirect event

$
0
0

Hello. I have an installation of WP and Polylang with ENG/GR languages.
I am using the snippet below to redirect from a archive (taxonomy client does not have polylang enabled) to single page, when archive has only 1 element. (post have two languages)

function stf_redirect_to_post(){
global $wp_query;
if( is_tax(‘client’ ) && $wp_query->post_count == 1 ){
the_post();
$post_url = get_permalink(pll_get_post(get_the_ID()));
wp_redirect( $post_url );
}
} add_action(‘template_redirect’, ‘stf_redirect_to_post’);

Though, it always redirect to the default language. Is there sometihng I miss?

How to translate custom links in polylang?

$
0
0

I’m using classipress theme

http://ar.jokerleb.com/%d9%82%d9%88%d8%a7%d8%a6%d9%85-%d8%a7%d9%84%d8%a5%d8%b9%d9%84%d8%a7%d9%86%d8%a7%d8%aa/

is the correct translation for

http://www.jokerleb.com/ad-listings/

which is perfect, and polylang did it automatically. However the theme doesn’t support polylang so I had to use the english URLs on all links and I don’t know how to translate them to arabic using that plugin.

If another plugin provides such functionality I can use it. right now if you press on any link in the menu while using the arabic version, it’s going to redirect you back to English.

Link to language not working ?

$
0
0

Hello there.

After doing quite a lot of research I couldn’t find any topic related to this issue.
I’ll try to be as short as possible : I have a main homepage in english and another one in french. The problem is, the .com/fr link doesn’t work for some reason, it redirects me automatically to .com/ (and I don’t have another page with this link or any redirections applied). Only .com/french works or any other id except /fr.
Therefore my question is : how can I set a .com/fr for the french option ?
I don’t want it any other way hence this topic.

Thanks a lot for your help !

Polylang has made site unreachable

$
0
0

hi
I am a beginner Polylang user. I had installed the plugin in WordPress.

1. When i tried to change URL modifications , i could NOT save using the save button. The button just didn’t save anything.

2.I removed the plugin in but still my site gets rendered in browser using and language /NL (of netherlands) radon to the url. so people seee an error page…

www.tercoma.com

PLease help me .
What did i do wrong?

Polylang (WPML) compatibility

$
0
0

Hey,

Is your plugin Polylang or WPML compatible?

Creating 2nd language product won’t stay a variable product

$
0
0

I’m using the Polylang plugin, for a WordPress/Woocommerce website.
When I create a product in French, and click to translate it in english, it creates the product correctly, and I see it appear on the site. But the product is supposed to be a variable product, and once it is duplicated for English version, it becomes a Regular single price product. And if I edit the English product, scroll down to the pricing section, everything is greyed out and I cannot change anything.

Any idea what’s going on?
Thanks!

Polylang with Popups – WordPress Popup

$
0
0

Hi,
I want to show #popup1 only in french for exemple and #popup2 only in english.
I had this in functions.php
add_filter( ‘pll_get_post_types’, ‘add_cpt_to_pll’, 10, 2 );

function add_cpt_to_pll( $post_types, $is_settings ) {
if ( $is_settings ) {
// hides ‘popups’ from the list of custom post types in Polylang settings
unset( $post_types[‘spucpt’] );
} else {
// enables language and translation management for ‘popups’
$post_types[‘spucpt’] = ‘spucpt’;
}
return $post_types;
}

I have the flags in my custom post types but on the website all the popups are showing (french and english) in the same time.

Thanks


Problem with multilingual page (Polylang)

$
0
0

Hello, I’m using Polylang plugin to use multilingual page but I just recognized that WP-knowledgebase search function works only default language. How can I use search function as current selected language? I have also problem with breadcrumb links.

Site crashes

$
0
0

Hey there,

My Theme (Shopkeeper) updated yesterday and it didn’t load correctly afterward. (Blank page, with just the top bar and the language switcher) So, I figured it had to be Polylang. I deactivated it and all of a sudden my site was working again.

Anyone had this issue and what should I do? Delete Polylang and install anew? What happens to all of my translations?

Kind regards,

Dionne

How do i change the language of the plugin?

$
0
0

I want to change the language. I see a few _es files in the language folder and i created one here in the strings translate section but i cant find where to make it work. I want it in spanish.

Translation of the Front page

$
0
0

Hi.

I would like to use this theme together with Polylang and maintain the site in 3 languages, however, I cannot seem to translate the header, which is only available when into customize. When opening the Frontpage, I see the rest so that should be doable to maintain in other languages, but how do control and translate the header?

Thanks

Lars

Mobile Home not following Language settings

$
0
0

We have an international site with 3 languages (EN, ES, ZH), and special mobile home pages for each, linked via the PolyLang plugin.

Previously, WPTouch would detect the user’s language and redirect to the correct page. Now, it defaults to English. The language setting in WPTouch is set to “Detect Browser”.

Is there something that changed? Or a setting I’m not seeing?

installer 404: maybe because site has two different languages?

$
0
0

Hi,

My problem is that when I try and run installer.php, I get a 404 error. I suspect this has something to do with the fact that I have a dual language site because when installer.php tries to run, my url changes to one with the language tag. So from this: site.com/installer.php to site.com/en/installer.php and this returns a 404 error.

Conflict with PolyLang: PLL_Links_Model::switch_language_in_link() error


Export polylang translated strings

$
0
0

As in the topic – how to do that? I have tried to copy what’s inside the _pll_strings_translations meta key in wp_postmeta table but it didn’t seem to work. Any other ideas? I have 3 languages and 500+ strings translated to it would be a nightmare to move them manually.

Working great

$
0
0

This plugin is working really good for woocommerce.

Multilanguage Error Message

$
0
0

Any way to add multilanguage support (specifically for Polylang) for the error message?

Support for Polylang and Advanced Content Fields (ACF)?

$
0
0

Hi there,

we are looking at plugins that can add Schema meta (organisational and article) to our sites. We currently use Polylang for translations of content, since we have 4 languages on a single site installation.
* does this plugin support displaying different organisational schema data (logo, orgName and so on) per Polylang-language?
* we already use Yoast for SEO, will this plugin collide? Ie. output of OpenGraph tags, which are already done by Yoast.
* we use Advanced Content Fields on our article-posttype, like a description-field and a body-area which consist of different elements like text, image, video. Will WPSSO be able to extract data from ie. a ACF-description-field and output to schema/Article?

Looking forward to your reply, hope this plugin suits our needs 🙂

/Thomas

caption not shown in lightbox for multilanguage site (polylang)

$
0
0

as per subject, with polylang, having translated images with caption, on the default language the caption are displayed within the lightbox, while on english they’re not despite having them available when hovering the gallery images, links:
def: https://sresc.io/tLE
eng: https://sresc.io/tLG
any clue what I’m missing?

Viewing all 11471 articles
Browse latest View live


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