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

    I’d like to produce the same effect as this page: http://www.endburnout.com/

    I’m not sure how to get the colored background boxes. I’ve tried Color Sections, Promo Boxes (won’t show without space between), and am starting down some styling that I’d prefer not to do.

    Is there an easier way?

    #330648

    Hey launchmoxie!

    Thank you for using Enfold.

    You can switch the theme to boxed layout. Go to Enfold > General Layout > Use stretched or boxed layout? setting. After that, go to General Styling > Body Background > Background Image.

    Cheers!
    Ismael

    #330662

    Ah, gotcha. I had put the background image into the Main Content area, not the General Styling. Thanks!!!

    #330678

    One more thing…

    When I “Blank – No Header No Footer” template, I lose the boxed format; the color boxes go to the entire width of the page. I wanted to use that template to remove the header and footer, but it’s not working that way.

    Can you tell me another way to remove the header and footer from this page…?

    http://neurowisdom.com/wisdom101/

    #330908

    …or, can you tell me how to create a new Page Template? I’m a bit confused between the Enfold page templates in /enfold/template-*.php and the WordPress page templates. I’ve been looking for Enfold documentation, but haven’t found any (yet!).

    I also create a dupe of “template-builder.php” and renamed it “template-noheader.php”. I can’t seem to make that file appear in the Page Attributes box. I presume this is the wrong way to do things…?

    #331304

    Hi!

    Thank you for the update.

    You can use the Default Template then use css to hide the header. Hide the footer and socket on Footer Settings.

    You need to change the Template Name. Refer to this link on how to create wordpress templates: http://codex.wordpress.org/Page_Templates

    Best regards,
    Ismael

    #331352

    Thanks, but the “template-builder.php” file didn’t have a Template Name like in the Codex. I found that file in the /wp-content/themes/enfold directory.

    Can you tell me what CSS will hide the header? I’ve tried a number of snippets found here in the forums, but haven’t been able to get the entire div or container to disappear.

    #332842

    Hi!

    Try with this:

    .page-id-9 #header {
        display: none;
    }
    .page-id-9 #main {
        padding-top: 0 !important;
    }

    Best regards,
    Josue

    #332863

    That did it! Thanks!!!

    This can be closed, though there’s still the weird behavior of the boxed layout being ignored when the template is set to “Blank – No header and footer”.

    • This reply was modified 10 years, 1 month ago by launchmoxie.
    #332868

    Hey!

    I believe that’s the intended behavior when it comes to the blank template. Feel free to request a change here – https://kriesi.at/support/enfold-feature-requests

    You are welcome,
    Josue

    #332872

    Thanks, I just posted that Feature Request.

    This can be closed.

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Interior Box that shows background image all around?’ is closed to new replies.