Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #266186

    In the demo this is one of the options:

    http://kriesi.at/themes/enfold/homepage/transparent-header/

    How do I go about setting up our page like that? I am using the Full Screen slider and can’t seem to figure this out.

    Thank you!

    #266214

    In the header options you can set your header to “transparent header”

    #266243

    I have it set to transparent and I have set header to transparent for the homepage but still does not show that way:

    http://hobart-design.com/mystic/

    #266583

    Hey!

    Thank you for using the theme!

    You have an old version of the theme. Please download the latest version 2.7.1 from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    If updating doesn’t work, please use this on Quick CSS or custom.css:

    .html_header_top.html_header_sticky .home #wrap_all #main {
    padding-top: 0 !important;
    }

    Regards,
    Ismael

    #266904

    I upgraded and that didn’t change it, but this custom CSS worked great. One more quick item and this will be done. Is there a way not to make the header background semi-transparent? So, say we want white background with a 50% opacity so yu can still see the image but the menu doesn’t get lost?

    #267052

    Hey!

    This will do it:

    #top .av_header_transparency .header_bg {
        background: rgba(255,255,255,0.5) !important;
    }

    Regards,
    Josue

    #269254

    Thank you so much! That did exactly what I needed. This theme is awesome.

    #269257

    You are welcome, glad we could help :)

    Regards,
    Josue

    #269281

    One more tweak and I am done with this project. Is there an easy CSS for making a vertical separation line between menu items like this:

    http://hobart-design.com/clients/header.jpg

    #269431

    Hey!

    Thank you for the screenshot.

    Please use this on Quick CSS or custom.css:

    .av-main-nav > li > a:after {
    content: '';
    display: block;
    width: 1px;
    height: 50px;
    background: red;
    position: absolute;
    top: 60px;
    left: -2px;
    }

    Adjust the top and height property depending on the header height.

    Regards,
    Ismael

    #269513

    Thanks Ismael, Your help is greatly appreciated. This worked great, however, we have the sticky header and when it shrinks down when scrolling the lines are absolute positioned.

    #269549

    Hey!

    Add this too:

    .header-scrolled .av-main-nav > li > a:after {
    top: 20px !important;
    }

    Regards,
    Josue

    #269883

    this is the complete code i have that you can see here: hobart-design.com/mystic, it still seems to stay in place without shrinking after scrolling down:
    #top .av_header_transparency .header_bg {
    background: rgba(255,255,255,0.85) !important;
    }
    .html_header_top.html_header_sticky .home #wrap_all #main {
    padding-top: 0 !important;
    }

    #top .av-main-nav ul a {
    font-size: 16px;
    }

    #top .av-main-nav a {
    font-size: 12px;
    }
    body {
    font-size: 13px;
    }
    .av-main-nav > li > a:after {
    content: ”;
    display: block;
    width: 1px;
    height: 60px;
    background: #c7c5c7;
    position: absolute;
    top: 60px;
    left: -2px;
    }
    .header-scrolled .av-main-nav > li > a:after {
    top: 100px !important;
    }

    #269899

    It should be 20px not 100px:

    .header-scrolled .av-main-nav > li > a:after {
    top: 20px !important;
    }
    

    Cheers!
    Josue

    #269912

    Thanks, Sorry I had it at 20 and saved and didn’t seem to change anything so I was messing with the margins to see if it made a difference and it didn’t. I just resaved it and works fine. Thanks for your help. Your support is top notch!

    #269920

    Ok, last question and I promise I am done :)

    Since we are using a tall logo I want to reduce the padding above and below the the logo to fill in the header as much as possible. Can’t seem to find the right padding/margin settings to do so.

    #269927

    That padding comes from the actual image, you’d need to edit it:
    http://hobart-design.com/mystic/wp-content/uploads/2014/05/InnAtMystic_Logo1.png

    Best regards,
    Josue

    #270896

    HAHA, duh. Thanks

Viewing 18 posts - 1 through 18 (of 18 total)
  • The topic ‘Slider behind Logo and Navigation’ is closed to new replies.