Guy_fr
Forum Replies Created
-
Forum: Plugins
In reply to: [Polylang] [Plugin: Polylang] Update to 0.9.1 not workingToday, it works without any change and update process succeeded, maybe something wrong in wordpress svn, I was staying in V0.9.
So… best regards 🙂Forum: Plugins
In reply to: [Polylang] [Plugin: Polylang] First installThanks for answer.
Categories : Yes it is a wordpress core action, but maybe it could be automatic, when adding a category or taxonomy from another language, name and slug can be filled, slug with old slug and en_EN at the end for exemple or the extension which is found for the language selected in the combobox.
– For pages and posts, I didn’t noticed the language filter select box, maybe it could be select with the current language on startup instead of all languages, as other language pages or posts can be reached by cliclking the pencil icon.
When displaying flags in the menu, you should add the css style for image flags. I tried in Twenty Eleven and the flags are resized as img style for the theme is adding height auto, margin, etc…
I modified in the base.php file in the get_flag function but, maybe it could be done in a css external file.
My modif. in base.php (line 133):
[code]return isset($url) ? '<img style="width: 16px; margin: 0pt; height: 11px;" src="'.esc_url($url).'" alt="'.esc_attr($lang->name).'" />' : '';[\code]