Home Forums WoodMart support forum static nav menu on front page

static nav menu on front page

Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #344080

    doisjon
    Participant

    hi,

    what is the best way to make header bottom categories nav menu drop down to be static only at slider area of the front page and the rest can do drop down as usual. also i made my header bottom sticky which is why when i scroll down it kept disappear on the front page.
    https://imgur.com/a/hOKe6XH
    https://imgur.com/a/gNKLapL

    #344106

    Hello,

    If you want to make it open on hover then you need to edit the page and scroll down and enable the open categories menu.

    Screenshot for Clarification: https://ibb.co/s6kXfrW

    Best Regards

    #344257

    doisjon
    Participant

    hi,

    that is not what i mean, even if i did enable open categories but my bottom header is on sticky mode nav menu will disappear anyway. So the question is what is the best way to create nav menu to be stick on only slider area as this image https://imgur.com/a/gNKLapL.
    what i think is how to do i disable nav menu only the front page and recreate similar element on top of slider

    best regard

    #344274

    doisjon
    Participant

    hi,

    by the way i found mega menu widget but how do i move to the exact position and size as this image https://imgur.com/a/hOKe6XH. also does it possible to disable nav menu only in front page.

    #344297

    Hello,

    Sorry, but there is no option to change the height as you require.

    Therefore to hide the nav menu. Please try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.

    .home .wd-header-nav {
        display: none;
    }

    Best Regards

    #344464

    doisjon
    Participant

    hi,

    css code you provide is not working its hide wrong one

    best regard

    #344480

    Hello,

    Can you send me a screenshot which menu you want to hide to check it myself and help you out accordingly.

    Best Regards

    #344514

    doisjon
    Participant

    hi,

    https://imgur.com/a/znuiA4H
    disable this nav menu as the image above only the front page. so when i hover or click it wont pop up.

    #344545

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS,

    .home .whb-header-bottom .wd-dropdown {
        display: none;
    }

    Best Regards

    #344682

    doisjon
    Participant

    hi,

    its exactly what i want. but its also disable other drop down on my header bottom menu too
    here is the image. https://imgur.com/a/md708uT

    best regard

    #344693

    Hello,

    Please replace the previous Custom CSS with the following then check back.

    .home .wd-header-cats .whb-header-bottom .wd-dropdown {
        display: none;
    }

    Best Regards

    #344699

    doisjon
    Participant

    hi,

    now its enable drop down for both menu. only header bottom browse categories on the font page need to disable.

    best regard

    #344732

    Hello,

    Please provide the login details of the website to check it myself and help you out accordingly.

    Best Regards

    #344758

    doisjon
    Participant

    hi,

    here is my access

    best regard

    #344799

    Hello,

    Your issue has been Resolved. Please clear cache and check back.

    Best Regards

    #345005

    doisjon
    Participant

    hi

    that is perfect, thank a lot

    best regard

    #345022

    Hello,

    We are Glad that you loved our Theme and Support Staff. We wish you all the best.

    If you do not mind, can you please leave a 5 stars rating for our Theme & Customer and Technical Support by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in future. It would encourage our work a lot. If you like our Theme and Support.

    Thanks for contacting us.
    Have a great day :-)

    Topic Closed.
    Best Regards.

Viewing 17 posts - 1 through 17 (of 17 total)

The topic ‘static nav menu on front page’ is closed to new replies.