VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: romatvirtue on July 02, 2013, 21:31:48 PM

Title: Remove VirtueMart 2.0.20b Tooltip in Product Details and Some Other Pages
Post by: romatvirtue on July 02, 2013, 21:31:48 PM
Dear Virtumart,

I have been searching the forum, but couldn't find an answer I was looking for. I need to remove VirtueMart 2.0.20b tooltip in product details and some other pages.

Example: when user hovers over the "Product Detail" link or product picture, etc.

Could someone please tell me where the file is that controls tooltips?

Thank you in advance.
Title: Re: Remove VirtueMart 2.0.20b Tooltip in Product Details and Some Other Pages
Post by: PRO on July 02, 2013, 22:04:21 PM
are they tooltips? or image & link titles?
Title: Re: Remove VirtueMart 2.0.20b Tooltip in Product Details and Some Other Pages
Post by: romatvirtue on July 02, 2013, 23:09:36 PM
Quote from: PRO on July 02, 2013, 22:04:21 PM
are they tooltips? or image & link titles?

Hey ;) Thanks for your reply. Yeah, you are right. Those are titles. Do you know how to disable those?
Title: Re: Remove VirtueMart 2.0.20b Tooltip in Product Details and Some Other Pages
Post by: PRO on July 03, 2013, 02:32:47 AM
you have to edit your category template

<a title="<?php echo $product->product_name ?>" rel="vm-additional-images" href="<?php echo $product->link; ?>">

you would remove
title="<?php echo $product->product_name ?>"

I dont know why you wanna remove them
Title: Re: Remove VirtueMart 2.0.20b Tooltip in Product Details and Some Other Pages
Post by: romatvirtue on July 03, 2013, 04:42:06 AM
Quote from: PRO on July 03, 2013, 02:32:47 AM
you have to edit your category template

<a title="<?php echo $product->product_name ?>" rel="vm-additional-images" href="<?php echo $product->link; ?>">

you would remove
title="<?php echo $product->product_name ?>"

I dont know why you wanna remove them

I do not care, personally. Customer satisfaction matters... :)


That worked. Thank you so much.
Title: Re: Remove VirtueMart 2.0.20b Tooltip in Product Details and Some Other Pages
Post by: plunk on May 23, 2015, 10:35:44 AM
I am using customfields. I removed them in Customfields:
Custom fields > show title: no

GONE!