Tag Info

New answers tagged

0

I was having the same issue. I went into seattle.html and copied the topnav code from their <!--SPM:<SharePoint:AjaxDelta id="DeltaTopNavigation" BlockElement="true" CssClass="ms-displayInline" runat="server">--> <!--SPM:<SharePoint:DelegateControl runat="server" ControlId="TopNavigationDataSource" Id="topNavigationDelegate">--> ...


0

When you created your snippet, there is a preview screen. That should show you the result of your snippet, BEFORE you copy and paste that snippet into your site. Those snippets are configurable for number of levels to show. you may want to check that the snippet is configured the number of levels you want.\ The following is from the snippet guidance for ...


0

I solved this once using a custom webpart that loaded a custom javascript file on pages where the report service webparts resides (requires jQuery). The following snippet is a bit old and might contain requirements not eligible to yours but you should get the point: jQuery(document).ready(function () { var $rsViewers = $('div[rsviewer=RSViewer]'), ...


0

This is what I would recommend you You should start planning your css and what you want to change. Try to get a Front developer with experience in styles in sharepoint because you will be ahead of the game. If you are using VS 2012 to develop your solutions be sure to deploy first Lists Projects, then webparts, the Master pages (layouts, styles, etc) and ...


0

If you haven't customized the master page, so you are running with any of the default ones, by the look at the resulting references it confirms that some Theme has been applied. You could use Powershell to attempt to reset the Theme as described here http://absolute-sharepoint.com/2012/08/changing-sharepoint-2010-sites-theme-using-powershell.html Did you ...



Top 50 recent answers are included