Where can i edit the text for the tooltips on the icons in the top-right menu ? "Send us mail" "Follow us on twitter" etc ?
Top menu
4 posts from 3 voices-
Posted 1 year ago #
-
Also how can i change the position of the image that wordpress is croping the thumbnails?
Posted 1 year ago # -
Concerning your first question:
if you like to just translate the tooltips, that works fine with editing the .po/.mo files.
Posted 1 year ago # -
Hi,
as for your first question: this can be edited in your header.php file. An example line would be:
if($twitter = avia_get_option('twitter')) echo "<li class='twitter'><a href='http://twitter.com/".$twitter."'>".__('Follow us on Twitter', 'avia_framework')."</a></li>";
Changed to:
if($twitter = avia_get_option('twitter')) echo "<li class='twitter'><a href='http://twitter.com/".$twitter."'>".__('YOUR CUSTOM TEXT', 'avia_framework')."</a></li>";I'm not sure about your second question.
Posted 1 year ago #
Reply
You must log in to post.














