Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #262314

    Hi i want to use the transparent header. I loaded a png logo and made all settings in the header layout and page settings ( transparent header.

    But the background is still white and also the content shifts in the header.

    What am i doing wrong?

    Thanks Simon

    #262315
    This reply has been marked as private.
    #262348

    Hey!

    Do you mind creating a temporary admin login and posting it here privately so we can take a look Simon?

    Cheers!
    Yigit

    #262402
    This reply has been marked as private.
    #262413

    Hey!

    It is currently functioning as intended. Would you like to display it like in this screenshot – http://i.imgur.com/402vw2F.png ?
    If so, please add following code to Quick CSS in Enfold theme options under General Styling tab

    .page-id-66 #main {
    padding-top: 200px!important;
    }

    To apply it on other pages, you should change the page ID. You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg

    Cheers!
    Yigit

    #262418

    OK.

    But what if i want it for the whole page?

    And why does it not work without extra code?

    And how to make the to menu transparent as well?

    Thanks Yigit!

    #262421

    Hey!

    What exactly do you mean by whole page? Page with transparent header removes the top padding of main content on the pages it is applied so it gives a nice effect placing logo and menu on top of slider or any other content element. You can see the example here on the demo site – http://kriesi.at/themes/enfold/homepage/transparent-header/
    Please add following code to Quick CSS as well

    #header_meta { background: transparent; }

    Cheers!
    Yigit

    #262424

    I mean on every single page.

    Yes but if i choose the option thrasparent header for a page shouldnt this wokr without a extra code?

    I do not understand why i have this option and it does not work.

    #262427

    Hi!

    You can simply add following code to Quick CSS to apply it on all pages

    .html_header_transparency #top #wrap_all #main {
    padding-top: 200px;
    }

    It is working correctly. You can try adding a slider to the top of the page you posted and see that it actually works.

    Cheers!
    Yigit

    #262436

    Allright, but does it also work without the “padding-top code”?

    A last thing: how can i move the logo to the right for x px or %?

    Thanks for support!

    #262480

    The code for making it transparent on all pages did not work.

    #262487

    Hi!

    Please add following code to Quick CSS to move logo to right side

    div .logo {
    float: right;
    left: auto;
    right: 0;
    }

    You can also change the position in Enfold theme options > Header Layout > Header Layout.
    The code i posted in my previous reply is to keep padding 200px on pages where you set header to be transparent. You still should set edit each page and choose to display transparent header

    Best regards,
    Yigit

    #262491

    Allright perfekt. The other thing was my fault… solved this! Thanks!!!

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Transparent Header not working’ is closed to new replies.