VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: Twix on February 03, 2012, 18:45:07 PM

Title: Double tooltips
Post by: Twix on February 03, 2012, 18:45:07 PM
I'm having double tooltips in the backend:
- yellow in: administrator/templates/bluestork/css/template.css
- white in: components/com_virtuemart/assets/css/vtip.css

How can this be fixed? Do you guys have the same?
Perhaps VM tooltip needs to be deleted?
Title: Re: Double tooltips
Post by: jenkinhill on February 03, 2012, 21:36:43 PM
In 2.0.1d?
Title: Re: Double tooltips
Post by: Twix on February 03, 2012, 22:08:10 PM
Just updated. Yes also with 2.0.1d, not with all though. Check attachment.

Also perhaps the migrator didn't migrated ' good. You see Trafo\'s in stead of Trafo's. I can't go in details, it was a while ago. It coudl be even there before the migration, since the website is not mine. Just fixing it.

[attachment cleanup by admin]
Title: Re: Double tooltips
Post by: sirius on February 03, 2012, 23:12:19 PM
Hi,

I confirm this issue too

J2.5.1 && VM2.0.1c (with a RT template gantry framework)
Title: Re: Double tooltips
Post by: Twix on March 16, 2012, 12:37:00 PM
Issue still present, could you give it a look?
Title: Re: Double tooltips
Post by: SparksArts on August 13, 2012, 01:32:05 AM
I also have double tooltips everywhere in the backend Admin. This is pretty annoying. Would like to turn the top one off since that only shows the field label. The yellow one underneath has the extra information, but it's hidden.

Joomla 1.5.26
Virtuemart 2.0.8e
PHP 5.3.6
MAMP 2.0.5

I'm in the process of upgrading a copy of my website from Joomla 1.5.26 / Virtuemart 1.1.9 to Joomla 2.5.6 / Virtuemart 2.0.8e. Maybe once I migrate to Joomla 2.5 this will be fixed?

Richard

[attachment cleanup by admin]
Title: Re: Double tooltips
Post by: DaggaTora on August 13, 2012, 19:12:51 PM
No, it is not an upgrade issue. I didn't upgrade and i'm using 2.0.8e and have the same problem since a couple of months :)
Title: Re: Double tooltips
Post by: SparksArts on August 13, 2012, 19:24:39 PM
Quote from: DaggaTora on August 13, 2012, 19:12:51 PM
No, it is not an upgrade issue. I didn't upgrade and i'm using 2.0.8e and have the same problem since a couple of months :)

Are you using Joomla 1.5 or 2.5?
Title: Re: Double tooltips
Post by: DaggaTora on August 14, 2012, 09:14:15 AM
Quote from: sparkosis on August 13, 2012, 19:24:39 PM
Quote from: DaggaTora on August 13, 2012, 19:12:51 PM
No, it is not an upgrade issue. I didn't upgrade and i'm using 2.0.8e and have the same problem since a couple of months :)

Are you using Joomla 1.5 or 2.5?

I'm using 2.5
Title: Re: Double tooltips
Post by: Rixters on August 24, 2012, 14:14:40 PM
I've the same problem... It fount this post:
http://forum.virtuemart.net/index.php?topic=101184.msg335285#msg335285

My quickfix core hack:
http://forum.virtuemart.net/index.php?topic=100003.0

Hopefully there will be a better solution for this soon! I don't like core hacks... For now the only solution for me!


Title: Re: Double tooltips
Post by: Rixters on March 11, 2013, 01:40:32 AM
Dealing with this problem for a long time now, I came across the solution. After extensive testing I found that the problem is caused by two plugins of NoNumbers (Chache Cleaner / Add to Menu). Uninstalling these plugins solves the problem!
Title: Re: Double tooltips
Post by: Rixters on March 11, 2013, 01:50:52 AM
Found a solution if you want to use the NoNumbers extensions. A lot of the plugins have a tooltip text. This can be disabled in the plugin settings. Disabling the tooltip solves the problem!
Title: Re: Double tooltips
Post by: sgagner on August 09, 2013, 16:19:40 PM
The problem with showing double tooltips and wrong texts in Virtuemart 2.x when NoNumbers Add-To-Menu and cacheClenaer is installed, must definitly be solved since these two extensions from NoNumbers are of outmost importance to have on any Joomla website.
Title: Re: Double tooltips
Post by: Maxim Pishnyak on August 09, 2013, 20:58:28 PM
Quote from: sgagner on August 09, 2013, 16:19:40 PM
The problem with showing double tooltips and wrong texts in Virtuemart 2.x when NoNumbers Add-To-Menu and cacheClenaer is installed, must definitly be solved since these two extensions from NoNumbers are of outmost importance to have on any Joomla website.
Always funny when extension with bigger amount of reviews on JED MUST to support not so popular extensions.

Maybe you have ... a link?
Title: Re: Double tooltips
Post by: sgagner on August 09, 2013, 21:08:42 PM
NoNumbers Extensions is one of the most important extension packs you need to have on almost any webpage according to me. NoNumbers together with Akeeba Admin Tools, Akeeba Backup Pro and JCE Editor are all a must-have.

If you are not familiar with NonNumbers you find them here: http://www.nonumber.nl/ (http://www.nonumber.nl/)

The double Tool-tip-problem is solved by inactivating the tooltips in the CacheCleaner plugin and in the Add-to-Menu admin module. The problem is that Virtuemart loads the jQuery scripts twice and in wrong order. Please contact Peter van Westen at NoNumbers for advice how to do.
Title: Re: Double tooltips
Post by: Maxim Pishnyak on August 09, 2013, 21:32:19 PM
Quote from: sgagner on August 09, 2013, 21:08:42 PM
The problem is that Virtuemart loads the jQuery scripts twice and in wrong order.
Lie.

Maybe you didn't watch attentively on my forum status. So I want to say you that I'm moderator here and, if I'm asking about link here, that means link to the web page where some issues present. And I'm not so dumb, that I couldn't google extension home page. So I didn't ask about nonumbers web site.
Title: Re: Double tooltips
Post by: SparksArts on August 09, 2013, 21:36:42 PM
Easier to hack Virtuemart rather than the 2 other modules. NoNumbers updates more often than Virtuemart. I fix the double-tooltips this way:

Disable the CSS file for the popup:

Goto: administrator\components\com_virtuemart\helpers\adminui.php

Disable CSS file on Line 45:       $document->addStyleSheet($front.'css/vtip.css');
by replacing it with: //$document->addStyleSheet($front.'css/vtip.css');
Title: Re: Double tooltips
Post by: sgagner on August 09, 2013, 22:00:56 PM
@Maxim Pishnyak: I am very sorry for the misunderstanding about the link.

Since the problem occur in the admin area and it is a live website I have fixed, I cannot give any link to the problem website.

However the problem is very easy to reproduce. Simply make a fresh install with Joomla 2.5.14, Virtuemart 2.0.22a and NoNumbers Add-to-Menu + NoNumbers CacheCleaner and then take a look in the Virtuemart backend eg. the configuration and point to any setting that has tooltips and you will see for yourself. There will be 2 Tool-tips on top of each other where the bottom one has the correct Tooltip text.
Title: Re: Double tooltips
Post by: Maxim Pishnyak on August 09, 2013, 22:16:26 PM
@ sgagner: everything ok. Still I'm worrying a little about "The problem is that Virtuemart loads the jQuery scripts twice and in wrong order.". Your web store still have such a critical issue?
Title: Re: Double tooltips
Post by: sgagner on August 09, 2013, 23:12:21 PM
No, I have solved the problem and that is what I reported in my first posting.
It is  one of my customers websites but I have been very frustrated over this problem a long time. It was until today I took enough time to solve it.
However the solution is a bandaid and not a real solution.
Title: Re: Double tooltips
Post by: Milbo on August 10, 2013, 13:41:32 PM
Quote from: sgagner on August 09, 2013, 21:08:42 PM
NoNumbers Extensions is one of the most important extension packs you need to have on almost any webpage according to me. NoNumbers together with Akeeba Admin Tools, Akeeba Backup Pro and JCE Editor are all a must-have.

If you are not familiar with NonNumbers you find them here: http://www.nonumber.nl/ (http://www.nonumber.nl/)

The double Tool-tip-problem is solved by inactivating the tooltips in the CacheCleaner plugin and in the Add-to-Menu admin module. The problem is that Virtuemart loads the jQuery scripts twice and in wrong order. Please contact Peter van Westen at NoNumbers for advice how to do.

Funny, I know NoNumber from conferences, but I never used any plugin of him. Cachecleaner? you should not use any cache with VM actually. A lot of features cannot work with cache. Maybe with the progressive one, but that makes the browsing experience even slower.

I was also a fan of akeeba, but within the informal chat of the vm team, we gathered actually a lot problems with it and we know there is no interest to fix this. So we suggest to use something like Akeeba but I do not anylonger consider it as a "must have".
The general rule of programming is "DO NOT INTERFERE THE WORK OF OTHERS!"
Some plugins just interfere, and use their methods even in other components. So it is clearly not our problem. Or haha to use Nicholas car analogy (the guy of akeeba)

It is not the fault of Mercedes, when you use wrong gas. It is not the fault of Mercedes, when you use a stereo in the car sucking the electricity out of its batteries.

For me it looks clearly that the plugins of nonumber seems not to be fully compatible with VM.

and vm2 is NOT loading the jQuery twice. IF you find the jquery two times, then you can even DISABLE the jquery of virtuemart. Exactly for that reason.
Title: Re: Double tooltips
Post by: franzpeter on August 10, 2013, 13:56:04 PM
Milbo fully agree. I do not see too, that all those mentioned extensions like the NoNumbers, admin tools, backup and JCE are a must.  They would be nice if they would all work in the expected way without disturbing code from the default VM or Joomla part. I do not know about NoNumbers but the other mentioned I know very well. Using the mentioned backup solution I just can recommend to try to restore such a backup (beware of doing that on a live server) on a localhost. :)
Title: Re: Double tooltips
Post by: Milbo on August 10, 2013, 14:20:34 PM
JCE is a bit different. We tried to get it working and they adjusted it, so that it works in vm even for multilanguage. But in case of NoNumber there is nothing we can do about. We can only just disable our tooltips. The real solution would be that NoNumber is excluding vm within its plugin.