• Resolved wordtalk112

    (@wordtalk112)


    Hi there

    First of all this plugin is one of the best Ive used.

    I have a simple question which I cant seem to rectify

    Im using a NAV menu on Tablet mode, what Im attempting to do is:

    1. Remove the OVERLAY when the menu is opened from the hamburger Icon

    2. Change the height of the menu so that it sits under my header when opened, instead of using the whole height of the page.

    Any assistance would be appreciated, please refer to this image link which will show what Im talking about. Menu Image

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter wordtalk112

    (@wordtalk112)

    Also I’ve noticed that you can not simply click the sub-menu items title to open its menu, you need to click a Chevron, plus sign or what ever sub-menu indicator you have allocated.

    What code snippet can be used to enable the user to simply click the title to open the menu, thanks.

    Thread Starter wordtalk112

    (@wordtalk112)

    Good to see I haven’t received any reply regarding my issue.

    just an update, your plugin cause so many conflicts with my webpage I deleted it.

    decided to use a different plugin.

    As for my comment “First of all this plugin is one of the best Ive used.”

    Ive changed my mind

    Plugin Author Ataur R

    (@ataurr)

    Hi

    Sorry for late reply. I was on vacation and one of the support staff away due to sickness. and that’s why it took a little bit longer time to respond.

    Let me know what types of conflicts causes our plugin so we can check and fix this within the next update.

    I am again sorry for the late reply.

    Hi,

    Sorry for the late reply. We will try to fixed the issues in our future release. For now, please follow the below steps to solve your problem.

    Remove the OVERLAY: Please use the below css in the customizer for removing overlay

    .elementskit-menu-overlay {
        display: none;
    }

    Height of the menu: Please use below css in the customizer and increase the ‘top’ as like you want to match with your header.

    .ekit-wid-con .elementskit-navbar-nav-default.elementskit-menu-container {
        top: 100px;
    }

    Sub-menu items: Some user wants to open the menu page when click on the menu title. That’s why this menu redirect to their own page. Anyway for quick solutions please follow the below screenshots and the customization file location is: elementskit > widgets > init > assets > js > nav-menu.js

    If you have further query, let us know. We will assist you as soon as possible I promise.

    Thanks

    Plugin Author Ataur R

    (@ataurr)

    Hi @wordtalk112

    Are you have patched this? We are waiting for your valuable feedback ??

    Regards

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Overlay & menu height’ is closed to new replies.