Advanced Tooltips Support Product Page

This topic was archived

ToolTIps

Reported 09 Jul 2008 20:33:24
1
has this problem
09 Jul 2008 20:33:24 Humberto Flor posted:
I can get the extension to work on the browser. It works perfectly when testing, but once I upload all the files, images, styles, etc; it just don't work and I get an error from explorer (7+) Please, help. I have some screens I can share with you to see if you can help. I worked three hours, aplying all possible solutions, all of the one you suggested in the forum with no positive results. Please, help.Attaching error screen: <img src="www.lagringa.com/Newsletters/error_1.jpg" border=0> and html code inserted by the extension in Dreamweaver: <img src="www.lagringa.com/Newsletters/html_code.jpg" border=0>

Replies

Replied 10 Jul 2008 10:24:24
10 Jul 2008 10:24:24 Miroslav Zografski replied:
Hi Humberto,

There is a pached version of adv. ToolTip avaliabel for download on our site witch will fix your error.
Exept that I don't see de reqired scripts linked on the page. Please, reapply the extension and check the head code for following:
<pre id=code><font face=courier size=2 id=code>
&lt;script language="javascript" type="text/javascript" src="../ScriptLibrary/jquery-latest.pack.js"&gt;&lt;/script&gt;
&lt;script language="javascript" type="text/javascript" src="../ScriptLibrary/dmxTooltips.js"&gt;&lt;/script&gt;
&lt;script type="text/javascript"&gt;
&lt;!--
function applyDMXTooltip(trigger) {
var arg = {};
var options = ['dataProvider','showEffect','easing','showAt','showDirection',
'showDuration','showDelay','closeEvent','styleTheme',
'showCloseBtn','onshow','onhide','mouseOffsetX','mouseOffsetY','x','y','w','h'];
for (var i = 0; i &lt; options.length && i &lt; arguments.length-1; i++) {
arg[options[i]] = arguments[i + 1];
}
showTooltip(trigger, arg);
}
//--&gt;
&lt;/script&gt;
</font id=code></pre id=code>

Also the image path is not correct.

Regards,

M.Zografski

-----------------------------------
DMXZone.com Support Team
-----------------------------------

Reply to this topic