zeshark on "[Plugin: Polylang] Conditional language switcher display"
Thanks a lot for the reply. Does not do exactly what I need as I would like to display a div only if a translation of a post exists. <?php if [condition]: ?> <div id="LanguageSwitcher"...
View Articlemaxoud on "[Plugin: Polylang] Conditional language switcher display"
<?php $switcher = pll_the_languages(array('show_flags'=>1,'show_names'=>1,'force_home'=>0, 'hide_if_no_translation'=>1, 'hide_current'=>1)); if($switcher): ?> <div...
View Articlezeshark on "[Plugin: Polylang] Conditional language switcher display"
Thanks a lot for your suggestion ! Unfortunately, it does not work. The language switcher gets displayed at the first function call. $switcher =...
View Articlemaxoud on "[Plugin: Polylang] Conditional language switcher display"
Oh, sorry, it's my fault. You need to add echo argument: <?php $switcher = pll_the_languages( array( 'show_flags'=>1, 'show_names'=>1, 'force_home'=>0, 'hide_if_no_translation'=>1,...
View Articlezeshark on "[Plugin: Polylang] Conditional language switcher display"
It WORKS ! Thanks a million, I really appreciate the help. For the convenience of others, the final code: this displays in the div only the available language(s), and no div if there is no translation...
View Articleelenavmolina on "Polylang - multiple headers"
hello. I have a similar problem... But in may case Polylang is hidding the header text and a hidding sidebar in Spanish (default language) dunno why. In secundary language (English) works just fine....
View Articlelamimi on "[Plugin: Polylang] Menus not switching"
Hi, Thanks for the great plugin. My only trouble is with the menu. The site is supposed to be in 3 languages - now there are just two (English and Polish). The default language is English. Now, I have...
View ArticleChouby on "Polylang - multiple headers"
In your admin dashboard, first activate "all languages" in the languages menu in the admin toolbar on top of your screen. Then go to settings->languages->strings translation and translate your...
View Articleelenavmolina on "Polylang - multiple headers"
Hi! Thanks for the help. I've done all that already. Didn't worked. Dunno way but I even introduced some words in Header.php on the editor -- they apeared in the header of english version but the...
View ArticleChouby on "Polylang - multiple headers"
I just went back to your site, and now the title appears on both English and Spanish pages.
View Articleelenavmolina on "Polylang - multiple headers"
Hi! yes i just fix it. I make a trik and change the language to Colombian Spanish and now it works fine. I change it back to Spain-Spanis ans it keeps doing the same weird thing... :(
View ArticleChouby on "[Plugin: Polylang] Trying to implement in PageLines"
The issue with the Pagelines NavBar which does not define a theme location is known: http://wordpress.org/support/topic/polylang-flags-dont-show-up-in-pagelines-navbar?replies=2 Note that BrandNav and...
View ArticleChouby on "Polylang - multiple headers"
Oh yes, I discovered a big incompatibility between the Brunelleschi theme and multilingual plugins! The theme uses localized options! For example 'Text on Top' is saved on admin side (if your admin is...
View Articleelenavmolina on "Polylang - multiple headers"
Ok. thanks. It works for other Spanish versions but not for Spanish-Spanish (es-ES) version. Ok I will do that. Thanks a lot for the help!
View Articlenawras on "[Plugin: Polylang] how to translate a static front page with poylan"
i have i wordpress theme and the front page has four articles this articles should be added from the CMS just put the url of the article , but when i switch to another language these posts will remain...
View Articlenawras on "Front page blocks below slider does not recognise polylang"
hi Chouby, what should we name the file ??
View ArticleChouby on "Front page blocks below slider does not recognise polylang"
whatever you want. For example pll_zenon.php
View Articlenawras on "Front page blocks below slider does not recognise polylang"
okay, but what is happening is i add the file to the poylang folder so in the wp admin it sees it as a plug in so i activate it then i check the string translation for the plugin it still the same...
View Articlelamimi on "[Plugin: Polylang] Menus not switching"
I'm answering myself - in case someone has the same problem. I had to disable the menu options that are presented with my theme (Suffusion) - after disabling the theme options and enabling only the...
View Articlelbs129 on "[Plugin: Polylang] Allways fallback to English?"
Hi and thanks for your reply! I changed that line of code and from what I understand of the code it seems to be what I am looking for. However, I cannot make sure it's working. When I change the...
View Article