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

harrykardaras on "Multi-language support for Vantage theme"

$
0
0

Hello,

I have installed Polylang plugin in order to use multiple languages for my website (trade4rce.com); initially English and Greek, with the aim to include also French, German and Russian in the near future.
Everything works fine for the pages. I am able to produce separate pages per language, but the Homepage cannot be produced multiple times in order to accommodate multiple languages. At the moment I use both English and Greek at the homepage, but this is not convenient on one hand and hinders SEO on the other.
Do you know what I need to change in Vantage theme so that it supports multiple language instances?

Many thanks,
Harry


Dereckson on "[Plugin: Polylang] WP-CLI support"

$
0
0

WP-CLI is a command line interface for WordPress to ease both system administration and DevOps work.

On the DevOps side, I'm working on a CI project where I wish to deploy and configure a WordPress engine from a unique Makefile.

I so added support for your Polylang plug-in to WP-CLI:

* WP-CLI support: https://github.com/dereckson/polylang/compare/feature%2Fapi...feature%2Fcli?expand=1
* API new methods for this support: https://github.com/dereckson/polylang/compare/feature;api?expand=1

The goal is to be able to add languages with the default configuration with commands like:
wp polylang language add en
wp polylang language add nl
wp polylang language add fr

This is my work in progress of my afternoon work, for comments and code review.

I'm soon intending to offer a more formal patch, when the language delete command.

Are you interested to implement this CLI support in your plugin?

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

Dereckson on "[Plugin: Polylang] WP-CLI support"

$
0
0

Oh a little demo of what we can do with a command line support:

$ wp polylang language info fr
Code:      fr
Locale     fr_FR
Name:      Français
RTL:       no
Installed: yes

$ wp polylang get post 1 en
1

$ wp polylang get post 1 fr
7

$ wp polylang languages
fr — Français [DEFAULT]
en — English

$ wp polylang language add nl
Success: language added.

$ wp polylang languages
fr — Français [DEFAULT]
en — English
nl — Nederlands

$ wp polylang language del xx
Error: xx isn't a valid language code.

$ wp polylang language del eo
Warning: This language isn't installed.

$ wp polylang home nl
http://wordpresslanguagestack.threyscend.drake/nl

malesandro on "Polylang affecting Wp-ImageZoom behaviour"

$
0
0

Hello everyone,
I'm using Polylang to create a two languages website.
A couple of days ago, I installed a plugin that allows me to click on an image, and when it opens itself on a new popup window, zoom an pan it (it is called Wp-ImageZoom, and it's the only one I have found that does exactly what I need).
However, this only works if I have polylang DISABLED. When I enable it, instead of opening the image, the popup shows my homepage.
This happens in both languages.

I'm using Polylang v1.4.1
I'm using Post name for Permalink settings.
The language is set from content.
I have Keep /language/ in pretty permalinks (though it doesn't appear).
I have tried different combinations of Polyland settings, and Permalink settings, and none of them made the two plugins work together.
I am using a static frontpage, translated in both languages.

When Polylang is DISABLED, then this other plugin works, and the URL on the popup is this one: http://192.168.56.111/website/wp-content/plugins/wp-imagezoom/zoom.php?id=F2qox

When Polylang is ENABLED, the URL on the popup is this one: http://192.168.56.111/website/?page_id=164&id=F2qox

I have been searching into Polylangs code, what could be interfering with this other plugin. My best bet, is that it must be something related to the document root, or simil, but couldn't find the right answer yet.

Is there anyone that has had an incident similar to this, and can help me out?

Thanks a lot,
Mariano

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

Chouby on "Polylang + Customizr: Multilingual front page - slider and featured content"

dxage on "[Plugin: Polylang] Clicking on posts page changes language"

$
0
0

Hi,

thanks for helping me with this problem before:
http://wordpress.org/support/topic/posts-page-shows-both-languages?replies=7

I have another problem, could you please take a look at it. Here it is:

I have set my front page (menu item - EN: Home, HR: Pocetna) to be static and posts page is under menu item EN: Testimonials, HR: Iskustva. If I'm browsing in croatian and click on menu item "Iskustva" language switches to english - posts in english are displayed and also everything else (MENU)is in english. Same happens if I'm browsing in english, when i click menu item "Testimonials" everything changes to croatian. The only way to display correct language is to click on the same menu item. So if I'm browsing in english and click "Testimonials" everything will change to croatian, so I would have to click on the same menu item, only this time it is in croatian under menu item "Iskustva".

I guess I could change language of the english post to croatian and vice versa, but I can't find the workaround for menu - it also switches to another language.

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

Chouby on "[Plugin: Polylang] Problem with switching language on front page"

$
0
0

I have a French browser and can switch from French to Polish or from Polish to French without any problem.

Chouby on "Polylang shortcode (like qTranslate) for theme options and text"

$
0
0

In that case wpml-config.xml can't work but I don't understand why php code should not work. How your theme does retrieve its options?


Chouby on "[Plugin: Polylang] Clicking on posts page changes language"

$
0
0

That's how you built your custom menu. You should rework this menu item (as it seems to work correctly for other menu items).

paweu_ek on "[Plugin: Polylang] Problem with switching language on front page"

malesandro on "Polylang affecting Wp-ImageZoom behaviour"

$
0
0

I have solved this problem.
I read this thread, and then ended up using this:

// prevents home redirection
add_filter('pll_redirect_home', 'no_home_redirection');
function no_home_redirection($redirect) {
    return false;
}

Solved now.
Thanks!

dominicvs on "[Plugin: Polylang] catagory page not found"

$
0
0

Thank you for rapid fix. But consider that the language selector continue to working bad with categories.

DivinoAG on "[Plugin: Polylang] Menu don't link to correct language"

$
0
0

So, do you have any suggestions by any chance?

I'm basically just waiting for a positive or negative reply on this before deciding if I'm removing the plugin or not. I really liked what you done in general, but it's just way too problematic to have the language reset back to the main one for every page I navigate to. I don't see how this can be the expected behaviour.

Jamesdesauvage on "[Plugin: Polylang] Default language not working"

$
0
0

Try changing the default language in the settings tab and/or the "number" of the language on the first page.
For example your default language to "0" and your second language to "1".

Hope this helps

Jamesdesauvage on "[Plugin: Polylang] Flag not showing"

$
0
0

Hi,

great plugin, thanks !

I can't get the flags to show up, I juste get this url instead :

"http://www.originels-creation.com/wp-content/plugins/polylang/flags/en_US.png" title"English" alt="English" />

I checked, and the image is in the correct folder.

Thanks for your help !

James

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


cadeauwerkplaats on "[Plugin: Polylang] catagory page not found"

$
0
0

I have the same problem, can you tell me how to solve this please?
Or do I have to install the development version you gabe here to solve it fast?
now several pages are not showed and I get many complaints from clients
I hope you can help me to fix this fast

Thanks

kg69design on "[Plugin: Polylang] catagory page not found"

$
0
0

Personally, I installed (just replaced plugin files) development version. In any case, make a backup site and database before.

dxage on "[Plugin: Polylang] Clicking on posts page changes language"

cadeauwerkplaats on "[Plugin: Polylang] catagory page not found"

$
0
0

Thanks Kg69design, I did that too and problems solved now

Chouby on "[Plugin: Polylang] Flag not showing"

$
0
0

Yes the picture is accessible. Your website is in maintenance mode so I can't check directly. How are you setting up your language switcher? Widget ? Menu ? php ?

Could you post more html source around the "url"?

Viewing all 11471 articles
Browse latest View live


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