Page 1 of 1
Tooltips on Wishlist, Compare, Account
Posted: Fri Mar 31, 2023 7:46 pm
by amhope
Hi there, I'm trying to add text tooltips on hover to the Wishlist, Account and Compare icons. Is there a way to do this without the need for an extension? (I using V3038)
Re: Tooltips on Wishlist, Compare, Account
Posted: Fri Mar 31, 2023 11:38 pm
by thekrotek
No.
Re: Tooltips on Wishlist, Compare, Account
Posted: Sat Apr 01, 2023 12:24 am
by by mona
You could change all the appropriate the language files manually .. but if you read
viewtopic.php?p=855555#p855555 .. it is a mistake.
Re: Tooltips on Wishlist, Compare, Account
Posted: Sat Apr 01, 2023 3:00 am
by thekrotek
OP is asking about tooltips like jQuery tooltips.
Re: Tooltips on Wishlist, Compare, Account
Posted: Sat Apr 01, 2023 1:23 pm
by TMD Extension @
If the icons are coming from font-awesome then you need to add a "title" tag in font-awesome that something like this
<i class="fa fa-edit" title="Edit Mode"></i>
It adds the tooltip "EDIT MODE" while hovering the edit icon.
On the other note. you must familiar with the OpenCart theme structure to know where the icons are coming from. Feel free to contact us via email or live chat.
Re: Tooltips on Wishlist, Compare, Account
Posted: Sun Apr 02, 2023 4:32 am
by Joe1234
I don't know what template you're using but you can generally find what you are looking for in the header.twig file and then do as TMD said. Ex
Code: Select all
catalog/view/theme/default/template/common/header.twig