Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1082854
    bryan1976
    Participant
    This reply has been marked as private.
    #1083186
    Joao
    Moderator

    Hi There,

    1st thing is to remove the padding top from your first section where your slider is placed.

    On Cornerstone Click on the section and set the top padding to 0px;

    Please see image attached.

    After that add the following code to Appereance Customizer Custom CSS:

     .x-navbar {
                position:absolute;
                width:100%;
                background-color:rgba(0,0,0,0.5) !important;
                box-shadow: none;
                border: 0;
           }
           body.x-navbar-fixed-top-active .x-navbar-wrap {
                height: auto;
           }

    Also delete the codes previosly added related to the navbar.

    Hope that helps

    Joao

    #1083764
    bryan1976
    Participant

    Hi Joao,

    This is mostly fixed now thanks!

    However, the header is no longer fixed! I want the header to remain visible on ALL pages when scrolling down etc.

    Any ideas please?

    Many thanks,

    Bryan

    #1083779
    bryan1976
    Participant
    This reply has been marked as private.
    #1084340
    Christopher
    Moderator

    Hi there,

    Please remove this code:

     .x-navbar {
                position:absolute;
                width:100%;
                background-color:rgba(0,0,0,0.5) !important;
                box-shadow: none;
                border: 0;
           }

    Add this one :

    @media (min-width:979px){
    .home .x-main.full {
        margin-top: -186px;
    }
     .x-navbar {
                width:100%;
                background-color:rgba(0,0,0,0.5) !important;
                box-shadow: none;
                border: 0;
           }
    }

    Hope it helps.

    #1084847
    bryan1976
    Participant

    Tried this but it did not work.

    I have now disabled breadcrumbs – worry about that later.

    BUT…is it possible to fix the header for all pages in the site so it remains fixed? Is there an Icon demo which already has a transparent fixed header that will sit over a rev slider?

    Thanks,

    Bryan

    #1084993
    Joao
    Moderator

    Hi There,

    Please find this code:

     .x-navbar {
                position:absolute;
                width:100%;
                background-color:rgba(0,0,0,0.5) !important;
                box-shadow: none;
                border: 0;
           }

    And changed to :

     .x-navbar {
                position:fixed;
                width:100%;
                background-color:rgba(0,0,0,0.5) !important;
                box-shadow: none;
                border: 0;
           }

    The solution provided by Christopher also seems to work.

    Let us know how it goes

    Joao

    #1093068
    bryan1976
    Participant

    Hi,

    This is great thanks!!

    The homepage has the revolution slider under the header – perfect!

    Which just leaves the breadcrumbs.

    I need breadcrumbs on ALL pages EXCEPT homepage.

    When I add breadcrumbs, they appear under the header.

    Please see attached 2 images – ‘before’ and ‘with breadcrumbs’ to see what I mean.

    This is Icon stack, with latest versions etc.

    Thanks,

    Bryan

    #1093117
    Christopher
    Moderator

    Hi there,

    Please enable breadcrumbs or provide us with correct login credentials.

    Thanks.

    #1093207
    bryan1976
    Participant
    This reply has been marked as private.
    #1093282
    Christopher
    Moderator

    Hi there,

    Please find this code :

    .x-navbar {
        position: fixed;
        width: 100%;
        background-color: rgba(0,0,0,0.5) !important;
        box-shadow: none;
        border: 0;
    }

    And update it to :

    .x-navbar {
        width: 100%;
        background-color: rgba(0,0,0,0.5) !important;
        box-shadow: none;
        border: 0;
    }

    Hope it helps.

    #1093349
    bryan1976
    Participant

    Hi,

    I’ve done this, and as you can see it affects the homepage. The rev slider is not under the header anymore.

    Please can you advise.

    Many thanks,

    Bryan

    #1093375
    Christopher
    Moderator

    Hi there,

    Add this as well :

    @media (min-width:979px){
    
    .home div#x-section-1 {
        margin-top: -90px !important;
    }
    }

    Thanks.

    #1093442
    bryan1976
    Participant

    Awesome job!! Thanks for all your support…we got there!!

    Cheers,

    Bryan

    #1093475
    Joao
    Moderator

    Glad to hear it,

    Let us know if we can help with anything else.

    Joao

  • <script> jQuery(function($){ $("#no-reply-1065128 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>