For those who use qtranslate or mqTranslate
-
If like me you have problems to convert your multiple language text (ex: for new popup layout)
In imagemapper.php, just add on line 179 :
'ajaxurl' => admin_url('admin-ajax.php?lang='.qtrans_getLanguage()),
and to translate your attribute_title simply add __() on line 774 :
`title=”‘.(isset($meta->title_attribute) ? __($meta->title_attribute) : $title).'” />’;’Maybe other stuff can be changed to fully work
??
- The topic ‘For those who use qtranslate or mqTranslate’ is closed to new replies.