Control panel

Premium, Furniture Joomla Design Shop Template with K2Store support
GK User
Sun Oct 21, 2012 11:57 pm
Ops sorry, I posted where she should not

It is possible, leaving fixed panel template configuration, as it moves a lot when you hover the mouse pointer over

the template Black and White

thanks
User avatar
Fresh Boarder

GK User
Mon Oct 22, 2012 10:16 pm
Hi

Yes it's possible but remember this change on future updates.

Please open ../gk_black_and_white/admin/scripts.js

comment this fragment:

Code: Select all
$$('div[id^="template-sliders-"]')[0].addEvent('mouseenter', function() {
         WidthFX.start({
              'width': minW,
              'margin-left': (-1 * (minW - baseW))
         });
    });
   
    $$('div[id^="template-sliders-"]')[0].addEvent('mouseleave', function() {
         WidthFX.start({
              'width': baseW,
              'margin-left': 0
         });
    });


like this

Code: Select all
//$$('div[id^="template-sliders-"]')[0].addEvent('mouseenter', function() {
         //WidthFX.start({
              //'width': minW,
              //'margin-left': (-1 * (minW - baseW))
         //});
    //});
   
    //$$('div[id^="template-sliders-"]')[0].addEvent('mouseleave', function() {
         //WidthFX.start({
              //'width': baseW,
              //'margin-left': 0
         //});
    //});


Cheers
User avatar
Platinum Boarder

GK User
Thu Oct 25, 2012 3:48 pm
It works thanks!
User avatar
Fresh Boarder


cron