In the demo, cart dropped when it is clicked and we can click anywhere and it will hide it. But in my site I need to click the Cart Link only it will hide. Please assist?
Details:
Joomla v2.5.4
Virtuemart 2.0.6
http://webclicks.biz/shop25
teitbite wrote:Hi
Please tell me the new location of the site so I'll be able to help.
popup_overlay.addEvent('click', function() {
if(opened_popup == 'login') {
popup_overlay.fade('out');
popup_login_fx.start({
'opacity' : 0,
'height' : 0
});
}
if(opened_popup == 'register') {
popup_overlay.fade('out');
popup_register_fx.start({
'opacity' : 0,
'height' : 0
});
}
});