Cart dropdown small glitch

Change your online store into modern look with myStore eCommerce VirtueMart Joomla template - discussion forum.
GK User
Thu May 03, 2012 4:52 pm
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
User avatar
Fresh Boarder

teitbite
Mon May 14, 2012 2:27 am
Hi

Please tell me the new location of the site so I'll be able to help.
User avatar
Moderator

GK User
Sat Jun 02, 2012 10:53 am
teitbite wrote:Hi

Please tell me the new location of the site so I'll be able to help.


Hi there you go:
User avatar
Fresh Boarder

teitbite
Sun Jun 03, 2012 2:40 am
Hi

You are using J2.5 version where this works a little bit different than in the demo and template for J1.5. I'll ask programmers about the solution for that.
User avatar
Moderator

teitbite
Sun Jun 03, 2012 2:57 pm
Hi

This part is responsible for such behaviour:

Code: Select all
      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
            });
         }
      });



You need to add this to /js/gk.scripts.js file.
User avatar
Moderator


cron