costas90 on "[Plugin: Polylang] Greek Letters do not Display Correctly In...
The problem persists when Polylang is deactivated. What do you think could be the problem?
View Articlecostas90 on "[Plugin: Polylang] Greek Letters do not Display Correctly In...
Hello, With help from my host I found that Polylang is actually causing problems. The problem was not in the sitemaps. When I disable Polylang the sitemaps characters dont change to normal ones but my...
View Articledanncoba on "wp_insert_term with polylang"
I'm trying to find the solution to this problem... I have a lot of terms that i need to input and it would take me about 5, 6 days just for that. I have 6 langs on the site and i've inputed the terms...
View ArticleSurvivalistWeng on "Twenty Fourteen "Nothing found" Homepage, but no sticky...
Hi all, I've recently set up a site running the Twenty Fourteen theme. It is a multilingual site running on Polylang. At present, I have 3 published posts and all of them have the "featured" tag to...
View ArticleTara on "Twenty Fourteen "Nothing found" Homepage, but no sticky posts?"
Have you tried: - deactivating ALL plugins temporarily to see if this resolves the problem. If this works, re-activate them individually (one-by-one) to find the problematic plugin(s). If you can't get...
View ArticleSurvivalistWeng on "Twenty Fourteen "Nothing found" Homepage, but no sticky...
After going through the "deactivate all plugins" step, I'm reasonably sure that it has something to do with Polylang or the Twenty Fourteen theme itself. When I deactivated Polylang, everything came...
View ArticleHanalin on "[Plugin: Polylang] Display all content?"
Is it possible to display all the content regardless of the language that the post is made in? Thank you. P.S. I tried to use search, but search looks through the whole WP forum instead of just this...
View ArticleChouby on "[Plugin: Polylang] Display all content?"
If you have some php skills to do it, yes it is possible: http://polylang.wordpress.com/documentation/documentation-for-developers/general/
View ArticleChouby on "wp_insert_term with polylang"
Once you have the term_id, you can save the language with (assuming you want it to be in English): global $polylang; $polylang->model->set_term_language($term_id, 'en');
View ArticleChouby on "[Plugin: Polylang] Greek Letters do not Display Correctly In...
What are these redirections?
View ArticleChouby on "Twenty Fourteen "Nothing found" Homepage, but no sticky posts?"
The only issue I have is that I do not know whether Twenty Fourteen is supposed to allow "featured" posts to appear in the main content area as well as the slider by default I confirm that Twenty...
View Articlecostas90 on "[Plugin: Polylang] Greek Letters do not Display Correctly In...
I tried to re-apply the redirection code again and looks like it works. I am not sure why. Thank you for your help anyway.
View Articleviraguen on "Polylang in Bootstrap WP"
Hi, Thanks for this plugin, it seems to work very well. However, we are trying to use it with Bootstrap WP and we are having problems trying to make the navmenu works in two languages. We read some...
View Articledanncoba on "wp_insert_term with polylang"
Thanks for the advice but it didn't work... Here is the code that i'm using $term = wp_insert_term( 'aaaaas', // the term 'custom_tax', // the taxonomy array( 'description'=> 'Just to see the...
View ArticleChouby on "wp_insert_term with polylang"
wp_insert_term does not return *only* the term_id http://codex.wordpress.org/Function_Reference/wp_insert_term#Return_Values
View ArticleChouby on "Polylang in Bootstrap WP"
If you refer to this theme https://github.com/rachelbaker/bootstrapwp-Twitter-Bootstrap-for-WordPress then that's always the same so frequent bug with wp_nav_menu not using the 'theme_location' defined...
View ArticleHanalin on "[Plugin: Polylang] Display all content?"
Barely any php skills :( Is the following sufficient or I am far from it? 1) I added a plugin that enables php code execution within post/page. 2) I then created a page with the php code you for...
View Articleviraguen on "Polylang in Bootstrap WP"
Thanks Chouby!! Yes, this is the theme. We tried to change some things. In functions.php we changed register_nav_menus( array('main-menu' => __( 'Main Menu', 'bootstrapwp' ), ) ); to this:...
View ArticleChouby on "Polylang in Bootstrap WP"
The 'register_nav_menus' was correct. So you don't need to change it. The correct version for wp_nav_menu is then: wp_nav_menu( array('theme_location' => 'main-menu', 'container_class' =>...
View Articleviraguen on "Polylang in Bootstrap WP"
We did the change and now we don't have items in the menu. We are using the last version of Polylang v1.3.1 and WP v3.5 In admin console we have this:...
View Article