How to add web part zone?

I am testing SP 2010 and trying to add a webpartzone to the page. So I go into SPD and edit the page. However I can only add new webparts not another webpartzone. The option is greyed out. So the only webpartzone I see is "Rich Content" when viewed on the
web. The page is based on v4.master. But even if I try and edit v4.master, I do not have WebPartZone enabled....I guess I am still new and learning....can someone tell me what I need to do?
Thanks in advance,
Jacob. 

Hi
just add a new div in the page, then go to designer mode, now the button will be visible to add web part zone.
Alternate is that, just copy and paste the following code in the aspx page
<div>
<WebPartPages:WebPartZone
runat="server"
FrameType="TitleBarOnly"
ID="Left"
Title="loc:Left"><ZoneTemplate></ZoneTemplate></WebPartPages:WebPartZone>
</div>
It will work
Muhammad Kamran Rafi
[email protected]
SharePoint Developer
Xelleration LLC

Similar Messages

  • How to fix web part zone width?

    I would like to fix the web part zone width on a SharePoint page such that it is not overridden by any web part. Irrespective of me adding a smaller or larger webpart, the zone width should remain the same. I am ok if that introduces scroll bars. I tried giving the zone width, but currently the Content Editor web part width overrides that (a user gave a larger width in the Appearance section than the web part zone width).
    Is there a way to do that?
    ThanksSanjeev Garg [MSFT]

    Hi Sanjeev,
    Do you need this done in a particular page or is it for a lot of pages in your site? Either way, you can add custom CSS to make it a fixed width. For example:
    #your_webpart_zone_id
           width: 400px;
           overflow: auto;
    The overflow statement above should render scrollbars within the web part zone if any web part width is more than the web part zone width.
    If you need this for just few pages, then I'd recommend that you add a CEWP on those pages and add the above CSS through the Source Editor of the CEWP. But, if you need this on every page, then you can add the custom css in your master file to affect all pages.
    Use a DOM inspector to find the id or class of the web part zone easily. I hope this answers your question.
    Pman
    http://www.pmansLab.com/

  • How to make the web part and web part zone smaller?

    Hello Community
        On WS2012 running SharePoint 2013 Server when you edit a page
    the web part zone is big and when you add the web part the web part 
    is big also.
        So the question is how to you make web parts and web part zone
    smaller?
        Thank you
        Shabeaut

    Hi,
    According to your description, my understanding is that you want to make the web part zone and web part smaller.
    When you edit a page, you could change the height and width of the web part in Edit Web Part -> Appearance by typing in the Height and Width field. The size of the web part zone changes with the web part.
    Best Regards,
    Dean Wang
    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]

  • How do I add web part in the event receiver after the site is provisioned in SP 2010?

    How do I add web part in the event receiver after the site is provisioned in SP 2010?

    You try the below steps:
    1. Use long operation to provision the site, so that it does not time out in process.
    2. After provisioning, you can add a page or add the web part directly to landing page of site.
    For each of the above steps you can find the sample code pieces.
    if you couldn't get that, let me know. I will share with you.
    Thanks, Ashish If my response has helped you, please mark as answer.

  • Unable to add web part in the web part zone

    We have a SharePoint 2010 site collection in which except the home page all other pages are working normally. When we try to click on 'Add a Web Part' button on the home page we won't get the web part gallery and hence we are unable to add any web parts
    on the home page.
    We checked the permissions, it is fine I have web application level full control. 
    Home page is not checkout to any body.  All other site collections have good home pages where we are able to add web parts.
    Please let me know how to fix this issue.
    Thank you,
    smith

    Hi Victoria Xia,
    Below are my answers to your questions
    Check the page in SharePoint Designer to see if there are any customization on the page.
               There are no customizations on the page. It just has Out of the Box web parts which are already      added.
         2. Did this issue occur with other user accounts?
               Yes, issue is there for all the user accounts.
         3. Set another page as home page to see if the issue still occurs.
             I have set another page as home page but didn't see any issue.
         4. Was there any error when editing the home page?
             No, I don't see any errors while editing the home page.
    smith

  • Web Part Zone personalization

    Using SharePoint 2013;
    Is there an option out of the box to personalize Web Part Zone like we have for Web Parts. We have a requirement to create a Web Part page in which users can personalize by adding the Web Parts they wanted to see.
    Scenario: User 1 login in to the site and adds WebPart1 to this page & User 2 adds WebPart2 to the same page. Each users should not see the Web Part that are added by other users.
    --Cheers

    Ok, thanks for your replies
    I'm planning to go with OOB option with few customizations. Below is the plan, please suggest me if you have any ideas
    Personalize this Page - On pages the site contributors can add the Web Parts to create a personal view of the page. For example, a Web Part can be added to a page and viewable by only those users. When users personalize a page, others will
    continue to view the public version or the shared version, or their own personalized version. Once a page is personalized, we have an option to view either your personal version or the shared version.
    Create web part page “My Page”
    Check 'Add/Remove Personal Web Parts' & 'Update Personal Web Parts' permission level at Web Application level and user group level in order to enable personalize this page menu in the site for the user.
    Restrict personal page from showing all web parts in the Add Web Part list by assigning appropriate permission to Web Part Gallery. As this is admin defined as per our requirement
    Enable Personalize this Page option only to the custom “My Page”. Hide this menu for all the other pages.
    --Cheers

  • Center list web part within a web part zone

    How do you center web parts within a web part zone? I have a web part zone within a <td>, and the cell is centered. Within the cell I have a table that is centered, which contains the web part zone. However, the web parts within the zone remain left
    aligned. What am I missing? Thanks.

    Hi ,
    I did a test using the web part page template, there is a center web part zone. If I added a web part in the center web part zone and added another web part in the center right web part zone, save the page, the web part displayed in left. If I added a web
    part into the center left zone, the web part within the center web part zone displayed in center . The location of the center web part zone is comparative with others.
    If you want to keep the web part zone in center, you can use css style to modify it.
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • Dynamically add web part in sandbox solution

    I've site in office 365. I want to add site page in /SitePages on feature activation. I also want to dynamically add web part in this site page.
    How can I do this?

    Hi,
    According to your description, you might want to add a page into the “Site Pages” library and add a web part into it in the FeatureActivated event in a Sandboxed solution.
    To add a site page, you can refer to the two links below:
    http://www.c-sharpcorner.com/blogs/4526/programmatically-create-wiki-page-in-sharepoint.aspx
    http://sharepoint2010mind.blogspot.ch/2012/06/add-publishing-page-to-sharepoint-site.html
    Then add a web part to the page:
    http://blog.mastykarz.nl/inconvenient-provisioning-web-parts-wiki-pages-sandboxed-solutions/
    Best regards
    Patrick Liang
    TechNet Community Support

  • How to add more drop zones or movies in an idvd menu

    I was building a dvd in idvd and ran out of drop zones to fill but I couldn't figure out how to add more drop zones.
    I tried different templates but I could find none that had more than 12 drop zones.
    Then I was adding movies to the main menu and idvd refused to allow more movies added when I reached 10 movies. It said that the template did not accept more movies.
    I tried a few other templates and could not get it to accept more.
    I don't want to add submenus because the movies being used do not lend themselves to being put into different submenus.
    Is there some way to add more than the default drop zones in an idvd template and to add more movies in a menu without having to use submenus?
    Thanks for any advice.

    I couldn't figure out how to add more drop zones
    Sorry, the templates 'are what they are'.
    I don't want to add submenus because the movies being used do not lend themselves to being put into different submenus.
    You need to figure out how to work with what is available.
    If you want more freedom, buy Apple's Final Cut Studio and learn to use DVD Studio Pro.

  • Web Part Zone "ID" not coming down to HTML

    I have added web part zones to a page layout using sharepoint designer.. I used snippets to get a web part zone and paste it into my html page layout file. I gave my web part zone a custom id for tabs that I am trying to set up. When I render my page the
    zone is there but it does not get the ID that I am registering in the code, it doesn't get any id.
    HTML in Page Layout:
    <div data-name="WebPartZone">
    <!--CS: Start Web Part Zone Snippet-->
    <!--SPM:<%@Register Tagprefix="WebPartPages" Namespace="Microsoft.SharePoint.WebPartPages" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c"%>-->
    <div xmlns:ie="ie">
    <!--MS:<WebPartPages:WebPartZone runat="server" ID="TabbedWebPartZone" TitleBarVerbButtonType="Link" AllowPersonalization="False" FrameType="TitleBarOnly" Orientation="Vertical" WebPartVerbRenderMode="TitleBar">-->
    <!--MS:<ZoneTemplate>-->
    <!--DC: Replace this comment with default web parts for new pages. -->
    <!--ME:</ZoneTemplate>-->
    <!--ME:</WebPartPages:WebPartZone>-->
    </div>
    <!--CE: End Web Part Zone Snippet-->
    </div>
    Code in ASPX:
    <div data-name="WebPartZone">
    <div>
    <WebPartPages:WebPartZone runat="server" ID="TabbedWebPartZone" TitleBarVerbButtonType="Link" AllowPersonalization="False" FrameType="TitleBarOnly" Orientation="Vertical" WebPartVerbRenderMode="TitleBar"><ZoneTemplate></ZoneTemplate></WebPartPages:WebPartZone>
    </div>
    </div>
    Rendered HTML:
    <div data-name="WebPartZone">
    <div>
    <div class="ms-webpart-zone ms-fullWidth">
    <div id="MSOZoneCell_WebPartWPQ3" class="s4-wpcell-plain ms-webpartzone-cell ms-webpart-cell-vertical ms-fullWidth ">
    <div class="ms-webpart-chrome ms-webpart-chrome-vertical ms-webpart-chrome-fullWidth ">
    <div WebPartID="00d08129-ccbd-49ef-8b82-1165a0c690c2" HasPers="false" id="WebPartWPQ3" width="100%" class="ms-WPBody noindex " allowDelete="false" style="" ><div componentid="ctl00_ctl34_g_00d08129_ccbd_49ef_8b82_1165a0c690c2_csr" id="ctl00_ctl34_g_00d08129_ccbd_49ef_8b82_1165a0c690c2_csr"></div><noscript><div id="ctl00_ctl34_g_00d08129_ccbd_49ef_8b82_1165a0c690c2_noscript">It looks like your browser does not have JavaScript enabled. Please turn on JavaScript and try again.</div></noscript><div id="ctl00_ctl34_g_00d08129_ccbd_49ef_8b82_1165a0c690c2">
    <div class="ms-webpart-chrome ms-webpart-chrome-fullWidth ">
    <div class="ms-webpart-chrome-title" id="WebPartWPQ7_ChromeTitle">
    <span title="" id="WebPartTitleWPQ7" class="js-webpart-titleCell"><h2 style="text-align:justify;" class="ms-webpart-titleText"><nobr><span></span><span id="WebPartCaptionWPQ7"></span></nobr></h2></span>
    </div><div WebPartID="00000000-0000-0000-0000-000000000000" HasPers="true" id="WebPartWPQ7" width="100%" class="ms-WPBody ms-WPBorder noindex ms-wpContentDivSpace " OnlyForMePart="true" allowDelete="false" style="" ><div componentid="ctl00_ctl34_g_00d08129_ccbd_49ef_8b82_1165a0c690c2_ctl00_csr" id="ctl00_ctl34_g_00d08129_ccbd_49ef_8b82_1165a0c690c2_ctl00_csr"></div><noscript><div id="ctl00_ctl34_g_00d08129_ccbd_49ef_8b82_1165a0c690c2_ctl00_noscript">It looks like your browser does not have JavaScript enabled. Please turn on JavaScript and try again.</div></noscript><div id="ctl00_ctl34_g_00d08129_ccbd_49ef_8b82_1165a0c690c2_ctl00">
    </div><div class="ms-clear"></div></div>
    </div>
    </div><div class="ms-clear"></div></div>
    </div><div class="ms-PartSpacingVertical"></div>
    </div><div id="MSOZoneCell_WebPartWPQ4" class="s4-wpcell-plain ms-webpartzone-cell ms-webpart-cell-vertical ms-fullWidth ">
    <div class="ms-webpart-chrome ms-webpart-chrome-vertical ms-webpart-chrome-fullWidth ">
    <div WebPartID="3394b689-f05f-4cc7-a403-e4a4a6076229" HasPers="false" id="WebPartWPQ4" width="100%" class="ms-WPBody noindex " allowDelete="false" style="" ><div componentid="ctl00_ctl34_g_3394b689_f05f_4cc7_a403_e4a4a6076229_csr" id="ctl00_ctl34_g_3394b689_f05f_4cc7_a403_e4a4a6076229_csr"></div><noscript><div id="ctl00_ctl34_g_3394b689_f05f_4cc7_a403_e4a4a6076229_noscript">It looks like your browser does not have JavaScript enabled. Please turn on JavaScript and try again.</div></noscript><div id="ctl00_ctl34_g_3394b689_f05f_4cc7_a403_e4a4a6076229">
    <div class="ms-webpart-chrome ms-webpart-chrome-fullWidth ">
    <div class="ms-webpart-chrome-title" id="WebPartWPQ8_ChromeTitle">
    <span title="" id="WebPartTitleWPQ8" class="js-webpart-titleCell"><h2 style="text-align:justify;" class="ms-webpart-titleText"><nobr><span></span><span id="WebPartCaptionWPQ8"></span></nobr></h2></span>
    </div><div WebPartID="00000000-0000-0000-0000-000000000000" HasPers="true" id="WebPartWPQ8" width="100%" class="ms-WPBody ms-WPBorder noindex ms-wpContentDivSpace " OnlyForMePart="true" allowDelete="false" style="" ><div componentid="ctl00_ctl34_g_3394b689_f05f_4cc7_a403_e4a4a6076229_ctl00_csr" id="ctl00_ctl34_g_3394b689_f05f_4cc7_a403_e4a4a6076229_ctl00_csr"></div><noscript><div id="ctl00_ctl34_g_3394b689_f05f_4cc7_a403_e4a4a6076229_ctl00_noscript">It looks like your browser does not have JavaScript enabled. Please turn on JavaScript and try again.</div></noscript><div id="ctl00_ctl34_g_3394b689_f05f_4cc7_a403_e4a4a6076229_ctl00">
    </div><div class="ms-clear"></div></div>
    </div>
    </div><div class="ms-clear"></div></div>
    </div>
    </div>
    </div>
    </div>
    Why won't my Web Part Zone's ID register down to the HTML that is rendered?
    I've tried adding the ID on the data-name: Web part zone div but that also does not work.
    Any suggestions?
    I've seen several references online where people have custom ID's like mine on their Web Part Zones... what am I doing wrong :/

    You are placing inside webpart zone right,
    "Web Part infrastructure automatically sets this value" see this link
    http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.webpartpages.webpart.id.aspx
    Hope this helps!
    MCITP: SharePoint 2010 Administrator
    MCTS - MOSS 2007 Configuring, .NET 2.0
    | SharePoint Architect | Evangelist |
    http://www.sharepointdeveloper.in/
    http://ramakrishnaraja.blogspot.com/

  • Unable to add web part to SharePoint 2013 page

    hello,
    My account has full control on the site collection, and when I edit the page and click on the Add a Web Part, nothing happens.  I would expect to have a list of web parts that I can select from, but this does not appear.  What can I do to enable
    this or get web parts added to the page?
    Thanks
    Paul

    Hi Paul,
    We need to collect more information about your issue:
    1.Is there any customized script that might affect the issue?
    2.Could you please test the issue with another user account? Does it work before for your account?
    3.Please test the issue on other browsers and see if it works.
    Similar threads:
    https://social.technet.microsoft.com/forums/sharepoint/en-US/e4fc21d4-b703-454a-a135-6d28d23cb18a/unable-to-add-webpart-wpadder-is-missing
    http://sharepoint.stackexchange.com/questions/3883/cant-add-web-parts-to-a-page-as-a-user-with-full-control
    Regards,
    Rebecca Tu
    TechNet Community Support

  • Is there a way to allow contributor users to add web parts to a page without granting them "Add and Customize Pages" permission?

    I am working on an enterprise wiki site collection, and when contributor users try to add web parts they will get the following error:-
    A Web Part or Web Form Control on this Page cannot be displayed or imported. You don't have Add and Customize Pages permissions required to perform this action.
    So I granted the Contribute Permission level an extra permission which is “Add and Customize Pages”. Now contributors will be able to add/edit/delete
    web parts. But they will have extra permissions that I do not want them to have , such as changing the design and customize some page layouts, also they can access the site settings and create site columns !!.
    So my question is basically if there is another way to allow users with contribute permission to be able to add web parts without granting any extra permission. In other words to treat adding web parts as normal content such as image, Text ,tables ?
    Thanks

    I dont think so.
    http://technet.microsoft.com/en-us/library/cc288074%28v=office.14%29.aspx
    Add and Customize Pages
    Add, change, or delete HTML pages or Web Part pages, and edit the Web site by using a Windows SharePoint Services-compatible editor.
    View Items, Browse Directories, View Pages, Open
    Design, Full Control 
    If this helped you resolve your issue, please mark it Answered. You can reach me through http://freeit-support.com/
    so there are not any workarounds or any custom settings which i can use to implement any of these:-
    - To force Contributor users to add web parts without granting them "Add and Customize Pages"
    - If i grant them "Add and customize Pages" permission, to stop the ability to access the site settings ?
    Please can any one advice on this , as it is causing a lot of confusion,,, and i can not live with the face that Contributor users can access and modify site settings. the other approach will be is that i will stop using web parts. but one of our main reasons
    we decide to use SharePoint is the ability to add web parts, especially the Visio & Excel web access web. thanks in advance for any advice ..

  • Does any know how to add web clips to Pages on iPad?

    Does anyone know how to add web clips to Pages in iPad?  Thanks in advance.

    i have no idea how they were lost - i think i must have updated the ipad and then i found the documents to be lost ? i restored the last back up which should have had the documents but to no avail??

  • Instructions How To Add Web Apps

    Can someone tell me how to add web apps like the games and flashlight. I'm having a mental block lol Theres no download button on the apple site or in itunes that ive found.
    Thanks!

    Hi Jraps39
    Currently there are 2 answers to this question.
    The first applies if your iPod touch hasn't been updated with the January Software Upgrade which you can purchase through the iTunes music store. If this is the case then there is no official supported way of adding buttons to your home screen to those web apps. You can however bookmark them in Safari.
    If you have downloaded the January Software Upgrade through the iTunes Music Store then you will be able to tap the plus sign in the middle of the button bar at the bottom of the webpage in Safari and it will give you the option to "Add to Home" which will add an icon to your home screen.
    Some users have found alternative methods that are unofficially supported and cannot be mentioned on this forum however I hope the above answers your question.

  • How to publish Web parts page in Share point server 2010

    Hi All,
    I have created Web parts page in share point server 2010. it working fine but it always displayed with Ribbon controls and other tool bars, if there any possibility to publish web parts page, here user able to view content only not editing option.
    I already enabled 'SharePoint Server Publishing Infrastructure' in site collection level and 'SharePoint Server Publishing' in site level.
    Here i only find publish menu for pages not for web parts page.
    Kindly advice how to publish web parts pages.
    Thanks,
    Selvakumar.S

    Just remove Edit permission of users on that page, then they wont be able to see edit options
    http://office.microsoft.com/en-in/sharepoint-help/what-is-permissions-inheritance-HA102772762.aspx
    http://office.microsoft.com/en-in/sharepoint-foundation-help/edit-permissions-for-a-list-library-or-individual-item-HA101805400.aspx
    If this helped you resolve your issue, please mark it Answered

Maybe you are looking for

  • How do I transfer data from IPAD to USB drive?

    How do I transfer data from my IPAD to my PC or USB port?  I have orginal files and documents that I need to put on a USB drive and I do not know enough about the IPAD to figure it out.  Thank you.

  • List services as colums

    hi i'm using this code from this forum https://social.technet.microsoft.com/Forums/windowsserver/en-US/75b3dcde-af1e-4d87-9eff-ce923b090ef8/get-services-from-remote-computers $array = @()             foreach($i in (gc c:\computers.txt)) {            

  • Kernal Message at start up!

    Just the other day my mac was acting funny so I tried to restart and it timed out. It wouldn't quit the aplications so I did a hard restat. Now when I try to restart my mac it gets tot he gray screen with the apple then a darker gray screen comes dow

  • Define default for excel integration to report painter

    Hello, I am running report painter. I am using office integration to display the report with Microsoft Excel. The Excel opens with left to right display. I want to display him right to left - but I cannot define right to left as a default. Where can

  • Fonts for African Languages

    One of my colleagues is doing ethnographic research in Benin. He wants a font for his OS X computers (10.3 and 10.4) for the Fongbe language and creole languages of Caribbean. Does anyone know if there are Mac font these languages?