mirilailai on "Polylang shortcode (like qTranslate) for theme options and text"
So I have the function already but when I use the shortcodes it doesn't work..So does that mean the custom field doesn't support shortcodes and I should try the strings option?
View Articlecadeauwerkplaats on "Polylang sudden fatal error"
WordPress version 3.81 Polylang version 1.4.2 I work for it for months already and it's a fantastic and good working plugin. However, suddenly out of the blue I am confronted with a fatal error which...
View Articlemirilailai on "Polylang shortcode (like qTranslate) for theme options and text"
Wow I don't know how but I managed to do it with the strings :) The custom field didnt accept php code so I made some changes to index.php and the magic happened. For those who are wondering how to use...
View ArticleChouby on "Polylang sudden fatal error"
It seems that some data has been corrupted in your DB. I hope you have access to it. Look for the entry _transient_pll_languages_list in the table wp_options and delete it. Before you delete it could...
View ArticleChouby on "[Plugin: Polylang] Slightly annoying behaviour on translationg...
Yes. I am aware of this (very old) UI glitch. It's in my list of bugs to fix. There are some others. Not always easy to solve... You know... Priorities...
View Articlegrenmath on "Put Polylang language switcher into header.php"
Hi, i know it'S alrdy discussed about that. But i need better explanation how to put this language witcher into "header.php". Sorry im beginner with wordpress and php. im still learning. thank in...
View Articletimosa on "[Plugin: Polylang] Language subdomains and posting comment"
I created a multilingual blog like fi.mysite.com/blog and en.mysite.com/blog. Everything seems to work well, but when you post a comment, you are redirected to mysite.com/blog/wp-admin/ page. Permalink...
View Articlec.bavota on "[Theme: Arcade Basic] Translate homepage Arcade theme"
Both "From the Blog" and "See More" should be translatable through the .PO language file. Since the Jumbo Headline is live text, you will have to use a plugin that offers some sort of tag to use on...
View Articlecskyleryoung on "Polylang ACF Shortcodes Stripped Out"
Settings: Static Front Page - Yes Pretty Permalinks - /%postname%/ Polylang: - Directory name - Hide URL - Remove /language/ - Set language based on browser preference - 2 custom post types - NO synch...
View Articlegemmabeltran on "Polylang sudden fatal error"
Hi, I'm having the same message on my website after working on it for several weeks... I tried looking for this entry "transient_pll_languages_list" but I can't find it... I need some help please!...
View Articlemariajcrgomes on "[Plugin: Polylang] Translate homepage Arcade theme URGENT"
This is the answer of the theme author I'm using: Both "From the Blog" and "See More" should be translatable through the .PO language file. Since the Jumbo Headline is live text, you will have to use a...
View Articlegemmabeltran on "[Plugin: Polylang] fatal error PLL_languages_list"
Hi, I need urgent help, my website cannot be accessed anymore and I didn't do anything... when I try to enter this message appears: Fatal error: PLL_Model::_languages_list(): The script tried to...
View Articleflorian_r on "[Polylang] Running Polylang alonside Pagebuilder and Vantage...
Dear Polylang Users, I'm using polylang alongside the pagebuilder plugin and a vantage theme with great overall success. However, there remain little issues I need to figure out: 1. the "home page" of...
View ArticleChouby on "Polylang sudden fatal error"
That's not "transient_pll_languages_list" but "_transient_pll_languages_list"
View ArticleChouby on "[Plugin: Polylang] fatal error PLL_languages_list"
See http://wordpress.org/support/topic/polylang-sudden-fatal-error
View ArticleChouby on "[Plugin: Polylang] Language subdomains and posting comment"
I reproduce the bug but don't have solution yet. I am on it.
View ArticleChouby on "[Plugin: Polylang] Language subdomains and posting comment"
Could you check with the current development version (v1.4.2.1)? http://downloads.wordpress.org/plugin/polylang.zip
View Articletimosa on "[Plugin: Polylang] Language subdomains and posting comment"
Thanks for the quick response. I downloaded your patch, unzipped it, restarted httpd, checked plugin version (1.4.2.1) and tried posting comments, but was redirected to the wp-admin page still,...
View Articletimvanuum on "[Plugin: Options Framework] Categories by language"
I also would like to know if and how it is possible to get languages from polylang into theme options. No luck with: pll_the_languages(); - Maybe with a custom query, not a very nice way tho.
View Articletimvanuum on "[Plugin: Options Framework] Categories by language"
This maybe helps you. $result = mysql_query("SELECT * FROM wp_term_taxonomy WHERE taxonomy='language'"); while($row = mysql_fetch_assoc($result)){ $locale =...
View Article