Wednesday 14 December 2016

How to Remove "Revert to template" warning message in SharePoint


ISSUE:


Sometimes you see a warning message on you site saying.
"The current page has been customized from its template. Revert to template”


There are many option to resolve.I will share with you then one, i personally like.

RESOLUTION:

1. Go to the page where you are getting the warning message.

2. Edit the page.

3.  Go to insert tab and click Web Part.

4. From Media and Content categories, Select Script Editor and Click ADD.



5. Now click on edit the web part and click on Edit Snippet.





 6. Insert the below line of code to hide the warning message


<style>
    #DeltaPageStatusBar { displaynone; }
</style>
 

7. Click Apply and OK on Web Part properties.

Your warning message will be gone.

Happy SharePointing :)
 

 

5 comments:

  1. fantastic thank you for this!!!!!!

    ReplyDelete
  2. Awesome.. That really worked. Thank you!!!

    ReplyDelete
  3. This worked great, thank you!

    ReplyDelete
  4. Didn't work for me - code is displayed below the "The current page has been customized..." message

    ReplyDelete