Ribbon missing on SharePoint List or Library page SharePoint 2013

This article is related to below post where user reported missing ribbon issue after migration from SharePoint 2007 to 2013 version.

https://social.technet.microsoft.com/Forums/en-US/628b9f7b-b1e7-4bb1-b01d-fcb11b252862/ribbons-missing-after-migration

Scenario:

Ribbon not visible on SharePoint List/Library page load. Mostly reported after site migration from 2007 to 2010/2013 version. Also if you have added a content editor web part on this page.




Cause:

When content editor web part is added to standard list/library pages, classification of page changes from List View page to Application page.

Solution:

First of all, if you are experiencing this issue after migration, perform below checks-


  • Check if this issue appears for existing/new list/library pages.
  • Is it happening for all lists/libraries
  • If item in a list/library is selected, ribbon appears?
  • Any customization like Content Editor Web Part or JavaScript code added on that page.
Now if you have CEWP on the page, add below JavaScript code to the same CEWP or new CEWP. This will display ribbon on page load-

01.<script type="text/javascript" src="https://code.jquery.com/jquery-1.11.3.min.js "></script>
02.<script type="text/javascript">
03.$(document).ready(function(){
04.var elem = document.getElementById("MSOZoneCell_WebPartWPQ2");
05.           if(elem != null) {
06.                var dummyevent = new Array();
07.                dummyevent["target"] = elem;
08.                dummyevent["srcElement"] = elem;
09.                WpClick(dummyevent);
10.                _ribbonStartInit("Ribbon.Browse", true)
11.            }
12. });
13.</script>
 


Comments

Popular posts from this blog

"There's a configuration problem preventing us from getting your document. If possible, try opening this document in Microsoft Word." Office WebApp Error

"Sorry, Word Web App can't open this ... document because the service is busy." Office WebApp

Unable to create a "Send to Connection"- verification failed -url is a not a valid routing destination