Archive

Latest Posts

Infinite Scrolling in SharePoint Quick Tip

If you’re trying to set up an infinite scrolling script in SharePoint, you may run into issues calculating the height of the document and comparing it to how far the user has scrolled. This is due to how SharePoint overrides typical scrolling behaviour to allow the ribbon to stay put at the top of the …

Read on

Responsive UI Package for SharePoint on-premises (2013 and 2016)

If you’re like me and get a lot of requests to make SharePoint sites responsive (it is 2016 afterall!), here’s a great read and some excellent resources courtesy of the SP Patterns & Practices team to make your life a little easier: http://dev.office.com/blogs/announcing-responsive-ui-package-for-sharepoint-on-premises-2013-2016 Looking for the SharePoint Online version? That can be found in the …

Read on

Dynamically Resize SharePoint Modal Dialogs

My colleague Alec and I ran into an issue today where SharePoint was having difficulty rendering modal dialogs at the correct size. The dialogs were too small for the content they contained, and therefore some undesired scroll bars appeared. Nobody wants that! Thanks to Chad Schroeder’s post for a nifty little fix: Add that to …

Read on

SharePoint Centered Layout in Wiki Pages

In a recent project, we were working with a customer who was using a fixed width centered design in their corporate intranet (using the Publishing feature’s “/Pages” library and the Site Master Page), but the System Pages of the site were still full width. Since wiki libraries use the System Master Page, they were full …

Read on

3 Ways to Improve SharePoint Quick Launch Style

In our last couple of SharePoint branding projects here at itgroove, we’ve added a little bit of sparkle to SharePoint’s left navigation, or “Quick Launch”. Here’s how we added some style with a bit of CSS and jQuery. First, we wanted each site’s OneNote Notebook to pop, as it’s different from a list, library or …

Read on

SharePoint Web Part Style

Looking to add a bit of sass to your web parts? With this bit of jQuery and CSS, we’ll take control of the display of SharePoint web parts and their titles and icons. Here’s an example: In the script below, we’ll target the icon <img> that SharePoint allows you to set via the Web Part …

Read on