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

  • Author
  • #204604
     sergiolucianojr
    Participant

    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:

    View post on imgur.com

     

    When, in the same page, I click in a tab

    View post on imgur.com

     

    The menu doesn’t work properly anymore.

    View post on imgur.com

     

    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?

    #204605
     sergiolucianojr
    Participant

    Testing the website, I’ve found this problem.

    View post on imgur.com


    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?

    #204698
     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 🙂

    #204781
     Radu
    Moderator

    Hi,

    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
    R

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

    It 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

    #204992
     Radu
    Moderator

    Ok then
    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 6 posts - 1 through 6 (of 6 total)

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

Log in with your credentials

Forgot your details?