Find Answers and Get Support › Forums › Cera – Intranet & Community Theme › Website Setup › Widgets › problem in header after upgrading wordpress to 5.9
- This topic has 10 replies, 2 voices, and was last updated 2 years, 7 months ago by Manathan.
-
AuthorPosts
-
@themodactyl
- 0 Topics
- 6604 Posts
Hi Monasr,
My best guess is that your issue might probably be caused by some conflicting third party plugin or some extra code snippet as we don’t encounter this issue with our demos.
Could you deactivate all plugins that have not been installed with your theme during its setup and all existing custom PHP code snippets please? And then, could you confirm me that the issue is still persisting please?
Please also make sure that you have the latest theme version and that all recommended plugins are up-to-date. Finally, you could also consider clearing all activated caching system as well as your browser cache before investigating any further. If you want to read more on what browser cache is and how to clear it, here is an article that might help you: How to Clear Internet Cache in Every Major Browser.
If none of these steps helped you solve this issue, please come back to us directly.
Thank you.
February 9, 2022 at 16:18 #38706@themodactyl- 0 Topics
- 6604 Posts
Hi Monasr,
Thank you for your feedback.
Indeed, it’s best if we take a quick look at this…
Could you create a new website user for us please? If possible with administrator capabilities so we can make a quick check of your settings.
You can post the user name and password in your next reply and mark it as private to keep this between us.Also, are we free to deactivate plugins for our tests? In this case, I invite you to make a backup before we investigate your website further in order to make sure you don’t loose any data if something goes wrong.
Thank you.
February 11, 2022 at 10:12 #38737@themodactyl- 0 Topics
- 6604 Posts
Thank you for your precious feedback. There is definitely an issue in our theme which will be fixed in the next update.
Waiting the update, simply add the following code snippet to your website:
/** * FIX: Change Color of Secondary Navigation */ .grimlock-navigation .navbar-nav--buddypress{ color:var(--grimlock-text-color); } .grimlock-navigation .navbar-nav--buddypress a:hover{ color:var(--grimlock-link-hover-color) !important; }
To add this code snippet to your site, we recommend that you paste it to the Custom CSS panel of your WordPress Customizer. Just go to your dashboard and navigate to “Appearance > Customize > Additional CSS”.
Pasting your code snippet there should do the trick for you.Also, it’s important to remember that we share snippet only to solve issues with our theme. Any further request for CSS snippets will have to be part of a defect that needs to be fixed urgently. No snippets will be shared otherwise.
We’ll be back to you as soon as the update is available.
Regards,
February 11, 2022 at 11:11 #38741monasrParticipant@monasr12- 31 Topics
- 54 Posts
I an happy to tell you that i fixed this problem.
by adding this css code
.grimlock–navigation-stick-to-top .main-navigation, body:not(.grimlock–custom_header-displayed) .grimlock-navigation, body:not(.grimlock–custom_header-displayed):not(.bp-user):not(.group-home):not(.group-admin):not(.groups) .grimlock-navigation:not(.vertical-navbar), body:not(.grimlock–custom_header-displayed):not(.grimlock–navigation-unstick-to-top):not(.bp-user):not(.group-home):not(.group-admin):not(.groups) .grimlock-navigation:not(.vertical-navbar), body.bp-user[class*=”yz-“][class*=”-scheme”]:not(.grimlock–custom_header-displayed):not(.group-home):not(.group-admin):not(.groups) .grimlock-navigation:not(.vertical-navbar), body.bp-user[class*=”yz-“][class*=”-scheme”]:not(.grimlock–custom_header-displayed):not(.grimlock–navigation-unstick-to-top):not(.group-home):not(.group-admin):not(.groups) .grimlock-navigation:not(.vertical-navbar), .fake-cera-selector{
color:black;
}
and by deleting the footer widget and remaking it again.February 12, 2022 at 04:47 #38777monasrParticipant@monasr12- 31 Topics
- 54 Posts
I an happy to tell you that i fixed this problem.
by adding this css code.grimlock--navigation-stick-to-top .main-navigation, body:not(.grimlock--custom_header-displayed) .grimlock-navigation, body:not(.grimlock--custom_header-displayed):not(.bp-user):not(.group-home):not(.group-admin):not(.groups) .grimlock-navigation:not(.vertical-navbar), body:not(.grimlock--custom_header-displayed):not(.grimlock--navigation-unstick-to-top):not(.bp-user):not(.group-home):not(.group-admin):not(.groups) .grimlock-navigation:not(.vertical-navbar), body.bp-user[class*="yz-"][class*="-scheme"]:not(.grimlock--custom_header-displayed):not(.group-home):not(.group-admin):not(.groups) .grimlock-navigation:not(.vertical-navbar), body.bp-user[class*="yz-"][class*="-scheme"]:not(.grimlock--custom_header-displayed):not(.grimlock--navigation-unstick-to-top):not(.group-home):not(.group-admin):not(.groups) .grimlock-navigation:not(.vertical-navbar), .fake-cera-selector{ color:black; }
and by deleting the footer widget and remaking it again.
February 12, 2022 at 04:48 #38778@themodactyl- 0 Topics
- 6604 Posts
Hi Monasr
I’m glad to read you’ve been able to solve this!
After some investigation, it seems this issue was related to Kirki. We reported this and the last update seems to fix this. Could you please update your theme and all recommended plugins, as Kirki?
Then, we suggest you to clear all activated caching system as well as your browser cache before investigating any further.
Thank you.
February 14, 2022 at 09:50 #38800 -
AuthorPosts
Hi there,
This topic has been inactive for a while now so we will be closing it to keep the forum tidy. Don't hesitate to create a new topic if you still need help and we'll be glad to help you!
Best regards,
The Themosaurus team.
The topic ‘problem in header after upgrading wordpress to 5.9’ is closed to new replies.