Viewing 26 posts - 1 through 26 (of 26 total)
  • Author
    Posts
  • #745509

    Hello,
    I have a sidebar menu and the submenu is visible only when I roll over the main item and it shows on the right side.
    I’d like to have the submenu displaying underneath the main Item and always showing like this:
    PORTFOLIO
    – Item 01
    – Item 02
    – Item 03
    – etc.

    Is that possible?
    Thank you!

    #747087

    Hey alefavetto,

    I think it’s possible and after checking your site, it seems that you have already done it.

    Best regards,
    Nikko

    #747170

    Hi Nikko,
    thank you but haven’t solved it. I would like all the portfolio items (submenu) to be visible all the time while now they just show up when I roll over “Portfolio” and they open on a window on the right side. I’d like to have them listed and visible all the time:
    PORTFOLIO
    – Item 01
    – Item 02
    – Item 03
    – etc.
    How can I do that?
    Thanks!

    #747184

    Hi,

    Thanks for clarifying. Try adding this css code in Quick CSS (located in Enfold > General Styling):

    .html_header_left .av-main-nav ul.sub-menu {
        opacity: 1 !important;
        visibility: visible !important;
        position: static;
        margin-bottom: 20px;
        float: left;
        border: 0;
        box-shadow: none;
    }
    
    .html_header_left .av-main-nav ul.sub-menu li, 
    .html_header_left .av-main-nav ul.sub-menu li a {
        border: 0 !important;
    }

    Hope this helps :)

    Regards,
    Nikko

    #747349

    Hi Nikko,
    works great! Thank you!
    I also added this code to reduce the space between items and it worked :-))
    padding: 0px 15px !important;
    Very grateful for your support, thanj you!
    Regards,
    Alessandra

    #747770

    Hi Alessandra,

    Great, glad we could help and thanks for the feedback. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #747854

    Hi Rikard,
    you can close the topic, everything worked great.
    Thank you!
    Alessandra

    #747995

    Hello!
    I’m sorry, topic not closed yet!
    I just noticed that when you roll over my Portofilio items (submenu) if the mouse comes from above no problem (and the items get hoghlighted) but if you approach from the bottom NONE of the submenu items can be clicked properly and link is always on the second main menu item (Visual diary).
    Could you please check it out and tell me how to make it work?
    Thank you!

    #748681

    Hi,

    Try adding this css code and see if it helps :)

    #header_main {
        overflow-x: hidden;
    }
    
    .html_header_sidebar #header .av-main-nav > li {
        float: left !important;
        width: 100%;
    }
    
    .html_header_left .av-main-nav ul.sub-menu {
        margin-bottom: 0 !important;
    }

    Regards,
    Nikko

    #748696

    Thanks Nikko,
    but nope, didn’t work :-(

    #748703

    Hey!

    Can you share for us your backend access please?
    Thank you very much

    Cheers!
    Basilis

    #748728

    Ok! Sharing in private.
    Thanks!

    #748918

    Hi,

    I tried to check the backend however I just want to confirm if the link (below in Private Content) is right? I get this

    The www.alessandrafavetto.com page isn’t working
    
    www.alessandrafavetto.com redirected you too many times.

    Cheers!
    Nikko

    #748980

    Hello,
    I’m sending a new password on private :-))
    Thanks!

    Alessandra

    #749366

    Hi,

    Can you confirm if the login page is the one I posted in previous post? This is what I get when I try to access it: http://imgur.com/a/PHhB2

    Regards,
    Nikko

    #749381

    Yes it’s correct!

    #749393

    Hi,

    I can’t really see the login fields. I keep on getting this, and can’t try the username and password you have posted:

    The www.alessandrafavetto.com page isn’t working
    
    www.alessandrafavetto.com redirected you too many times.

    Can you give a link to the login page? you have posted a link to your site and it works great, the only problem is the login page.

    Regards,
    Nikko

    #749421

    Ok!

    #749448

    Hi,

    Thanks after trying the login page you posted I got this:
    502 Bad Gateway

    Regards,
    Nikko

    #749456

    I don’t know why you cannot access. I tried on a different pc and had no problems in getting in.
    What can I do?

    #749621

    Hi,

    I’m not sure why I get this, but probably there are some restrictions in some area. I’ll try to ask my teammates to check on this.

    Regards,
    Nikko

    #750387

    Good morning Nikko,
    any news about my site??

    #751373

    Good morning Nikko and Basilis,
    did you manage to get in my site and check yhe issue?
    It’s really bothering…
    Main problem is: when you roll over my Portofilio items (submenu) if the mouse comes from above no problem (and the items get hoghlighted) but if you approach from the bottom NONE of the submenu items can be clicked properly and link is always on the second main menu item (Visual diary).

    Thank you!

    #752565

    Hi,

    I still couldn’t login to your site because if I go to /wp-admin/ I get too many redirects and trying /wp-login.php I get 502 bad gateway. My fellow moderator had same issue. I’m pretty sure the solution I gave in https://kriesi.at/support/topic/submenu-on-main-menu-sidebar-always-visible/#post-748681 should fix the issue since I had it tested on my end and on your site via web inspector.

    Best regards,
    Nikko

    #754351

    Hi Nikko,
    thank you very much for all your support but as it wasn’t working as I wished I went back to a traditional top menu :-))
    Topic closed from my side and thanks again for your support!
    Kindest regards,
    Alessandra

    #756987

    Hi,

    Glad we could help!
    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Andy

Viewing 26 posts - 1 through 26 (of 26 total)
  • The topic ‘Submenu on main menu sidebar always visible’ is closed to new replies.