If I insert these two js codes in the popup in Italian in the other languages I do not see the popup in Italian, and it is correct.
var url = window.location.href;
if (url.indexOf(‘/en’) > 0) {return false;}
var url = window.location.href;
if (url.indexOf(‘/de’) > 0) {return false;}
but in other languages doesn’t work, probably because the Italian is in the root and using this code below make some problems (?)
var url = window.location.href;
if (url.indexOf(‘/’) > 0) {return false;}
how can I do?
Many thanks to all
]]>I want import multi languages products at my website. How can i do this.
note: synchronous
]]>I want import multi languages products at my website. How can i do this.
]]>I have installed this module and the title message appears at the bottom of the page:
“Warning: in_array () expects parameter 2 to be array”
I’ve been deactivating plugin in case anyone has any relationship and I have seen that with the “Polylang” plugin you have this conflict,
Is it possible to solve this problem when there are two languages?
This error is in line 180, exactly $current_lg
function exit_popup() {
// Check for language
$check_lg = true;
if( array_key_exists( 'wpml_object_id' , $GLOBALS['wp_filter']) ) {
$epp_lg = get_option('exit_popup_languages');
$current_lg = ICL_LANGUAGE_CODE;
$check_lg = false;
if( in_array($current_lg, $epp_lg) ) $check_lg = true;
}
Thanks
]]><link rel='shortlink' href='' />
my original domain is Domain.com
the other domain are Domain.es, Domain.fr, Domain.de for rispective language.
when visit a page of french domain like Domain.fr/page-name-fr/ in html source code i see that the tag: rel='shortlink'
not have the FR slug but the COM, like this
<link rel=’shortlink’ href=’https://Domain.com/?p=1272′ />
so, it’s use the english domain instead of french domain.
This also happens for the <link rel='' 'dns-prefetch'>
tags
can you check if this happens to you too?
]]>I’d like to have my docs in several languages managed by Polylang.
Should it be possible adding this feature in a next update?
Many thanks
]]>I’m working on multi language WordPress site utilizing Polylang plugin. I’ve added two posts for each lang, both are connected.
I’ve noticed when I add comments for the English post. it wont show in the French post.
how can I make comments unified for all languages via Polylang plugin?
Please I don’t want to use any other plugins such as Q-translate or WPML.
Is there any work around specified for Polylang plugin?
]]>Always the standard plain text email is send out!
And also not the right one:
e.g.
my setting is, manual approval by admin of new registrations.
When I approve the registration the plain email text for “welcome” is sent and not the “approval” email text (although in English, see first problem).
I have so many isues with this plugin, how can I be convinced to purchase if already this doesn’t work? Mayb with getting help after 1 sleepless week…
]]>