Archived topic
Child Theme Navigation No Longer Works After Parent Theme Update
3 replies · Started by Judy on June 6, 2022
Child Theme Navigation No Longer Works After Parent Theme Update 3.1.3
Child Theme is Built in GP 1.0.
When Previewed in Dashboard > Appearance > Themes > Active Theme
The Theme shows what the navigation should look like with icons and links.
Menu shows up in other Themes with links to /home /about /projects / services /awards /contact
When published we get the error 'main-navigation-sidebar', 'container' => 'false' ) ); ?>
We can not find where to edit change this, changing to 'true' does not load the navigation.
Hi there,
Have you added anything in the function.php of the child theme?
If so can you remove them all to test first?
You can also download a fresh copy of the child theme to test as well.
Let me know :)
Yes. I have deleted the Child Theme functions.php content and/or commented out code clearing cache still shows /
‘main-navigation-sidebar’, ‘container’ => ‘false’ ) ); ?>
Hi Judy,
Checking your site, I can see that the code in your functions.php are currently not commented out.
Also there's errors leading to your custom code as well: https://share.getcloudapp.com/nOuXm6NG
Can you try commenting out your custom code once more, and then, clear your CDN cache and server side(hosting provider) cache if any.
View this to see your site is displaying a cached version: https://share.getcloudapp.com/yAu1LGlk
You can also try clearing these caches out first before commenting the code out. Then redo it after commenting the code out.
Kindly let us know how it goes.