• dfrenkiel2
  • NEWBIE
  • 25 Points
  • Member since 2009

  • Chatter
    Feed
  • 1
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 1
    Replies

Hello.

 

Why is the UnderConstruction page not listed in the "Pages" section (App Setup / Develop / Pages)?

 

To get to it I have to click on Sites, then edit my site, then save my site (weird). And then I get to a list that contains UnderConstruction.

 

Thanks!

David F.

Hi All.

 

I'm trying to create a very simple site but my pages always have the Force.com header. You can see it here:

 

    http://free-12415f14c3a-124e539428a-1252c93c2f2.force.com/aaa

 

My site template:

 

 

<apex:page showHeader="false" id="SiteTemplate2"> <apex:insert name="header"> aaaaaaaa <hr/> </apex:insert> <apex:insert name="body"/> </apex:page>

 

 

 

 

My page:

 

 

<apex:page > <apex:composition template="{!$Site.Template}"> <apex:define name="body"> <h1>Congratulations</h1> My Empty Page </apex:define> </apex:composition> </apex:page>

 

How do I eliminate the Force.com logo at the top and the home tab and the search component?

 

Thanks for any help!

David F.

 

 

Hi All.

 

I'm trying to create a very simple site but my pages always have the Force.com header. You can see it here:

 

    http://free-12415f14c3a-124e539428a-1252c93c2f2.force.com/aaa

 

My site template:

 

 

<apex:page showHeader="false" id="SiteTemplate2"> <apex:insert name="header"> aaaaaaaa <hr/> </apex:insert> <apex:insert name="body"/> </apex:page>

 

 

 

 

My page:

 

 

<apex:page > <apex:composition template="{!$Site.Template}"> <apex:define name="body"> <h1>Congratulations</h1> My Empty Page </apex:define> </apex:composition> </apex:page>

 

How do I eliminate the Force.com logo at the top and the home tab and the search component?

 

Thanks for any help!

David F.