Tuesday, December 31, 2013

visio add apps problum in sharepoint 2013

visio add apps problum in sharepoint 2013

Fixed It...
Open custom master html file...
get this from header:
<!--SPM:<SharePoint:AjaxDelta id="DeltaSPWebPartManager" runat="server">-->
<!--SPM:<WebPartPages:SPWebPartManager runat="server"/>-->
<!--SPM:</SharePoint:AjaxDelta>-->
Cut it out...
go to the body part... find div with the id "s4-workspace" and paste the code before this div like this:
[...]
<!--SPM:<SharePoint:AjaxDelta id="DeltaSPWebPartManager" runat="server">-->
<!--SPM:<WebPartPages:SPWebPartManager runat="server"/>-->
<!--SPM:</SharePoint:AjaxDelta>-->
<div id="s4-workspace" class="s4-nosetwidth">
[...]
Hope this helps!



shahzad_samejo@yahoo.com

Saturday, December 21, 2013

Hide title sharepoint 2013

Hide title sharepoint  2013

<style type="text/css">
.ms-core-listMenu-horizontalBox li.static > a{
display: none !important;
}
.ms-core-listMenu-horizontalBox li.static > ul a{
display: block !important;
}
</style>


http://sharepoint.rackspace.com/sharepoint-2013-how-to-change-sharepoint-branding-text-in-the-upper-left-part-of-your-screen



<style type="text/css">
      .ms-sitetitle h1 
     {
        display:none
     }
    </style>

Tuesday, December 17, 2013

perfect custom master page change and perfect create page layout

perfect custom master page change

http://raquelalineblog.wordpress.com/2013/04/26/sharepoint-2013-create-a-master-page-based-on-seattle-master-with-vs-2012/


perfect create page layout

http://sharepointontop.blogspot.com/2013/03/create-page-layout-in-sharepoint-2013.html

Tuesday, December 3, 2013

solve problum not show button create new web application management

--------solve problum when i create new web application management------------

open centarl management in internet explorer then yes administrator option then you can
see the create new web application option..



shahzad_samejo@yahoo.com

Monday, December 2, 2013

flying menu in sharepoint navigation setting define Sharepoint 2013

flying menu in sharepoint navigation setting define Sharepoint 2013

------------------------------
Type: Heading +MyCompany
Type: Link +SPOTLIGHT#1
Type: Heading +MyJob
Type: Link +SPOTLIGHT#2
Type: Heading +MyResources
Type: Link +SPOTLIGHT#3
Type: Link +Directories




shahzad_samejo@yahoo.com