This topic has 13 replies, 3 voices, and was last updated 6 years by Radu.

  • Author
  • #147884
     mcadmin
    Participant

    We have an issue where the sub sub menu is not showing on the top menu. It works on the main menu but not the top menu.

     

    I can see someone else is reporting this but the forum post is blank with no reply.

     

    We are using the latest wordpress and kleo.

    Attachments:
    You must be logged in to view attached files.
    #147977
     Laura
    Moderator

    Hello, will assign the ticket to a higher support level who can help and advise you in your query.
    Thanks! ?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #148079
     Radu
    Moderator

    Hi,

    For that you should add this file after unzip (see attached) to kleo child theme in this location (/wp-content/themes/kleo-child/page-parts/general-header-section.php)
    Then in kleo child style.css you will have to add the next CSS code

    COPY CODE
    
    
    ul#menu-kleotopmenu .menu-item-has-children ul.dropdown-menu.sub-menu li ul {
        left: 158px !important;
    }
    
    @media(max-width:991px) {
    
    ul#menu-kleotopmenu .menu-item-has-children ul.dropdown-menu.sub-menu li ul {
        left:-158px !important;
    }
        
    }
    
    

    NOTE: KLEO child theme needs to be installed and activated

    I will add this to the improvements list.

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    Attachments:
    You must be logged in to view attached files.
    #148116
     mcadmin
    Participant
    This reply has been set as private.
    #148196
     Radu
    Moderator

    I see
    Please check again the path where the php file should be added : /wp-content/themes/kleo-child/page-parts/ this should work.

    If you have any caching plugin please purge/empty all caches

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #148207
     mcadmin
    Participant
    This reply has been set as private.
    #148222
     Radu
    Moderator

    You have forgotten to add CSS most probably, add also the CSS from this reply : https://archived.seventhqueen.com/forums/topic/sub-sub-menu-not-opening-on-top-menu/#post-148079

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #148230
     Radu
    Moderator

    Use the next CSS instead

    COPY CODE
    
    ul.dropdown-menu.sub-menu.pull-left li ul {
        margin-left: 165px !important;
    }
    
    @media(max-width:991px) {
    
    ul.dropdown-menu.sub-menu.pull-left li ul {
        margin-left: -165px !important;
    }
    
    }
    
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #148910
     mcadmin
    Participant

    ok cool that worked but now the submenus in the main menu are shunted to the right. Is there a code to fix this?

    thanks,

    Marcus

    #148917
     Radu
    Moderator

    Hi,

    Sorry,

    Replace css code with this

    COPY CODE
    
    .top-bar ul.dropdown-menu.sub-menu.pull-left li ul {
        margin-left: 165px !important;
    }
    
    @media(max-width:991px) {
    
    .top-bar ul.dropdown-menu.sub-menu.pull-left li ul {
        margin-left: -165px !important;
    }
    
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #148950
     mcadmin
    Participant

    great thank you

    #149080
     Radu
    Moderator

    You’re welcome
    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #211342
     mcadmin
    Participant

    Hi,

    Sorry to bring up this old thread but i think it is related. We have an issue on our top menu again:
    If you hover over ‘about us’ then ‘who we are’ you’ll see the menu is not appearing correctly:
    https://www.womensaid.org.uk/

    We added extra code to get this to work which was fine for ages. However now the sub sub menu is shunted over to the right too far.

    #211388
     Radu
    Moderator

    Hi,

    In the style.css from child theme you will need to remove a css rule.

    That was causing that extraspace at this moment.

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 14 posts - 1 through 14 (of 14 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?