lmartins on "[Plugin: Polylang] How to filter the output of custom loops and...
Could you please point to any resources on how to: 1) Filter the output of a custom loop to only show posts for the current lang? 2) The same for a widget - Im in conversation with a plugin dev, if...
View Articlemichaelpon12 on "[Plugin: Polylang] dropdown menu not working"
im having some trouble with the drop down menu. it shows on a drop down menu but when i select the language nothing happened. https://wordpress.org/plugins/polylang/
View Articlemichaelpon12 on "[Plugin: Polylang] dropdown menu not working"
<?php /* * the language switcher widget * * @since 0.1 */ class PLL_Widget_Languages extends WP_Widget { /* * constructor * * @since 0.1 */ function __construct() { parent::__construct('polylang',...
View Articlemichaelpon12 on "[Plugin: Polylang] dropdown menu not working"
link to my site: http://fabioide.com/frederiksminde/da/
View Articlemichaelpon12 on "[Plugin: Polylang] dropdown menu not working"
FYI i already did this. - https://wordpress.org/support/topic/help-with-drop-down-action?replies=3 first try my website crash second try nothing happens.
View ArticleChouby on "[Plugin: Polylang] dropdown menu not working"
Hi! Is this the widget which does not work? When using 'pll_the_languages', you must output the js yourself as stated in the topic you linked above. Since the, the code has changed a bit. So the exact...
View ArticleChouby on "[Plugin: Polylang] How to filter the output of custom loops and...
Hi! Please have a look to: http://polylang.wordpress.com/documentation/documentation-for-developers/general/
View Articlemichaelpon12 on "[Plugin: Polylang] dropdown menu not working"
so what exactly I need to do because I'm a front end dev. I don't know how to use php. I tried to add the... global $polylang; but nothing happened. What do you mean by outputing the js myself?
View Articleorlovskyy on "Polylang"
Hi guys, sorry for my bad english....i am new in wordpress...so i installed a theme which name is "onetone", i think its responsive theme and this theme has 7 section contect so i dont have a page or...
View ArticleMarrie80 on "[Plugin: Polylang] Footer text of Themeoptions in string...
Hi, I created the wpml-config.xml file like this <wpml-config> <admin-texts> <key name="Practical WP-options"> <key name="footer_text" /> <key name="home_widgets_title" />...
View Articleorlovskyy on "polylang onetone theme compatibility"
hi guys i use this theme "onetone" with "polylang" plugin an i create a folder in /wp-content/ and create a .xml file. all looks great in backend i can translate all text wich i want but in frontend...
View Articledrawski on "[Plugin: Polylang] Cannot modify translated taxonomies from theme...
I'm running multisite installation of WordPress 4.0 (with Polylang 1.5.6 plugin installed). I'd like to prevent categories and tags from being translated (according to...
View ArticleMarrie80 on "[Plugin: Polylang] Footer text of Themeoptions in string...
Hi, Solved! I had to use an underscore instead of a minus. Mariëlle
View Articleacorbett on "Search Doesn't Work with Polylang and Vantage Theme"
When Polylang is active with the Vantage theme, my site’s search doesn’t work (entering a search term and pressing enter takes you to the home page). I’ve tried Polylang with TwentyFourteen, and the...
View Articlelloydo3000 on "[Plugin: Polylang] Walker changed in PLL 1.5.1? Custom nav...
Hello Frédéric, Congratulations on the success of your plugin, I am very pleased to see how it has developed. I was using it as early as ~0.7 :) I built a site last year which was not touched until...
View Articleyegor on "Polylang forces creation of new tags in wrong language"
I have manually created several tags with translations for example I have "Germany" tag in EN with Deutchland translation and "Deutchland" tag in DE with Germany translation Now when I'm editing a DE...
View ArticleChouby on "[Plugin: Polylang] Cannot modify translated taxonomies from theme...
Hi! I don't see why it should not work from functions.php. The filter is always applied while the action 'after_setup_theme' has not been fired. And this action is fired just after the functions.php...
View ArticleChouby on "Search Doesn't Work with Polylang and Vantage Theme"
Hi! That's a problem in your theme. You can ask the the theme author to fix it by telling him this: For plugins to be aware of a search form, any search form must be in searchform.php or pass the...
View Articleinnuendo108 on "Polylang plugin. Creating post for "all languages""
Hello! I'm using Polylang plugin to create posts in different languages. Main language is Russian and auxilary language is English. Only few posts are translated in English. It means that all other...
View Articlemichaelpon12 on "[Plugin: Polylang] dropdown menu not working"
anyone knows how to output js?
View Article