Creating Page Layout Problem : Page Content Disappears

Hello,
I am a recent grad and new to the world of Sharepoint and ASP.
I created a Page Layout with 3 columns and I implemented the 'Page Content' in each column.
When I enter anything ( Text or HTML)  in the Page Content and save, it immediately discards what I entered and saved.
What am I doing wrong? 
Thanks in advance.

Hi,
According to your post, my understanding is that Page Content Disappears after you save the created Page Layout.
The issues is caused by that Page Layout is not assocaited with the content type.
Please make sure you create Page Layout correctly. You can refer to:
How to: Create a page layout in SharePoint 2013
Here is a similar thread for you to take a look at:
http://islamkhattab.blogspot.in/2013/04/publishing-page-layout-image-field.html#!/2013/04/publishing-page-layout-image-field.html
Best Regards,
Linda Li
Linda Li
TechNet Community Support

Similar Messages

  • Page content disappears in Edit mode - Custom Master Page

    Hi All,
    Below are the two issues I have with my master page.
    1) I am facing the strange issue with the pages created using custom page layouts and custom master page.
    In browse mode, everything looks perfect and as expected. But when I try to edit the same page, all content disappears as soon as page ribbon appears. When I click back on Browse tab on the ribbon, everything appears back normally. 
    2) Also When I apply my custom master page as site master for Publishing site it works I can see all my custom design and layout. But when I apply same for team sites, unless I change system master to my custom master page, it doesn't reflect my design.
    Does anyone face this issue before? 
    Thanks
    Pramod
    Pramod

    Once in edit mode, are you able to view the page's source and do a "Find" on a certain keyword that should normally appear in your page's content? Is it there?
    I'm trying to determine if its a server side issue with your master page's code that's causing the content not to be sent back across the wire to the user or if the content is there but just not properly presented. Thanks
    Nikolas Charlebois-Laprade Microsoft Certified Professional & Software Engineer http://nikcharlebois.com

  • Page content disappearing when longer than 1 page

    When creating a Welcome page or About Me page in iWeb 08, all page content completely disappears if it is longer than one page and I scroll to the second page.
    The outline of the text box still appears to be visible, but none of the text displays inside of it. Also, the rest of the graphics/content for the page disappear as well. The only thing left is the background and the outline of the text box that I was previously typing in.
    This makes it impossible to create a page that is any longer than one screen length on my machine. Anyone else see this issue or a fix for it?
    Currently using a shiny new 2.4Ghz iMac and just started with iLife 08 today.
    Thanks!

    Roddy wrote:
    To make a page longer you can delete the "made on a Mac" thing, add a text box as a "footer" and put your copyright info into it eg
    Copyright © Me - 2007 - All Rights Reserved
    Click and hold on this box and drag it down the page.
    The page will get longer and longer and longer........ before your very eyes!
    The problem isn't the actual page length of the page. The problem is with the rendering of it within iWeb. Once the page is published all of the content shows up in a browser as it should.
    The problem occurs within iWeb itself when trying to edit and add content to a page. Once I do any scrolling on a page within iWeb all of the content of the page completely disappears. The only things left are the background and the outline of the text box that is selected. Everything else is gone, including the footer, etc.

  • Creating new Layout problem with merged table within std_resources.htm

    Dear All,
    i am relatively new to oracle ucm and i am trying to add new comonent to create new layout from oracle Create and Modify Layout Sample Component* example under http://www.oracle.com/technetwork/middleware/content-management/index-092832.html .
    i want to ask about the following
    in this component i have CreateLayout_Layouts Table, CreateLayout_PublishedWeblayoutFiles Table and CreateLayout_PublishedStaticFiles Table. These tables should be merged with LmLayouts table, PublishedWeblayoutFiles table and PublishedStaticFiles table respectively in the std_resources.htm file in the <install_dir>/shared/config/resources directory.
    The problem is in my std_resources.htm file i have the following :
    <tr>
         <td>LmLayouts</td><td>LmLayouts</td><td>LmLayouts</td><td>id</td><td>label</td>
         <td></td><td>7.3</td><td>1</td>     
    </tr>
    how can i add (merge) the CreateLayout_Layouts Table in LmLayouts table? what is should fill the <td>s ?
    for PublishedWeblayoutFiles table and PublishedStaticFiles table they are not exist in my std_resources.htm file. are there names changed? or shall i add them(if yes, what is the <td>s had inside).
    note: i will be greatfull if someone have the std_resources.htm that have the above tables merged with the specified ones.

    I believe that sample is old. i have been pushing to get an updated version out also. Hopefully the fragmentary information I will give here will help.
    The main changes are dynamic data tables which replace the includes to control the menu items and relationships. The old things should work still but good to use the new. At the end is an example of merge rules.
    See 3.5.2 Dynamic Data Tables
    http://docs.oracle.com/cd/E21764_01/doc.1111/e10807/c03_components.htm
    ==============================
    CoreMenuItemRelationships table example
    <?commatable mergeKey="primaryKey" derivedColumns="primaryKey:parentId+id"?>
    parentId,           id,                loadOrder
    MY_CONTENT,      NEW_PAGE,                9000
    ================================
    CoreMenuItems table example
    <?commatable mergeKey="primaryKey" derivedColumns="primaryKey:parentId+id"?>
    id,                label,                linkType,           linkData
    NEW_PAGE,                    wwNewPage,                    cgi,                IdcService=GET_DOC_PAGE&Action=GetTemplatePage&Page=NEW_PAGE
    ============================
    CoreMenuItemsFlags table example
    <?commatable indexedColumns="id"?>
    id, flags
    WORK_IN_PROGRESS, isSubAdmin
    =======================
    CoreMenuItemsImages table example
    <?commatable indexedColumns="id"?>
    id, image, imageOpen
    ACTIVE_WORKFLOWS,      ReviewContent.gif,
    Glue file example: (note I am not willing to upload a zip file of a full component sorry)
    <?hda version="11gR1-dev" jcharset="UTF8" encoding="utf-8"?>
    @Properties LocalData
    ComponentName=NewLayout
    blDateFormat=M/d/yyyy {h:mm[:ss] {aa}[zzz]}!mAM,PM!tAmerica/Chicago
    hasPreferenceData=0
    preventAdditionalComponentDowngrade=0
    serverVersion=7.1
    version=2011_11_13-dev
    @end
    @ResultSet ResourceDefinition
    4
    type
    filename
    tables
    loadOrder
    resource
    resources/newlayout_resource.htm
    null
    10
    template
    templates/newlayout_template.hda
    null
    10
    resource
    resources/newlayout_strings.htm
    null
    10
    @end
    @ResultSet Filters
    4
    type
    location
    parameter
    loadOrder
    @end
    @ResultSet MergeRules
    4
    fromTable
    toTable
    column
    loadOrder
    NewLayout_Layouts
    LmLayouts
    id
    10
    NewLayout_PublishedWeblayoutFiles
    PublishedWeblayoutFiles
    path
    10
    NewLayout_PublishedStaticFiles
    PublishedStaticFiles
    null
    10
    NewLayout_LayoutSkinPairs
    LmLayoutSkinPairs
    null
    10
    NewLayout_Templates
    IntradocTemplates
    name
    10
    @end
    @ResultSet ClassAliases
    3
    classname
    location
    loadOrder
    @end

  • IWeb not saving site / page content disappears

    I have tried to create a website several times with my new Mac running leopard and ilife 08.
    I am pretty familiar with iWeb but this has me confused. I create a site with several pages....then save it. Publish it to .mac and everything looks fine.
    Then I close iWeb and when I open it later the pages are there, and in order, but there is no content on them at all...just a white screen. No theme is even selected.
    My library/applications support/iweb folder does have a domain file but it is just called: Domain with no extension.
    Anyone that can lead me in the right direction? Thanks

    Hi all,
    Just reading the topic at hand and I have exactly the same problem. Upload the website, its online but when I close and reopen iweb all the contents are gone from the pages!!!
    However, I imported my old iweb domain from my old macbook pro and all the contents are there to be seen. Its only after I added more pages that the content on the new pages ONLY has disappeared.
    A real pain in the neck cause I cant figure out why one batch of info (the old info) is in tact but the new stuff is missing!!
    HELP APPLE PLEASE!!!
    dsupreme

  • Firefox UI & Web Page Content Disappears

    When using Firefox 27.0.1 with minimal (less than 15 tabs) I have encountered a problem where the entire user interface simply disappears. By that, I mean that the content Tab Bar, Navigation Bar and Bookmarks Toolbar all disappear and are replaced by the "glass" effect of the Windows 7 windows.
    Additionally, the web page that should be displayed also disappears and turns completely black.
    This seems to happen after browsing through several JavaScript heavy pages (like Google Play) as well as sites with Flash and/or HTML5 video frames (like YouTube).
    I recently reinstalled Firefox (12th of January) and am using a completely new profile, though I have reinstalled my most used addons and disabled hardware acceleration.
    I have included the Troubleshooting Information with this post.
    Thanks guys

    Disabling hardware acceleration seems to have solved the rendering issues.
    However, the crashes on script heavy pages persist. Tried running in Safe Mode and didn't get any crashes. But here's the problem. My sister uses Firefox as well and we use more or less the same Add-ons yet she doesn't get the same level of crashes I do and she browses far more often than I do.
    So heres what I did (note: our PC's are custom builds with exactly the same specs, except the graphics card - her's is a Radeon HD4xxx and mine is an HD6770)
    I checked what Add-ons she uses and disabled all the Add-ons I use that she didn't have. In theory, that would leave me with a Firefox with Add-ons that are confirmed working. And yet, despite that, Firefox still crashes, particularly on YouTube.
    As an example, I can have 3-4 (approximately) YouTube pages open, none of which are showing the video player (Flash or HTML5); such as user pages or subscription pages, etc.
    While they are loading Firefox slows to a crawl, eats memory and eventually crashes. My sister on the other hand once had 30+ pages with the video player (Flash in this case) open and yet her Firefox averaged around 900MB RAM with no slow down or crashes.
    Again, this is a clean install (not even installed in the same Directory or Disk Partition as my previous install), and it is a clean profile with each Add-on reinstalled/setup manually. I did copy over a few files containing data for a few Add-ons as well as all my Bookmarks. The data copied was just a list of blocked Trackers by DoNotTrackMe and data from a time tracking add-on.
    Anyone have any ideas?

  • Page Content Disappears When Adding WebPart SP 2010

    I have been working on a project (wiki page).  I have added WPs.  There are only 2 on the page.  One day one of the WPs was not there I am trying to upload the same one.  When I do, the entire page disappears.  So I close it without
    editing it and it returns.  Any suggestions would be great.  I have not altered the master pages.
    d.bell

    You can try checking if the other web part is already on the page or not. Someone might have closed that web part. 
    At the end of your page URL type
    contents=1
    e.g.
    http://intranet.contoso.com/Project1/Pages/Default.aspx?contents=1
    If you see your two web parts there then Delete the one which is not visible on the page. You may have to checkout the page for this. 
    Now go back and add the web part back and see if that works.
    Amit

  • Page content disappears as applet is loaded....

    Hello All,
    Question 1:
    I have a webpage where I have a form. I ask user to input a few things in there, and as user press the submit button I pass this information to the embedded applet.
    However as soon as he presses the submit button, the form disappears, quite strangely. I dont know why ??
    Can some one tell me whats the solution for this .??
    Question 2:
    Also after I call the applet, it takes the necessary action, but even after taking the necessary action it keeps on running in the backgrnd for nothing. I tried giving the stop command, but in console i can read that applet stops and starts again.
    I dont want applet to comsume memory resources for no reason. Please tell a solution to this also.
    Question 3:
    Also I dont know why browser cache the applet, i.e if I make some changes in the applet at the backend, they doesnt seems to reflect in the browser, until it is closed and started again.
    How can I remove this bug from my application??

    Once in edit mode, are you able to view the page's source and do a "Find" on a certain keyword that should normally appear in your page's content? Is it there?
    I'm trying to determine if its a server side issue with your master page's code that's causing the content not to be sent back across the wire to the user or if the content is there but just not properly presented. Thanks
    Nikolas Charlebois-Laprade Microsoft Certified Professional & Software Engineer http://nikcharlebois.com

  • Multiple Page Contents Page Fields In Custom Page Layout SP2013

    I'm rather new so bare with me.  I'm trying to add multiple page content page fields with snippets to a custom page layout html file in SP2013 Designer.  Once I add the snippet and publish, I review the page and any text written
    in the last created page content box saves for both page content boxes instead of saving unique text in both.  How do you change the snippets to where they are unique snippets and won't be referenced as the same one? 
    Any help is greatly appreciated.
    Thanks,
    SP2013Newbie

    ok thnaks a lot for the reply. in my form has 6 pages. so i want to copy only first page half page data ( content & fillble fileds) in to new pdf page. so is this possible ???

  • Attach page content as pdf in email

    Thanks for all who answer this thread.
    I am using this syntax to send email from a web page....
    <cfset subject = "Application Name">
    <a
    href="mailto:?subject=#urlEncodedFormat(e_subject)#">Email
    page</a>
    i know, how to create page content in pdf...
    How can i attach page content pdf to this mail? is that
    possible?.
    OR
    what is best way to send page content PDF as email.....
    user want to type some info in body of email.....
    thanks

    Use cfsavecontent to generate your page content.
    Use cfdocument to create the pdf file
    Use cfmail and cfmailparam to send it as an email
    attachment.

  • How can I insert multiple page contents in the page layout properly?

    I wanted to create 4 columns on the page layout. These 4 columns are of page contents.
    After creating new web page based on that page layout, I attempted to enter 4 different inputs on all 4 columns.
    Then, the result (from all columns) becomes the same.
    Image - edit the web page based on 4 columns page layout:
    Image - after edit & save:
    How can I insert multiple page contents in the page layout properly?

    First, I copied the HTML snippet for the Page Content on Sharepoint's Design Manger. The code of Page Content HTML snippet is shown below:
    <div data-name="Page Field: Page Content">
    <!--CS: Start Page Field: Page Content Snippet-->
    <!--SPM:<%@Register Tagprefix="PageFieldRichHtmlField"
    Namespace="Microsoft.SharePoint.Publishing.WebControls"
    Assembly="Microsoft.SharePoint.Publishing, Version=15.0.0.0,
    Culture=neutral, PublicKeyToken=71e9bce111e9429c"%>-->
    <!--MS:<PageFieldRichHtmlField:RichHtmlField
    FieldName="f55c4d88-1f2e-4ad9-aaa8-819af4ee7ee8" runat="server">-->
    <!--PS: Start of READ-ONLY PREVIEW (do not modify)-->
    <div id="ctl02_label" style="display:none">Page Content</div>
    <div id="ctl02__ControlWrapper_RichHtmlField" class="ms-rtestate-field"
    style="display:inline" aria-labelledby="ctl02_label"><div align="left"
    class="ms-formfieldcontainer"><div class="ms-formfieldlabelcontainer"
    nowrap="nowrap"><span class="ms-formfieldlabel"
    nowrap="nowrap">Page Content</span></div>
    <div class="ms-formfieldvaluecontainer"><div class="ms-rtestate-field">
    Page Content field value. Lorem ipsum dolor sit incididuntet dolore.</div>
    </div></div></div><!--PE: End of READ-ONLY PREVIEW-->
    <!--ME:</PageFieldRichHtmlField:RichHtmlField>-->
    <!--CE: End Page Field: Page Content Snippet-->
    </div>
    After I published the page layout, I found the code for Page Content from its ASPX page. The code is shown below:
    <div data-name="Page Field: Page Content">
    <PageFieldRichHtmlField:RichHtmlField FieldName="f55c4d88-1f2e-4ad9-aaa8-819af4ee7ee8" runat="server"/></div>
    So, I attempted to create 4 columns by using 4 HTML snippets of Page Content on the same page layout. The page layout is generated from HTML file to ASPX file.
    Then I edited some parts in ASPX page layout:
    <asp:Content runat="server" ContentPlaceHolderID="PlaceHolderMain">
    <table>
    <tr>
    <td style="width:70px;">&nbsp;</td>
    <td style="width:250px; text-align:right;">
    <div data-name="Page Field: Page Content">
    <PageFieldRichHtmlField:RichHtmlField FieldName="f55c4d88-1f2e-4ad9-aaa8-819af4ee7ee8" runat="server"/>
    </div>
    </td>
    <td style="width:40px;">&nbsp;</td>
    <td style="width:200px;">
    <div data-name="Page Field: Page Content">
    <PageFieldRichHtmlField:RichHtmlField FieldName="f55c4d88-1f2e-4ad9-aaa8-819af4ee7ee8" runat="server"/>
    </div>
    </td>
    <td style="width:25px;">&nbsp;</td>
    <td style="width:200px;">
    <div data-name="Page Field: Page Content">
    <PageFieldRichHtmlField:RichHtmlField FieldName="f55c4d88-1f2e-4ad9-aaa8-819af4ee7ee8" runat="server"/>
    </div>
    </td>
    <td style="width:25px;">&nbsp;</td>
    <td style="width:200px;">
    <div data-name="Page Field: Page Content">
    <PageFieldRichHtmlField:RichHtmlField FieldName="f55c4d88-1f2e-4ad9-aaa8-819af4ee7ee8" runat="server"/>
    </div>
    </td>
    <td style="width:175px;">&nbsp;</td>
    </tr>
    </table>
    </asp:Content>
    The 4 columns for Page Contents appeared on the web page when I created new page using that page layout. But the problem is that all 4 columns displayed the same result from 4th column.

  • Urgent: Layout problem in "light inner page"

    Hi Experts,
    I am facing a problem in portal content area on external facing portal. I see a vertical scroll bar which restricts application from being displayed on entire screen.
    I am getting this problem after a patching of EP 7.0, before patching every thing was running fine.
    To me it looks like a layout problem in "light inner page", When I use "Light - 1: column (Full width)" layout I get a vertical scroll bar on portal. When I use default layout then this vertical scroll bar disappears but I see an empty navigation bar on left side which is not required.
    Can some one advise a solution for this.
    -Lave

    hi,
    Similar problem in this thread. check it out
    Desktop inner page lost
    Regardss,
    Ganesh N

  • Problem uploading newly created page on to my Internet sit.

    Using DW MX I created a new page using an existing page,
    changing content then saving it under a new name.
    I notice the Upload Arrow is not uploading my edited old page and newly created page.
    I press on it and I get a box that states the following:
    "An FTP error occurred - cannot  make connection to host.
    Your login or password is incorrect. Plese check your connection information."
    Anyone know the problem might be?
    rk

    Hi
    In the site definition are the details correct, and does the connection work when 'Test' is selected?
    PZ

  • Why are active menus and dialog boxes disappearing/being overwritten by the active tab/page content?

    Frequently when selecting a download directory/filename in the "save to" dialog the entire dialog is overwritten with the active page content. It appears the dialog has closed, but if you tab through the dialog the active field/control is written but the rest of the dialog remains hidden/overwritten. This has also happened with the "open file" dialog. The the drop down menus on the menu bar are occasionally being overwritten after being activated/pulled down. I have not been able to determine a common/specific event causing this problem.

    I seem to have fixed it by putting <div  class="clearfloat"></div> after the navigation bar?

  • Unable to create a page content type

    Add-PSSnapin -Name Microsoft.Sharepoint.Powershell
    #$SiteURL = get-SPSite "http://srvr1:123/sites/ENGG/"
    $w = get-spweb "http://sRVR1:123/sites/ENGG/"
    $web = get-spweb "http://sRVR1:123/sites/ENGG/"
    try
    $cts =  $w.ContentTypes
    Write-Host "inside content types try block"
    $spId = new-object Microsoft.SharePoint.SPContentTypeId("0x010100C568DB52D9D0A14D9B2FDCC96666E9F2007948130EC3DB064584E219954237AF3900DCED8380ADA44ABB8411D56976A5F491")
    $spId
    $ct = new-object Microsoft.SharePoint.SPContentType($spId,$cts,"BIFPageCT")
    catch
      Write-Host "error occured in creation"
    Write-Host "going2 update web"
    $w.Update();
    #get all the ctypes from site collec
    ForEach($ctype in $w.ContentTypes)
    { #write-host $ctype.Name": "$ctype.ID
     if($ctype.Name -eq "BIFPageCT")
    {   write-host $ctype.Name": "$ctype.ID }else {  Write-Host "ctype not found" }}
     I  tried to create a  new content type in my new site collec in my portal. but it failed to  create.i have taken the content type id from my another site collc. where this content type is  successfully created!
    please help why i am getting content type not found error.

    Hi,
    We can use the following PowerShell script to create a page content type.
    $spWeb = Get-SPWeb http://sRVR1:123/sites/ENGG/
    $spWeb.AvailableContentTypes | Select Name
    $parent = $spWeb.AvailableContentTypes["Page"]
    $contentType = New-Object Microsoft.SharePoint.SPContentType -ArgumentList @($parent, $spWeb.ContentTypes, "BIFPageCT")
    $contentType.Group = "My Content Type"
    $contentType.Description = "BIF Page Content Type"
    $spWeb.ContentTypes.Add($contentType)
    $spWeb.Update()
    $spWeb.Dispose()
    Here is a blog for your reference:
    http://www.microsofttechnology.net/2012/03/how-to-create-content-type-site-column.html
    Best Regards
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

Maybe you are looking for

  • Testing my Application

    I have developed an RMI application and would like to test how it will perform in real like. Are there any softwares available that I can use to test my application, particularly regarding performance, scalability and security. regards

  • Blank book pages on iPad

    I am trouble with downloaded books having all blank pages. For example, in the folder on my desktop it shows that there is a 2.8mb pdf, an 848kb mobi file, and an epub file. I added it to itunes and synced it to my iPad. The cover of the book shows u

  • Appleworks 6 - interfacelibrary error

    hi everybody, am new here and I have a problem with my old imac, osx 10.2.8 yesterday appleworks crashed while trying to save changings in a document. since that I cannot open any appleworksfile anymore. there is always an error message which says th

  • JQuery won't load

    I can't seem to get jQuery to work in an HTML page. I tried loading  it from my harddrive and calling it from the web but it doesn't seem to work.Any tips?

  • Hidden Page wont come up

    I made an additional page in iWeb that I have hidden, in other words in not listed in the main Welcome html. I can't seem to access it when I go to my website. It should come up even if I hide it. Could someone help me out. Thanks. Kurt