hansbaer
Forum Replies Created
-
Forum: Plugins
In reply to: [Polylang] Issues with Polylang 1.2.xThanks for the quick reply. I am happy to see that this is one of the rare occasions that the simplest fix without any deeper understanding of the whole architecture turned out to be an actual solution π
Thanks and keep up the good work! Polylang is a great plugin!
Forum: Plugins
In reply to: [Polylang] Issues with Polylang 1.2.xI get an error message with the latest (1.2.3) version on WP 2.7.1 with the Atahualpa theme:
Warning: Invalid argument supplied for foreach() in […]/wp-content/plugins/polylang/frontend/frontend-nav-menu.php on line 144
$menus in the function at that position is no array apparently but is treated as one. I have made a quick fix by making an
if(is_array($menus)) {
// foreach code goes here
}around it, but that’s not more than a dirty hack.
Forum: Plugins
In reply to: [Polylang] [Plugin: Polylang] No flags anymoreFor some reason the language file settings were set to the names of the languages. I have entered the code names now and it works.
Sorry that I bothered you with that and thanks a lot for your help!
Forum: Plugins
In reply to: [Polylang] [Plugin: Polylang] No flags anymoreThe column headlines are “sv”, “de” and “en” – but there are also no flags.
I know it is weird. When I installed the plugin recently and used version 0.7.1, the flags worked just fine.
Forum: Plugins
In reply to: [Polylang] [Plugin: Polylang] No flags anymoreForum: Plugins
In reply to: [Polylang] [Plugin: Polylang] No flags anymoreI have logged in to the server, downloaded the zip file, unpacked it and overwritten the files. There seems to be no effect.
There is no hint of it in the error log, as far as I can see.
Forum: Plugins
In reply to: [Polylang] [Plugin: Polylang] No flags anymoreI’m using the standard ones which came with Polylang.
As with the main page, the flags are missing in the admin interface, too.
I have checked the source code. The tag looks like that<td class=”flag column-flag”></td>
So, there is simply no output.
Forum: Plugins
In reply to: [Polylang] [Plugin: Polylang] Category problemI have found a pattern: it only happens with the non-standard language.
The feature which is supposed to allow me to add translations for the category names does not work.
So, I suppose, there are now categories shown because there is no translation to the respective language. So, the key is probably to fix the translation feature for categories. I have checked it with 0.7.2 today. It didn’t work.
Same thing here – it seems to be unusable in WP 3.3
Just another remark in case this is not fixed yet.
I have just tried to post something. It workes, but caused a PHP error:
Fatal error: Class ‘Flattr_Rest’ not found in /var/www/htdocs/[…]/wp-content/plugins/flattr/flattr5.php on line 490
Thanks!
The stats problem turned out to be a software problem and is just coincidental.