New Landing How can we help? Themeforest Theme Support Uplift Top Bar Slider Revoltution

Viewing 7 posts - 1 through 7 (of 7 total)
  • Posted in: Uplift
  • #295869
    Nunes
    Member
    Post count: 203

    When i active the Naked (light) header on the “Page Header / Slider” options the Top-bar disappear from the site… Im using a Revolution Slider banner. Please help to fix that.

    #295951
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    That is done on purpose since it’s suppose the header to be completely naked.

    -Rui

    #296009
    Nunes
    Member
    Post count: 203

    ok but can i change this? I whant to see the topbar

    #296260
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Not sure if it’s just a css solution. Will have to forward to our head developer.

    -Rui

    #296573
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    You can add this css:

    body[class*="header-naked"] #top-bar {
    display: block!important;
    }
    .header-wrap[class*="page-header-naked"] {
    top: 38px;
    }

    – Ed

    #296632
    Nunes
    Member
    Post count: 203

    almost there… its showing the top bar under the menu in “tablet” resolution or smaller…

    Attachments:
    You must be logged in to view attached files.
    #296644
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Add this css for that:

    @media only screen and (max-width: 1024px) {
    body[class*="header-naked"] #top-bar {
        display: block!important;
        position: absolute;
        top: 0;
        width: 100%;
    }
    .mhs-tablet-land #mobile-header {
    top: 38px;
    }
    }

    – Ed

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register