-
Author
-
December 23, 2016 at 14:07 #147884mcadminParticipant
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.December 25, 2016 at 21:54 #147977LauraModeratorHello, 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 solutionLaura 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 🙂
December 27, 2016 at 16:14 #148079RaduModeratorHi,
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 codeCOPY CODEul#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 solutionAttachments:
You must be logged in to view attached files.December 28, 2016 at 14:45 #148196RaduModeratorI 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 solutionDecember 28, 2016 at 18:21 #148222RaduModeratorYou 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 solutionDecember 28, 2016 at 19:07 #148230RaduModeratorUse the next CSS instead
COPY CODEul.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 solutionJanuary 5, 2017 at 19:17 #148910mcadminParticipantok 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
January 5, 2017 at 19:32 #148917RaduModeratorHi,
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 solutionJanuary 6, 2017 at 17:05 #149080RaduModeratorYou’re welcome
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 9, 2018 at 15:55 #211342mcadminParticipantHi,
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.
October 10, 2018 at 15:48 #211388RaduModeratorHi,
In the style.css from child theme you will need to remove a css rule.
That was causing that extraspace at this moment.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.