Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #232923
    roelandkh
    Participant

    After the last update my mainmenu disappeared! I could bring it back by setting back yesterday’s backup.
    The mainmenuy is located in header-right. As far as I understand it is build through “inc/custom-header.php”.
    My idea is to move that file to the child-theme directory, but do I need to make an adjustment elsewhere to force the system to use the childtheme’s inc/custom-header.php instead of the theme’s inc/custom-header.php? If so: in which file?

    #232976
    Skandha
    Participant

    @roelandkh: Hello there,
    I checked the menu at my end and it seems to be showing up fine. Did you make any changes to the core theme files before update? If yes the changes was reverted during theme update.

    If you want to change any core theme files you will need to create a child theme to do that. Let me know what you are trying achieve so that I can help you out.

    Kind Regards,
    Skandha

    #232977
    roelandkh
    Participant

    Hello,
    I’m using a child-theme, but I don’t know whether the site was using a child-them from the beginning, or that previously the core them files were changed (the person who set up the site died 2 years ago).
    If he changed core theme files in regard to the menu-styling, which files need te be placed in the child-theme to make it work?
    It’s this URL: https://ichthusculemborg.nl

    Thanks for taking time to look at this.
    Roeland

    #232979
    Skandha
    Participant

    @roelandkh: Hello Roeland,
    Sorry to hear about death of the person who setup the website. Hope you are doing good.

    Can you please update the theme to the latest version so that I can look into the issue you are having with menu?

    Kind Regards,
    Skandha

    #232981
    roelandkh
    Participant

    It’s updated now, the menu disappeared.

    #232982
    Skandha
    Participant

    @roelandkh: Hello Roeland,
    I will need to look into your site to debug the issue. I will contact you shortly by email.

    Kind Regards,
    Skandha

    #233048
    roelandkh
    Participant

    I solved the problem, without discovering what was wrog. I changed from my child-theme to the orginal theme, newest version and it worked. Then I made a new child-theme and it stayed ok. A few corrections had to be made, in the css of one of the plugins.

    So – thanks you for your willingness to help.

    Kind Regards,
    Roeland

    #233087
    Skandha
    Participant

    @roelandkh: Hello Roeland, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-kathmandu/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

    #233643
    roelandkh
    Participant

    Here I am again. On our site we need a secondary menu. That’s not a problem. But on a little screen, the second look like the mainmenu. Is it possible to give each of them a different menu text, something like the first called ‘berichten’, the second: ‘Over ons’ or somethng like that?

    #233873
    Skandha
    Participant

    @roelandkh: Hello Roeland,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .menu-header-container .sb-selector {
        visibility: hidden;
    }
    .menu-header-container .sb-selector::before {
        content: 'Primary Menu';
        visibility: visible;
    }
    
    .menu-secondary-container .sb-selector {
        visibility: hidden;
    }
    .menu-secondary-container .sb-selector::before {
        content: 'Secondary Menu';
        visibility: visible;
    }

    Let me know if this resolves your issue.
    Kind Regards,
    Skandha

    #249780
    roelandkh
    Participant

    Due to COVID19 I wasn’t able to work on it for a long time, but; Thanks! That worked.

    #249782
    Skandha
    Participant

    @roelandkh: Hello Roeland, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-kathmandu/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Stay Safe and Take Care!

    Kind Regards,
    Skandha

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Menu disappeared after update’ is closed to new replies.