Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #504329

    Two questions:

    1. How to I tell the theme to default all pages/posts/portfolio items to have Header Visibility & Transparency set to “Transparent Header”? Right now I’d have to go through and do it manually for each page.
    2. When I set the header to transparent on the page, the page content all shifts up to sit behind the menu and I have to put in whitespace to move it back down by about 60px. How can I get around this?

    Thanks in advance!

    #504508

    Hi decastell!

    Thank you for using Enfold.

    1.) Unfortunately, it’s not possible to set the transparent header as default. You need to do it manually for all posts or pages.

    2.) That is actually the default behavior of the the transparent header and it works well when there is a background image on top of the page. If you want to move the content a bit, use this in the Quick CSS field:

    .html_header_transparency #main {
        padding-top: 60px !important;
    }

    Cheers!
    Ismael

    #504517

    That just seemed to break it–now the header isn’t transparent anymore.

    #504537

    Also, I do have a background image for the page.

    #504549

    Whoops–I mean, I have a background image set for the site from the Enfolds Customization screen.

    #504639

    Hi,

    Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.

    Thanks,
    Rikard

    #504679

    Done below. Also, could you tell me why there doesn’t seem to be proper paragraph spacing in text posts? See the link below as well. Even when I put in a manual carriage return I still can’t get natural spacing between paragraphs.

    #505098

    I got the paragraph spacing issue figured out–it came from pasting existing text into the editor. I switched to the text editor and pasted there then went back to the visual editor and it worked.

    #505277

    Hey!

    The suggested code is working when I checked the page: http://dev.decastell.com/

    .html_header_transparency #main {
        padding-top: 100px !important;
    }

    Cheers!
    Ismael

    #505355

    Umm…except the header isn’t transparent–it’s solid black. I want to see the pattern from the background showing through.

    #505903

    Don’t worry about this one–I gave up and just set the background for the menu area to the same as the main content and set both to fixed.

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Transparent header by default’ is closed to new replies.