New Landing How can we help? Cardinal Transparent Menu

Viewing 15 posts - 1 through 15 (of 20 total)
  • Posted in: Cardinal
  • #103829
    nathanscamera
    Member
    Post count: 130

    When using the overlay menu in the meta options for the page header / slider, it loses it’s transparency when you scroll down. It there a way to keep the transparency for the sticky header menu?

    #103856
    nathanscamera
    Member
    Post count: 130

    Also it seems the Custom CSS text field is no longer available in the admin menu.

    #104130
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Regarding the css custom option that disappeared seems to be an issue with the Redux Options Framework that we use in the theme.

    Can you send me an email via: http://themeforest.net/user/swiftideas requesting a fixed build to solve this problem.

    After that we can add additional css to solve the transparency of the sticky header.

    -Rui

    #104181
    nathanscamera
    Member
    Post count: 130

    Just sent you a message via the link.

    #104183
    nathanscamera
    Member
    Post count: 130

    Also I’m trying to figure out how to remove the breadcrumbs at the top of each page.

    #104184
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Ok. Those emails go to the development team.
    We will reply as soon was we can.

    -Rui

    #104934
    nathanscamera
    Member
    Post count: 130

    Okay, the custom css field has been fixed and is now available thanks to Ed sending me a fixed build.

    #104943
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Great.
    Now insert the code bellow in the custom css options.

    
    .sticky-header{
    background-color;transparent!important;
    }

    -Rui

    #104949
    nathanscamera
    Member
    Post count: 130

    Thank you for the code but it’s not working.

    #104950
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Sorry one character was wrong.

    try this one

    .sticky-header{
    background-color:transparent!important;
    }
    

    -Rui

    #104956
    nathanscamera
    Member
    Post count: 130

    Works like a charm. Thank you! Is there a way to remove the outline from the clients, similar to how it’s displayed if you choose carousel?

    #105175
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,
    Add the code bellow to your custom css options.

    
    .client-item figure{
    border:0px!important;
    }
    

    -Rui

    #106345
    nathanscamera
    Member
    Post count: 130

    Thank you.

    The transparent menu is a little hard to read with a body of text on the page. Is there a way to have the transparent menu go away at a certain scrolling point. When I take away the !important in the CSS, it happens immediately on scrolling. With the CSS I’m trying to have it change once it passes the slider image. Here’s the modified CSS I’m trying.

    /*making header solid white after scrolls past video*/
    .sticky-header {
        background-color:transparent;
        transition: all 0.25s ease;
        position:fixed;
        top:0;
        width:100%;
        padding:1em 0;
        /* make sure to add vendor prefixes here */
    }
    
    .past-main {
        background-color:#fff;
        transition: all 0.25s ease;
        position:fixed;
        top:0;
        width:100%;
        padding:1em 0;
    }

    And here is the custom javascript I’m trying.

    /*making header solid white after scrolls past video*/
    .sticky-header {
        background-color:transparent;
        transition: all 0.25s ease;
        position:fixed;
        top:0;
        width:100%;
        padding:1em 0;
        /* make sure to add vendor prefixes here */
    }
    
    .past-main {
        background-color:#fff;
        transition: all 0.25s ease;
        position:fixed;
        top:0;
        width:100%;
        padding:1em 0;
    }
    #106698
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Unfortunately it’s not possible to activate the sticky header once the user scrolls passed a certain point, you would need to hire a developer to custom code that for you

    – Kyle

    #106718
    nathanscamera
    Member
    Post count: 130

    Can you recommend someone please?

Viewing 15 posts - 1 through 15 (of 20 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