-
Author
-
July 25, 2018 at 03:26 #204604sergiolucianojrParticipant
I’m using the Kleo child theme.
When I open this page: http://www.colabcolibri.com/a-colibri-3, the main menu works perfectly.
As you can see in the following image:
When, in the same page, I click in a tab
The menu doesn’t work properly anymore.
When I change to the main Kleo theme, it works.
Why just in the Kleo child is it happening? It seems the main menu goes to last priority in showing its information.
Can you help me with that?
July 25, 2018 at 05:50 #204605sergiolucianojrParticipantTesting the website, I’ve found this problem.
When I click in the tab (number 1 in the picture) appears in the body the code “header overflow”.Because of it i’m having issues with the menubar.
I reinforce that it just happen in the child theme. Not in the main Kleo.
_____
To solve it temporarily, I’ve customized some CSS codes to avoid this problem:
# to solve the main problem, caused by the “header overflow”
.navbar > .kleo-main-header,
.kleo-main-header > .container > .navbar-collapse {
overflow: visible !important;
}# to solve the problem with the main menu in the mobile, that also don’t appear
@media (max-width: 991px) {
.navbar-nav {
height: auto !important;
}
}By the way…
Is it possible to correctly fix this issue directly in the root cause?
July 25, 2018 at 22:43 #204698LauraModeratorHello, 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 🙂
July 26, 2018 at 17:08 #204781RaduModeratorHi,
If you say that the issue happens only in child theme there are two possibilities for that
1. You have enable overflow items set ON in wp-admin -> theme options -> header options – >
So theme options panel settings are different from parent to child and this can be a reason, on parent to be off and in child on.
2. A certain file or modification in child theme, so check if the cause 1 it’s culprit, if no rename files / folders overwritten in child by adding backup_ prefix.
Example functions.php file will become backup_functions.php and also for the folders.
When you find the culprit rename all back excepting the culprit.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 27, 2018 at 18:45 #204855sergiolucianojrParticipantIt was enable in one and disable in the another, as you said.
Now it seems ok. I will follow up and see if the error will appear again.
Thks
July 30, 2018 at 15:28 #204992RaduModeratorOk then
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.