shop & buy template - ovelay menu error

Support help forum dedicated to free and commerical templates for Joomla 3 and 2.5 version.
GK User
Wed Mar 05, 2014 3:32 pm
Hello. I have problem with the menu when opens with ovelay menu style. The white background at overlay menu wash lost.... and sawmonly the letters and lines.
But some times works...... Any ideas....???

Link : http://www.zacharopasta.gr (user : admin pass: admin)

Regards!
User avatar
Fresh Boarder

GK User
Thu Mar 06, 2014 10:20 am
Hello,

It seems to be problem with latest update of Chrome (33) - most probably it is a bug in the rendering engine. The solution is very simple - please open file js/gk.menu.js and please change fragment:

Code: Select all
overlay.fade('in');


to:

Code: Select all
overlay.setOpacity(0.01);
overlay.fade('in');
User avatar
Administrator

GK User
Fri Mar 07, 2014 6:50 pm
Thanks for your Help. Now it's OK!
Regards!
User avatar
Fresh Boarder


cron