Support only during business hours : Monday to friday, from 8:30 am – 5:30 pm CEST

Due to the decrease in our staff due to vacations, our response time may be longer.

Be sure we're doing our best to manage your topic as soon as possible.

problem in header after upgrading wordpress to 5.9

Find Answers and Get Support Forums Cera – Intranet & Community Theme Website Setup Widgets problem in header after upgrading wordpress to 5.9

This topic is resolved
Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • monasr
    Participant
    • 31 Topics
    • 54 Posts
    @monasr12

    hello ,
    i am asking if anyone face this problem .
    i think it’s related to wordpress upgrade to 5.9

    Manathan
    Keymaster
    Themosaurus Support
    • 0 Topics
    • 6329 Posts
    @themodactyl

    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.

    monasr
    Participant
    • 31 Topics
    • 54 Posts
    @monasr12

    i find it complicated to find it.
    i find the white header in some pages and normal header in other.
    for example homepage is white but forums page is normal.
    i advise you to visit my website to take a look.

    Manathan
    Keymaster
    Themosaurus Support
    • 0 Topics
    • 6329 Posts
    @themodactyl

    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.

    Manathan
    Keymaster
    Themosaurus Support
    • 0 Topics
    • 6329 Posts
    @themodactyl

    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,

    monasr
    Participant
    • 31 Topics
    • 54 Posts
    @monasr12
    This reply has been marked as private.
    monasr
    Participant
    • 31 Topics
    • 54 Posts
    @monasr12

    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.

    monasr
    Participant
    • 31 Topics
    • 54 Posts
    @monasr12

    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.

    monasr
    Participant
    • 31 Topics
    • 54 Posts
    @monasr12

    I am facing the craziest problem ever.
    the website has problems with with css and fonts donot work.
    when i open the custmization every thing is ok ?????
    please help.

    monasr
    Participant
    • 31 Topics
    • 54 Posts
    @monasr12
    This reply has been marked as private.
    Manathan
    Keymaster
    Themosaurus Support
    • 0 Topics
    • 6329 Posts
    @themodactyl

    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.

Roboraptor 🦖
Themosaurus Topic Closer

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.

Viewing 11 posts - 1 through 11 (of 11 total)

The topic ‘problem in header after upgrading wordpress to 5.9’ is closed to new replies.

Troubleshooting Demo Imports

You're trying to setup your theme but you're experiencing errors when importing the demo content? Or you've just followed the setup guide but your website doesn't look exactly like our demo? These are common issues for which you can find easy and quick fixes.

Happy With our Support So Far?

Feel free to review our theme on Themeforest! It helps us making our products more known to new potential customers, which allow us more time to improve the quality and develop new features. #SharingIsCaring ❤️

Discover MatchPress

Skip • Like • Super-Like

Add powerful matching features like Member likes, skips, super likes, conditional private messaging and much more.

Setup Your Cera or Gwangi powered Community Website and Turn it into an iOS and Android App

15% discount for Cera users

To unleash the full power of your Cera or Gwangi theme, we have partnered with the Zipline team. Your community website can now be fully setup and turned into your very own custom app for iOS and Android.

Whether you've newly acquired the theme or already got your site up and running, Zipline got you covered. And we got you an incredible discount.

Holiday, Weather & Festive effects
to pimp your WordPress Site