oncleben31
Forum Replies Created
-
Forum: Plugins
In reply to: [Imsanity] Bulk resize not workingSame thing for me. I succeed with small photos but the last ones (2448×3264) didn’t. I’ve the 500 Internal Error when checking with Chrome Developper tools but there is no sign of 500 error in server logs.
I’ve tried to boost memory limit with no success. Any advice to debug this ?
Forum: Fixing WordPress
In reply to: Bilingual blogIf you have question ask me 😉
Forum: Plugins
In reply to: Multilingual site with NOT automatic translationI don’t know Polylang, Few years ago I’ve tested qtranslate, and there is some case where a plugin is not compatible with this type of plugin and you have one element in your blog which is not well translated.
For Multisite solution, now link between translations is very easy with the plugin Multisite Language Switcher (thanks to lloc). And I’ve made a special theme to redirect users from root to dedicated language.
You can test it on oncleben31.cc
To conclude, Plugin Vs Multisite is a question of blogger needs. The last one is not well known but WordPress users should study the solution to make the best choice.
Forum: Plugins
In reply to: Multilingual site with NOT automatic translationAn other solution is to not use a plugin but a multisite WordPress installation : you have a blog by language.
Pros :
– Plugin/Theme independants
– You can do easily a complete localization
– Search Engine optimizationCons :
– Two blogs to manage (but just one installation to maintain with multisite network feature).I’ve made this decision for my blog
Forum: Fixing WordPress
In reply to: Bilingual blogI think the best way to have all the content translated is to have 2 independ blogs. It could be very hard to manage but the multisite feature of wordpress to make a network of blogs is a good solution:
– only one installation
– only one install to maintain or update
– One language per blog.
– SEO easy.I’ve tried qtranslate and other plugins in the past. I have allways strange behaviour to manage to have all the web site perfectly translated.
You can read how I’ve set up my multiligual blog on this post.
I’ve made a theme for that. Users are redirected from root URL to language specific website in the network. The theme manage 404 error too.
You can read more about it on http://oncleben31.cc/en/2011/12/multisite-language-switcher-theme/
Code is hosted on Github. Feel free to improve it.
OK thanks I didn’t notice this setting.
I think I’ve found the bug.
In the path I should use “medias/galley” instead of “../medias/gallery/”. This allow me to create new gallery and add pictures in it.
But this doesn’t work. Files in the gallery manager have the path “/sub-site-name/medias/gallery/picture-name.jpg” instead of “/medias/gallery/picture-name.jpg”Is there fix in progress or is there any work around ?