New pages and a clear slate
jkinglet
Registered Users Posts: 73 Big grins
"They [pages] provide you with a completely blank slate to which you can add content, themes, or advanced customization to create a page that is truly unique to you."
Copy from the SM create page instructional video and text. Currently I have 5 "entire site" features on my opening page [header,footer,menu,logo and social-icons]. Homepage contains "mutiple-photos." I would like to create a page to link to without those "entire-site" features ("the clean slate" that the video mentions). Now when I create a new page and click-to-view-on-my-site the new page includes the 5 features of the entire site. The "new page" just becomes another part of the entire site, not a separate "clean slate".
Is there a way functionally in the customization scheme to build a page with "a clean slate?" Or is there a way to change the 5 "entire site" elements so They won't show on the new page and I can "Pick and choose what you want to customize the page using Content, Themes, and Layout [also from the tutorial]." Thanks. Jeff
Copy from the SM create page instructional video and text. Currently I have 5 "entire site" features on my opening page [header,footer,menu,logo and social-icons]. Homepage contains "mutiple-photos." I would like to create a page to link to without those "entire-site" features ("the clean slate" that the video mentions). Now when I create a new page and click-to-view-on-my-site the new page includes the 5 features of the entire site. The "new page" just becomes another part of the entire site, not a separate "clean slate".
Is there a way functionally in the customization scheme to build a page with "a clean slate?" Or is there a way to change the 5 "entire site" elements so They won't show on the new page and I can "Pick and choose what you want to customize the page using Content, Themes, and Layout [also from the tutorial]." Thanks. Jeff
0
Comments
We don't have a built in setting that allows a custom page to automatically be cleared of any content that is listed under 'entire site'. You may be able to delete that content though using some code. You would need to create the custom page first. Then, you can use something like firebug to find the id's of those 'entire site' content blocks and use those in some code to hide them.
Josie
SmugMug Support Hero
.sm-page-node-hpPDh #footer,
.sm-page-node-hpPDh .sm-page-layout-region-left,
.sm-page-node-hpPDh .sm-page-layout-region-header
{display:none}
Might have to re-adjust the layout so it expands to fill the page width.
Edit: not sure what happens when you go into customize, might hide tools you need to customize.
So I'd put it in "entire site" CSS so you can get to the CSS from any page if you have have a problem.
My Website index | My Blog
<body style="" id="yui_3_8_0_1_1416440970865_322" class="sm-user-portfolio
sm-user-loggedin sm-page sm-page-node sm-page-node-hpPDh sm-page-parentnode-jPqnz
sm-page-gallery sm-page-gallery-album sm-page-initialized">
Look in the <body ...> tag in your page source for it on every page about 4-5 lines down from the top.
My Website index | My Blog
I will send that update along to the help writers. Thanks for input
Josie
SmugMug Support Hero