I have no idea how I overlooked that option,
thank you very much, works great.
Love your plugin!
Hi!
Thanks for a great plugin! I just run into one problem:
I need the pictures available without filling their translation info manually every time. I have tried setting PLL_MEDIA_SUPPORT to false in wp-config.php , but It still doesn’t show me any media for english (default being german) pages to insert.
I run WordPress 3.5.1 and have tried polylang 1.0.4 stable and 1.1dev10, neither giving me the media.
In the media panel, I still get columns for the languags, and if manually translating the picture appears to be added in ‘insert media’.
I had suspected that my wp-config option is ignored, but it’s the right file, and I just add
define(PLL_MEDIA_SUPPORT, false);
before the
/* That’s all … */ line.
Any Ideas what could still be going wrong?