Thread Starter
mtnm
(@mtnm)
Temporarily fixed manually by editing style.css and other css files (mobile, mobile_hz, tablet).
Thread Starter
mtnm
(@mtnm)
SOLVED:
In order to fix that I edited custom.js file and added this code:
skt_iamone_ss.addEvent(window,"load",skt_iamone_ss.fixAllLinks);
fixAllLinks is a function which already exists in the code and responsible for smooth scrolling. I don’t know why it didn’t work in the first place, could be an HTML error that prevented it.
Thread Starter
mtnm
(@mtnm)
EDIT:
Tried to disable JavaScript in chrome and that weird thing still happens (able to click on menu items only after shrinking and enlarging the window back to normal).
Guess this rules out my broken JavaScript hypothesis..