Search This Blog

Wednesday, November 5, 2014

Fishbone SharePoint Tools

Extensions for SharePoint 2013 development with Visual Studio 2013 RTM -Copy to Root -Copy to Gac -IISReset -Reset SharePoint Timer Service -Attach to IIS Worker Process

Here is the downlaod link :

Sunday, November 2, 2014

SharePoint 2013 - HidePrevious, Next, and Pause buttons on Picture Library Slideshow Web Part's

Add the Script Editor or Content Editor webPart and  paste below code.

<style>
.ms-WPBody a[onclick ^= "Next"]{
        display:none;
}
.ms-WPBody a[onclick ^= "Play"]{
        display:none;
}
</style>