Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author neilgee

    (@neilgee)

    I would start with disabling something possible similar mobile menu javascript/jquery actions in your theme – I can see some references in your code to stickymenu and mobile menu.

    The logo appearing past a certain pixel height would require some custom javascript.

    Thread Starter TheHungryGeek

    (@thehungrygeek)

    To confirm CSS isn’t a factor with this bug?

    I’m really not certain how to disable parts of the javascript/jquery mobile menu actions which are left over from my theme. If its CSS that would be much easier.

    I hope you can help me with this, at least point me in the right direction?

    Plugin Author neilgee

    (@neilgee)

    Actually it is CSS – its in your media queries, try removing 1026-1066 and then you also need to add in when the slick nav kicks in…

    .dropdown ul {
         position: relative;
         top: 0;
         width: auto;
    }
    
    .dropdown li {
        float: none;
    }

    That’ll get you going – good luck

    Thread Starter TheHungryGeek

    (@thehungrygeek)

    Fantastic! With your help on this and after around an hour of tweaking a ton of the related CSS code I’ve got it to work perfectly.

    Plugin Author neilgee

    (@neilgee)

    Yep see it working well now – good stuff

    Thread Starter TheHungryGeek

    (@thehungrygeek)

    Thanks for your help on this ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Unable to close menu items’ is closed to new replies.