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

faithdanceart on "[Plugin: NextGEN Gallery] all images get 404 errors"

$
0
0

FYI - their reply was the following:
"Polylang and Nextgen Gallery used to be compatible (thanks to the WPML API included Polylang) but the update of Nextgen Gallery to 2.x broke the things. That was a while now but I did not work on it since that time. I must admit that this is not my top priority."


photocrati on "[Plugin: NextGEN Gallery] all images get 404 errors"

$
0
0

@faithdanceart - That is really unfortunate they are choosing not to keep up-to-date and stay compatible. It appears they are aware of the problem and as such you may need to keep up with them to see if/when they will update their plugin to be compatible again.

- Cais.

bainiade on "[Plugin: Polylang] Translating WooCommerce " Cart ", " Checkout " and Category pages."

$
0
0

Hi everyone!

First of all, thank you Chouby for your awesome plug-in. I have translated, pretty much all of my pages without any troubles, it probably is the first things go as smoothly with WP :)

However I can't translate the cart page, the checkout page and the product category page. I have used the Woocommerce Polylang Integration plug in but it doesn't let me translate these pages. I can't even translate the " Add to Cart " button on the product page.

Any thoughts on how I could do it?

Thank you,

Nicolas

https://wordpress.org/plugins/polylang/

mariaKyp on "[Plugin: Polylang] Add strings to strings translation tab"

$
0
0

I found a solution. For anyone needs the answer:

In /wp-content/themes/enigma/options-reset.php you can find the
names you need for the keys.
For example, my file looks like this:

<wpml-config>
    <admin-texts>
        <key name='enigma_options'>
            <key name='service_1_title' />
			<key name='service_2_title' />
			<key name='service_3_title' />
			<key name='service_1_text' />
			<key name='service_2_text' />
			<key name='service_3_text' />
			<key name='port_1_title' />
			<key name='port_2_title' />
			<key name='port_3_title' />
			<key name='port_4_title' />
			<key name='port_heading' />
        </key>
    </admin-texts>
</wpml-config>

progmastery on "[Plugin: Polylang] Translations added to page are not saved."

$
0
0

Hi, i have installed polylang on localhost test site.

I have english and russian languages.
I add translation to "about us" page by pressing "add new" button in the right-side box when editing page, and then fill in the name of the preexisting russian page as a translation.
However, after pressing update button and saving the change, it disappears. Next time, when I open "about us" page to edit, the translation appears empty.

How can I fix that problem?

https://wordpress.org/plugins/polylang/

kraeMit on "[Theme: EvoLve] Not compatible with Polylang plugin"

Chrystl on "[Plugin: Polylang] Translations added to page are not saved."

bainiade on "[Plugin: Polylang] Translating WooCommerce " Cart ", " Checkout " and Category pages."

$
0
0

Anyone? That's a pretty big issue and I can't find anything online. Thanks


Welshyoz on "[Plugin: Polylang] Languages disappear"

$
0
0

Hi there

I currently am trying to use the Polylang plugin with a dual language site I am creating for a junior rugby club. Had no issue with this plugin before this.

I add both languages fine. Cymraeg (welsh) and English. Fine

go to a post, and see the flags for both appearing. FINE

Once i save that post, and go to another, the flags have gone, languages have gone from the polylang settings, and I get the message ("Impossible to add the language.") showing, I'm guessing due to the language already being in the database.

(Please note that the languages disappear for pages as well)

Would be interesting to see if anyone else has had a similar problem with this and if there's something I can do to fix it.

The site isn't THAT info heavy yet, so wouldn't be a big issue to reload whole thing up. Just thought I'd ask in case the problem returns in the future.

Thanks in advance.

https://wordpress.org/plugins/polylang/

Chrystl on "[Plugin: Polylang] Languages disappear"

$
0
0

"Impossible to add the language."

It appear after you have deleted your 2 languages and tried to create them again.

Make the test with your theme + only Polylang, other plugins must be deactivated. Does it work?

Welshyoz on "[Plugin: Polylang] Languages disappear"

$
0
0

Thanks for your reply.

I've deactivated all other plugins and the languages still disappear after editing one post or page.

I don't go into the settings of the polylang at all to delete anything. They literally just disappear. No flags appear on page menu to show which language the page is in or nothing. Never had this problem before.

Still doesn't work with just Polylang as a plugin.

Chouby on "[Plugin: Polylang] Languages disappear"

$
0
0

Hi!

If the languages disappear, this probably means that Polylang does not succeed to read the database. Could you try to repair your tables? Important tables are wp_options, wp_terms and wp_term_taxonomy.

Chouby on "[Plugin: Polylang] Translating WooCommerce " Cart ", " Checkout " and Category pages."

$
0
0

Hi!

This is a frequent question asked on this support forum. Polylang does not support Woocommerce yet. This is something I am currently working on but don't expect something in the coming months (Woocommerce is half the size of WordPress!)

MailPoet Staff on "Conflict between Polylang and Mailpoet"

$
0
0

Neilgaiman, there isn't a way, MailPoet uses the WordPress installed language to determine which one to use.

nonozwp on "slider text translation in home page ( bwg-slider-description-text)"

$
0
0

[B] text translation "description" slider on the homepage [/ b]:
good morning

I used the theme "exclusive"
and did the English version with the "Polylang" plugin
the translated home page was created automatically (from french to english)
the problem is: the text description on the slider("bwg-slider-description-text") remains in French on the English version,

in dashboard the home page is not inside the page list so it is not accessible.

I would like to insert the right code in the right php file (here c is a child theme) I have located the code with firebug but I do not know wich part of it to copy and paste in wich php file. every attempt added elements in the header.

thank you for your help [/ quote]


WPyogi on "slider text translation in home page ( bwg-slider-description-text)"

maurodalu on "[Plugin: Polylang] How to pass a language parameter to wp_nav_menu ?"

$
0
0

Hello and thank you for the awesome plug-in.
I have a menu location set up and I need to gather menu items for each existing language to serve them up as JSON.

I am using:
$term = wp_nav_menu(array('theme_location' => 'my-location'));
$menu_id = $term->term_id;
$menu_items = wp_get_nav_menu_items($menu_id);

This way I only get the menu in the main language.
How do I pass a language parameter over to wp_nav_menu ?

Thanks!
M.

https://wordpress.org/plugins/polylang/

maurodalu on "[Plugin: Polylang] How to pass a language parameter to wp_nav_menu ?"

$
0
0

Here is my current code...

// Create an array with all the languages, cleanded up
	$languages = pll_the_languages(array('raw'=>1));
	$menus = array();
	foreach($languages as $language) {
		//$current_language = $language['slug'];
		$theme_location = 'mobile-app-menu';
		$locations = get_nav_menu_locations();
		$menu_id = $locations[$theme_location];
		$menu_items = wp_get_nav_menu_items($menu_id);
		$menu = array();
		foreach ($menu_items as $menu_item) {
		    $trimmed_menu_item['object_id'] = $menu_item->object_id;
		    $trimmed_menu_item['menu_item_parent'] = $menu_item->menu_item_parent;
		    $trimmed_menu_item['menu_order'] = $menu_item->menu_order;
		    $trimmed_menu_item['title'] = $menu_item->title;
		    $trimmed_menu_item['description'] = $menu_item->description;
		    $trimmed_menu_item['post_status'] = $menu_item->post_status;
		    $trimmed_menu_item['object'] = $menu_item->object;
		    $trimmed_menu_item['url'] = $menu_item->url;
		    array_push($menu, $trimmed_menu_item);
		}
		array_push($menus, $menu);
	}
	return $menus;

fanuser-wordpress on "[Plugin: Knews Multilingual Newsletters] BUG with Polylang: Wrong URL on newsletter can't read link and unscribe link"

$
0
0

Sorry, this seems not to be a bug, but some misunderstandings!
Important notice on permalinks when using Knews together with Polylang plugin:
On the documentation page from Polylang, they notice the following:
When using the non default permalinks, pages (and posts as well if your permalink structure is /%postname%/), must not have a language code as permalink. For example if you set the English language, don’t use the permalink http://www.yoursite.com/en/ for a page (or post), otherwise you may get unexpected results !
This is not true when using together with the Knews plugin, you MUST WELL using the language code in the permalink otherwise some URL's (on the newsletter) will not working the right way!
I found the reason myself. ;)

fanuser-wordpress on "[Plugin: Knews Multilingual Newsletters] Multi-Language Polylang problem with unscribe & online newsletter view"

$
0
0

I have found myself the reason why this was not working!
Important notice on permalinks when using Knews together with Polylang plugin:
On the documentation page from Polylang, they notice the following:
When using the non default permalinks, pages (and posts as well if your permalink structure is /%postname%/), must not have a language code as permalink. For example if you set the English language, don’t use the permalink http://www.yoursite.com/en/ for a page (or post), otherwise you may get unexpected results !
This is not true when using together with the Knews plugin, you MUST WELL using the language code in the permalink otherwise some URL's (on the newsletter) will not working the right way!
Yes, I posted 2 messages almost the same to get some attention. Sorry by that, but this Knews plugin seems for my realy very important. But that way, I noted also the solution twice. :)

Viewing all 11471 articles
Browse latest View live


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