Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1201889

    LumoDesign
    Participant

    Hi,

    My hosting server was down for some reason, please try now.

    Many thanks

    Ed

    #1201975

    Paul R
    Moderator

    Hi Ed,

    To fix the navbar issue, you can add this under Custom > Edit Global Javascript in the Customizer.

    
    jQuery(function($) {
        $(window).scroll(function (event) {
        var scroll = $(window).scrollTop();
          if(scroll == 0){
              $('.x-navbar').removeClass('x-navbar-fixed-top');
          }
    });
    });
    

    Hope that helps.

    #1202053

    LumoDesign
    Participant

    That does 🙂 Thank you very much.

    But I’ve just noticed that the top bar is now showing on all the sections below the main page because of this code I believe.

    x-topbar {
      background-color: rgba(174, 164, 154, 0.5) !important;
      position: fixed;
      bottom:0px;
      width: 100%;
      }

    When it was absolute or relative, it wasn’t in the right place, but when you clicked on brands it moved up and off screen. This is what I need to happen but be at the bottom of the main loading page.

    Thanks

    Ed

    #1202544

    Jade
    Moderator

    Hi Ed,

    I have checked your site but I can’t seem to see the issue you have mentioned. Would you mind providing some more info and perhaps some screenshot to explain the issue better.

    Thank you.

    #1203067

    LumoDesign
    Participant

    Hi,

    So to be more clear….

    Image 01 is how it should be.

    Image 02 (after clicking <BRANDS>)- the bar thats is indicated should disappear

    Image 03 (after clicking <CONTACT>)- the bar thats is indicated should disappear

    I hope that makes more sense.

    Thanks

    Ed

    #1203088

    Christopher
    Moderator

    Hey there,

    Thanks for writing in! Regretfully, this particular customization request is outside the scope of our support as this is not related to an issue with the theme and instead has to do with your customization of it. As such, you will need to investigate this particular issue on your own or seek help from a developer should you not feel comfortable making these changes yourself. If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries.

    Thank you for your understanding.