New Landing How can we help? Themeforest Theme Support Joyn Difficulty making Mega Menu look like demos

Viewing 15 posts - 1 through 15 (of 25 total)
  • Posted in: Joyn
  • #211551
    mhote
    Member
    Post count: 394

    Hi guys

    Trying to get our mega menu look like the demo. See ‘services’ tab on listed website please.

    1) Keen to get it like: http://dante.swiftideas.com/ and the hover over ‘shortcodes’ style.

    Tried to edit sub-menu margin-top etc… but on Joyn, this submenu doesn’t seem to have top padding?

    2) Any way to integrate images into menu also, or just icon codes? Like dante shop tab hover

    Thank you!

    #211999
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    This is tricky being that Dante and Joyn are different themes, there will be small discrepancies between both.

    1) Could you be more specific as to what you want? Ex: cons before the menu links? Or the visual aspect, lighter borders ect?

    2) This is controlled with an CSS position, ex:

    .full-center nav li.menu-item.sf-mega-menu>ul.sub-menu, .full-center .ajax-search-wrap {
        top: 50px!important;
    }

    3) If you have enabled the Mega Menu, you can insert custom HTML into a menu item “Custom HTML Column (within Mega Menu)”.

    If you have a mockup available or wireframe, I can try and help more specifically.

    Thanks,
    David.

    #212005
    mhote
    Member
    Post count: 394
    This reply has been marked as private.
    #212305
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Sure, please use this to help you with your queries.

    Align to top of slider:

    .full-center nav li.menu-item.sf-mega-menu>ul.sub-menu, .full-center .ajax-search-wrap {
        top: 90px!important;
    }

    Change border colors:

    nav .menu ul.sub-menu li,
    li.menu-item.sf-mega-menu>ul.sub-menu>li,
    li.menu-item.sf-mega-menu>ul.sub-menu>li {
        border-top-color: #cccccc!important;
    }

    Change font colors:

    nav .menu ul.sub-menu li.menu-item>a, 
    nav .menu ul.sub-menu li>span, 
    nav.std-menu ul.sub-menu {
        color: red!important;
    }
    
    nav .menu ul.sub-menu li.menu-item>a:hover {
        color: green!important;
    }

    The only query I was not sure on was the “white space” issue. Could you screenshot this?

    – David.

    #212447
    mhote
    Member
    Post count: 394
    This reply has been marked as private.
    #212591
    mhote
    Member
    Post count: 394
    This reply has been marked as private.
    #213069
    David Martin – Support
    Moderator
    Post count: 20834

    Hey,

    Could you add the Google Authenticator code?

    On the main parent menu item, can you select the option: “Natural Width Mega Menu”.

    Thanks,
    David.

    #213073
    mhote
    Member
    Post count: 394
    This reply has been marked as private.
    #213238
    David Martin – Support
    Moderator
    Post count: 20834

    When I try to login, there is a 3rd security check “Google Authenticator”. It requires a code to login.

    I’ll need to login to investigate this further and quicker.

    – David.

    #213349
    mhote
    Member
    Post count: 394
    This reply has been marked as private.
    #213728
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Please take a look now.

    If you need to alter the horizontal position we can adjust that using:

    li.services-custom>ul.sub-menu {
        -webkit-transform: translateX(-74%);
        -moz-transform: translateX(-74%);
        -o-transform: translateX(-74%);
        transform: translateX(-74%);
    }

    Thanks,
    David.

    #213887
    mhote
    Member
    Post count: 394
    This reply has been marked as private.
    #213899
    mhote
    Member
    Post count: 394
    This reply has been marked as private.
    #213990
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below

    .full-center .header-4 .fw-header .float-menu li.menu-item.sf-mega-menu>ul.sub-menu {
        right: inherit!important;
    }

    Hope it helps.

    -Rui

    #213993
    mhote
    Member
    Post count: 394
    This reply has been marked as private.
Viewing 15 posts - 1 through 15 (of 25 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register