This is a quick fix! To change the icon that is displayed on the bookmark in a browser from the: To something more sexy, then do the following: Create a new folder in this location C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\TEMPLATE\IMAGES I named my folder “Custom”. This is always best practice, so that your changes …
Tag: SharePoint 2013
There is an error reported in Health Analyzer on my SharePoint 2013 server regarding the Distributed Cache “current server is running low on memory”. So, the Distributed cache uses 10% of the total physical memory on the server. The Distributed Cache service uses half of that memory allocation for data storage (also known as cache …
This problem ONLY concerns IE11 and on a SharePoint site using the bootstrap theme. When you create a Team Site and add a Task list, the ribbon is disabled and either the Tasks nor the Timeline is visible. If you open the same site in IE10 or Chrome, it is visible and working. The site …
If you want to hide the “Conversations” options from the dropdown menu that is shown after the Search box, the easiest way is to CSS hide it. Set the following class to “display:none”. #ctl00_PlaceHolderSearchArea_SmallSearchInputBox1_csr_NavDropdownList div:nth-child(3){display:none;} Then you want to remove the same option from the Search center page (results.aspx) also. Edit the Search page …