HI,
how can and where change the title of an icon that is shown on frontpage when mouse is set over the single item. I have changed the translation of the element but title of an icon is what is shown on front page and I need to change it. Please take a look at the attachment..
2 answers
Hi dbosnj35,
To get the translations works for titles also you can try as following
Open the file of app\design\frontend\default\jm_walltemplate\jooml art\jmproducts\list.phtml looking for this text
title="Add to Wishlist"
Change to
title="<?php echo $this->__(‘Add to Wishlist’) ?>"
And then change this text
title="Add to Compare"
To
title="<?php echo $this->__(‘Add to Compare’) ?>"
Hope those changes works !
Fantastic!
thank you very much…
This question is now closed