Features:
- Simple and basic easy to use on any Page or Post
- Enter and edit all text for fields and error messages in the Backend
- Compatible with qtranslate and other multi-language Plugins
- XHTML/HTM5 standard compliant
In the main Plugin file all_in_one_seo_pack.php on lines #709 and #711, the $title_attrib and $menulabel variables are not created as Multilingual Variables. In order to make them so you need to add __() around the variables:
#709 :
$filtered = '<li class="page_item page-item-'.$postID.$matches[2].'"><a href="'.$matches[3].'" title="'.__($title_attrib).'">'.__($menulabel).'</a>';
#679 :
$filtered = '<li class="page_item page-item-'.$postID.$matches[2].'"><a href="'.$matches[3].'">'.__($menulabel).'</a>';
Thanks t Karlsan at this Forum