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.

Steven Parton

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Steven Parton
    Participant
    • 1 Topics
    • 3 Posts
    @cyborgmystic

    Update: to keep top menu on desktop but remove menu from mobile:

    Add:

    @media (max-width: 600px) {
        .grimlock--navigation-fixed .hamburger-navbar 
        {
            display:none;
        }
    }

    Change:

    .grimlock--navigation-fixed .hamburger-navbar {
      position: fixed !important;
      top: 0;
      bottom: auto;
      left: 0;
      z-index: 1030;
      width: 100%;
      /*display:none !important;*/
    }
    Steven Parton
    Participant
    • 1 Topics
    • 3 Posts
    @cyborgmystic

    Okay, so I searched your forum and realized you don’t have a real answer or solution for this, which is quite disappointing given how obviously this is bad design (no one needs access to social wall if not logged in, etc…). I spent way too much of my own time working on this, but was able to finally figure out something that seems like a solution. I can’t confirm that it will not cause bugs and that it works for everything, but maybe you guys can help others with this and make a setting that allows people to disable the menu in future updates.

    In functions.php, input the following code:

    function my_custom_styles() {
      // Register my custom stylesheet
      wp_register_style('custom-styles', get_template_directory_uri().'/stylecustom.css');
      // Load my custom stylesheet
    // if ( is_front_page()  ) {
    if (! is_user_logged_in() ){
    	wp_enqueue_style('custom-styles');
      }
    }
    add_action('wp_enqueue_scripts', 'my_custom_styles');

    Then create a copy of the style.css file in the home directory of the theme, rename it stylecustom.css and make the below changes to that file. This seems to be working to remove the navbar from all pages when the user is not logged in, and will also remove the black bar with menu options from the top of mobile

    .grimlock--navigation-fixed .hamburger-navbar {
      position: fixed !important;
      top: 0;
      bottom: auto;
      left: 0;
      z-index: 1030;
      width: 100%;
      display:none !important;
    }
    
    .slideout-wrapper {
      /*display: block !important;*/
      display:none !important;
      position: fixed;
      top: 0;
      bottom: 0;
      z-index: 2000;
      width: 275px;
      padding: 0;
      overflow-y: auto;
      overflow-x: hidden;
      -webkit-overflow-scrolling: touch;
      transition: all 0.25s ease;
      will-change: transform, opacity;
      opacity: 0;
      box-sizing: content-box;
    }
    
    @media (min-width: 992px) {
      .grimlock--navigation-fixed-left.grimlock--navigation-fixed .hamburger-navbar {
        /*left: 275px !important;*/
        left:0px !important;
        right: 0 !important;
        
      }
    }
    
    @media (min-width: 992px) {
      .slideout-mini.grimlock--navigation-fixed-left .slideout-wrapper, .slideout-mini.grimlock--navigation-fixed-right .slideout-wrapper {
        width: 0px !important;
      }
    
      .slideout-mini.grimlock--navigation-fixed-left #site,
      .slideout-mini-hover.grimlock--navigation-fixed-left #site {
        margin-left: 0px !important; 
      }
      
    .slideout-mini.grimlock--navigation-fixed-left .hamburger-navbar,
      .slideout-mini.grimlock--navigation-fixed-left .site-preheader,
      .slideout-mini-hover.grimlock--navigation-fixed-left .hamburger-navbar,
      .slideout-mini-hover.grimlock--navigation-fixed-left .site-preheader {
        left: 0px !important; 
      }
    
    @media (min-width: 992px) {
      .grimlock--navigation-fixed-left #site {
        /*margin-left: 275px;*/
        margin-left:0px !important;
      }
    }
Viewing 2 posts - 1 through 2 (of 2 total)

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