michaelpon12 on "[Plugin: Polylang] dropdown menu not working"
added this to the widget-language.php >inserted the global $polylang; >I didnt remove the last } since it will cause an error. <?php /* * the language switcher widget * * @since 0.1 */ class...
View ArticleSilvia.Trevellin on "[Plugin: Polylang] HTML code is showed over the flags"
Hi! I need a help to resolve a problem. I'm using WP 4.0 and the plugin works perfectly on the theme twenty fourteen. My customer choose a different template and I have a problem. Over the flag i...
View Articleavernard on "[Plugin: Polylang] Help with GeoDirectory plugin"
Hello. Thanks for the fantastic plugin! I develop a multilingual directory website (locally with XAMPP, soon live) with the GeoDirectory plugin. At first, it didn't work at all but I found the solution...
View Articledrawski on "[Plugin: Polylang] Cannot modify translated taxonomies from theme...
Hi, First issue is when you want to unregister all the items from the array (i.e. you want to have no translated taxonomies) - the condition !$taxonomy cannot distinguish if the array is empty or just...
View ArticleChristof on "Twentythirteen homepage polylang"
Hi there, i'm running a childtheme from twentythirteen but encounter difficulty creating a multilingual homepage. I want a static page (biography) to be the homepage.. Can anyone tell me what the...
View Articleavernard on "Twentythirteen homepage polylang"
Could you be more specific? What difficulties?
View ArticleChristof on "Twentythirteen homepage polylang"
If I set the homepage for example on English Biography and I change to Spanish or Galego by using the flags the url get's like this: website.com/es instead of website.com/spanishbiography
View ArticleChristof on "Twentythirteen homepage polylang"
Found a solution.. Somehow the pages did not match together. Recreated some of the pages fixed the problem!
View ArticleChouby on "[Plugin: Polylang] Cannot modify translated taxonomies from theme...
I agree with the first issue. I have to change the code as you suggest. However I don't understand why you need to wait for 'wp_loaded'. 'after_setup_theme' is already fired after functions.php is...
View ArticleChouby on "[Plugin: Polylang] HTML code is showed over the flags"
Hi! You should check that with the theme author. The theme probably uses a custom menu walker which is not able to display images.
View ArticleChouby on "[Plugin: Polylang] Help with GeoDirectory plugin"
Hi! 1. It would need you to write your own sync process as Polylang knows nothing about data stored in custom tables. 2. Probably the option name is wrong. I would be very surprised that a plugin uses...
View Articleavernard on "[Plugin: Polylang] Help with GeoDirectory plugin"
Thanks Chouby. But: 1. How can I write my own sync process? I went through the documentation but didn't find how to do it. What should I read to make it? 2. I thought the option name is the table where...
View ArticleIliksa on "[Plugin: Polylang] Translated pages do not appear at Pages"
Got a problem today. The translated versions of the main language page stopped appearing at Pages wich leads to the problem adding them to Menu in different languages. It is possible to add them as...
View Articledawnseekr on "Polylang sudden fatal error"
Hi Chouby, I'm getting intermittent fatal errors as well: Fatal error: Cannot use object of type __PHP_Incomplete_Class as array in...
View Articlepolyname on "Customizr displays internal tags from polylang"
From polylang's point of view I have got this hint: " That's a conflict with your theme which displays taxonomies internally used by Polylang. A theme should never display non public taxonomies. Please...
View Articledrawski on "[Plugin: Polylang] Cannot modify translated taxonomies from theme...
Please, try putting following code in the functions.php file and open a random page (eg. "All posts" tab in admin panel): add_filter('pll_get_taxonomies', function ($taxonomies) { var_dump('FILTER...
View Articledawnseekr on "Polylang sudden fatal error"
Some additional infos: - I'm using 1.5.6 on WordPress 4.0. - I have disabled also the Detect languages (as per another thread post)... seems to help to reduce the occurency of the fatal errors, but...
View Articlewavezzz on "[Plugin: Polylang] Cannot translate the front page of a theme"
Hello there, i have a problem using polylang plugin...is there any way i can translate my front page with polylang ? I mean the buttons / "read more" and stuff like that. My site is...
View ArticleChouby on "Polylang sudden fatal error"
Hi! Did you put define('PLL_CACHE_LANGUAGES', false); *above* /* That's all, stop editing! Happy blogging. */
View Articledawnseekr on "Polylang sudden fatal error"
No I've put it at the end completely of the file. I'll try to move it above.
View Article