-
AuthorPosts
-
October 4, 2014 at 12:51 pm #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?
October 6, 2014 at 2:12 am #330648Hey 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!
IsmaelOctober 6, 2014 at 2:58 am #330662Ah, gotcha. I had put the background image into the Main Content area, not the General Styling. Thanks!!!
October 6, 2014 at 3:54 am #330678One 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…?
October 6, 2014 at 2:45 pm #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…?
October 7, 2014 at 3:11 am #331304Hi!
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,
IsmaelOctober 7, 2014 at 4:59 am #331352Thanks, 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.
October 9, 2014 at 3:14 am #332842Hi!
Try with this:
.page-id-9 #header { display: none; } .page-id-9 #main { padding-top: 0 !important; }
Best regards,
JosueOctober 9, 2014 at 4:10 am #332863That 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.
October 9, 2014 at 4:19 am #332868Hey!
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,
JosueOctober 9, 2014 at 4:27 am #332872Thanks, I just posted that Feature Request.
This can be closed.
-
AuthorPosts
- The topic ‘Interior Box that shows background image all around?’ is closed to new replies.