Denis Žoljom
Denis Žoljom
The first part can be solved by changing the command name, the second part is still lacking. We could add a flag that will be used to distinguish between the...
Did you look into the clash with revolution slider? I am trying to figure out what could be the issue, but I really have no idea what could cause it....
Stupid google, I've replied to the mail. Hope you'll find the issue. I've tried moving the scripts in footer, in header, made okayNav dependent on revolution slider, nothing helped. And...
Nope, I don't know why the revolution slider clashes with the navigation (don't really see where the clash could come from). So I removed the okayNav and started to work...
I had errors and the image wasn't showing.
I had to find a different solution so I had to abandon the okayNav unfortunately.
Ok, so it seems that the resize issue is happening in Chrome only (a thing that one would never expect). The weird thing is that the codepen example works on...
I'll try your solution and see if it works, and if it doesn't I'll mail you the url. Thanks!
Ok, so I've made a hack that seems to be fixing the Chrome issue: ``` function navigation(){ $('#nav-main').okayNav({ swipe_enabled : false }); $('#nav-main').okayNav('recalcNav'); } navigation(); $(window).on('resize', function(){ $('#nav-main').okayNav('destroy'); navigation(); });...