- This topic has 11 replies, 2 voices, and was last updated 3 years, 5 months ago by
Skandha.
-
AuthorPosts
-
January 15, 2020 at 12:01 pm #232923
roelandkh
ParticipantAfter 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?January 16, 2020 at 2:55 am #232976Skandha
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,
SkandhaJanuary 16, 2020 at 3:18 am #232977roelandkh
ParticipantHello,
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.nlThanks for taking time to look at this.
RoelandJanuary 16, 2020 at 3:50 am #232979Skandha
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,
SkandhaJanuary 16, 2020 at 3:53 am #232981roelandkh
ParticipantIt’s updated now, the menu disappeared.
January 16, 2020 at 4:06 am #232982Skandha
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,
SkandhaJanuary 16, 2020 at 10:06 am #233048roelandkh
ParticipantI 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,
RoelandJanuary 16, 2020 at 11:08 pm #233087Skandha
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,
SkandhaJanuary 22, 2020 at 10:45 am #233643roelandkh
ParticipantHere 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?
January 24, 2020 at 2:45 am #233873Skandha
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,
SkandhaJune 12, 2020 at 8:33 am #249780roelandkh
ParticipantDue to COVID19 I wasn’t able to work on it for a long time, but; Thanks! That worked.
June 12, 2020 at 8:35 am #249782Skandha
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 -
AuthorPosts
- The topic ‘Menu disappeared after update’ is closed to new replies.