Not able to insert webpart in custom webpart zone in SharePoint 2013 - sharepoint

I am able to add webpart zone snippet (from design manager) in my custom page layout. Although it gets added on the page layout.
But when I click on add a webpart in the my custom webpart zone section on the aspx page nothing happens.
What could be wrong?

Related

Master Page changes not reflected for other logged in users in sharepoint online 2013?

I have created a master page using sharepoint designer 2013. I am able to edit the page.But whenever any changes are made they are only reflected on the view of administrators site. Changes are not reflected/visible to other user who logs into the site
How to reflet the changes throughout ?
You need to "publish" and "approve" your changes. I'm not sure if Sharepoint Designer allows you to do this. You can do it in Site Settings -> Web Designer Galleries/Master pages and page layouts. Select your master page, then publish, then approve it (use corresponding toolbar options for these).
If only you or some admin users can see the changes, then check-in, publish and approve.
You can do it from Designer with right-click:
If only some administrative pages show your changes, but not regular site pages, make sure the Master Page being edited is selected both as Site Master Page and System Master Page, in Site Master Page Settings

Cannot click on contents desplayed in IFRAME of dynamics crm form

I've added an IFRAME on Accounts form of Dynamics CRM that is actually grabbing the contents from my custom page. But I am unable to click any of the hyperlink displayed in the IFRAME. Any workaround to make the contents accessible?
Make sure to uncheck the "Restrict cross-frame scripting" option in the IFRAME properties:

How to customize a SharePoint 2010 Application Page Ribbon?

I know how to customize the ribbon in a List pages, or Site settings page. But how to customize the ribbon on a custom developed SharePoint 2010 Application page?
SPRibbon API solved the problem
https://spribbon.codeplex.com/

Adding a Custom Webpart to a Site Template in Sharepoint 2010

I tried to add a custom created webpart to a customized team site which I then saved as a template. The webpart in question worked fine with the original site. However, when I created a new site based on this template(within the same server that the webpart in question was deployed to) the area which was supposed to contain the webpart was blank. Is there anything I'm missing or is it not possible to deploy a custom webpart into a custom site template?
Just guessing here because I haven't tried it but when you add a webpart to the page you are essentially customizing that page for that specific site. The webpart location is stored in the content database just for that individual page.
When you save a site as a template you are just saving the structure so when you provision a new site the customized page isn't there.

SharePoint - Creating a Custom Search Results web Part Page

I have replaced the default Search Box in SharePoint using Delegate control.
Now my delegate control has a Text Box and a Button.
On Button Click it should take the users to a web part Page wich has all my Custom Web Parts added.
But this Web Part page should be accessible from every site in sharePoint as my Custom Delegate control can be added anywhere within the farm.
Ex: like OSSSearchResults.aspx but my custom web part page can be modified by users.
Can some one tell me how to do this?
You can put url of the custom results page in Search settings in site collection administration section.
Also You can customize the default search results page with out of the box webparts like SearchCoreResults webpart, refinement pane, search box etc.
But my question is can i add a custom webpart to this results.aspx.

Resources