[resolved] hover title for language selector
-
Hi,
Not sure if this is the way to post and if it has been posted before, but I was missing the ‘title’ or ‘alt’ on hovering over the images in my language selector (activated by using the indicated <?php if (function_exists(‘qts_language_menu’) ) qts_language_menu(‘text’); ?> trick). This was working fine on qtranslate itself.I solved this by adding title=\”$language_name\” to qtranslate-slug.php, line 2297.
So it was:
echo “<li$item_class>$link_content” . PHP_EOL;and now it is:
echo “<li$item_class>$link_content” . PHP_EOL;cheers
- The topic ‘[resolved] hover title for language selector’ is closed to new replies.