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

Chouby on "Swatch theme Tags page - menu disappeared if Polylang activated"

So I guess you should contact the theme support.

View Article


Divyaani on "[Plugin: Polylang] Warning: array_merge()...

Hi, Thank you so much! It solved the problem, Very much appreciated :)

View Article


qsmrip on "Polylang shows all post blogs, not just the ones of each language"

Thanks for your answer, I tried 1.1 and 1.04, neither worked, I have no idea what to do next so I suppose I have to move on :( thanks for trying to help me!

View Article

gothick@gothick.org.uk on "[Plugin: Polylang] Best way to pragmatically add a...

Hi! In a theme I'm developing, I'm programatically adding a (custom post type) post for each user, to act as a "profile" page in a membership directory. For a single language, this is working fine:...

View Article

Chouby on "[Plugin: Polylang] Best way to pragmatically add a post in a...

That should work: global $polylang; $post = array ( 'post_author' => $user_id, 'post_type' => 'jnet_member' ); $result_en = wp_insert_post ( $post, true ); $result_ja = wp_insert_post ( $post,...

View Article


Chouby on "Polylang shows all post blogs, not just the ones of each language"

If I well understand, it used to work with previous versions of your theme and Polylang. If you tried with you newest theme version and older Polylang versions and it still does not work, then it means...

View Article

gothick@gothick.org.uk on "[Plugin: Polylang] Best way to pragmatically add a...

Hi Chouby, Fabulous, that's working perfectly. Thanks, Matt

View Article

e-colori on "[Plugin: Polylang] Theme page: author.php returns to home...

I am using a theme which allows to show the author info from the users table of the database on a page. e.g.: http://www.mypage.de/author/tom-harris/ shows the German page. And this:...

View Article


Chouby on "[Plugin: Polylang] Theme page: author.php returns to home instead...

Has this author written any post in that language?

View Article


eric.hoegee on "Polylang on ColdFusion theme"

I am having the exact same problem, same theme. I would really like to use the plugin. Could you help me out? Site is here: http://www.beat-it-curacao.com/lb I could send you admin credentials if you...

View Article

e-colori on "[Plugin: Polylang] Theme page: author.php returns to home...

OK, I see. I am not showing all the posts the author has written (loop) on that page. It shows author infos from the DB: users and user_meta: Name, description, nicename etc.

View Article

Chouby on "[Plugin: Polylang] Theme page: author.php returns to home instead...

Since v1.2, Polylang checks that there are posts on translated archives urls to avoid 404 errors. This custom plugin should disable the check for author pages (not tested): <?php /* Plugin name:...

View Article

Chouby on "Polylang on ColdFusion theme"

I probably did not well understand the issue the first time. Here I noticed that the flag link works on a right click and does not work on a left click so that's clearly a theme related issue and you...

View Article


e-colori on "[Plugin: Polylang] Theme page: author.php returns to home...

Thank you for your fast answer. It gives me this warning: Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'pll_author_translation_url' not found or invalid function...

View Article

Chouby on "[Plugin: Polylang] Theme page: author.php returns to home instead...

I don't get this warning, so there may be a copy paste issue. However making the test, I noticed an error even worse. <?php /* Plugin name: forces Polylang linking to author translation */...

View Article


arruga14 on "Polylang Menus does't change language"

Hi, I have a little problem and I'd like to get your help please. Polylang was working perfectly until I installed Twenty Eleven. My menus stopped translating and I'm having some issues with strings as...

View Article

eric.hoegee on "Polylang on ColdFusion theme"

You are right. It does work on right click. So that means the menu doesn't reload i guess. Is there a way to make the links open in a new window? Like adding target="_blank" somwhere?

View Article


eric.hoegee on "Polylang on ColdFusion theme"

Ok, in my theme settings i found a setting "History API Enable". I disabled this setting and it seems to work now.

View Article

Chouby on "Polylang Menus does't change language"

There are several topics on this kind of issue with several themes. And generally it comes from a wring usage of the function wp_nav_menu in your theme. Your theme has to define have the argument...

View Article

Chouby on "Polylang on ColdFusion theme"

I am glad you found a solution. Thanks for sharing it!

View Article
Browsing all 11471 articles
Browse latest View live