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

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