How do you hide the current page has been customized from its template revert to template?
This is a state of the page called un-ghosted. If you don’t want these customizations, simply click the link “Revert to template” and the page will go back to use its template (ghosted).
What do you do when a website says reset?
Follow the steps in the troubleshooter, and see if that fixes the problem.
- Check Your Internet Connection & Router.
- Check Other Websites.
- Clear Your Browser Cache.
- Change the device you are using.
- Try a different browser and internet connection.
- Use Incognito Mode.
- Extensions.
- Check Your Antivirus and Firewall Software.
How to remove ” revert to template ” message in SharePoint?
Now that you know the Id lets disable it using some CSS code. Go to you page where the message is visible then edit the page, on SharePoint tabs on top choose insert then under categories you will see Media and Content, choose script editor and add to any location on your page, this wont be seen anyways.
Is there way to hide revert to template message?
Revert to template. Then the below bit of JQuery can help out. It will only hide that specific status and you can still create new ones that will not be completely hidden by CSS. This can be changed to pure JavaScript as well.
How to save the current page from its template?
First, edit the page and then add a content editor web part or script editor web part (for SharePoint 2013) (Click on Insert and then Web Part and then select Media and Content category and then add Script Editor web part). Then write the below CSS code: Now save the page, the message “The current page has been customized from its template.
How to hide revert to template status on SPD customized pages?
There’s also a post worth reading about this on TechNet forums called How to hide Revert to Template Status on the SPD Customized Pages. Particularly the response from Dalibor MSFT shows options for dealing with this. The best (and easiest) way that I’ve found to remove that notice was a workaround posted on this Consulting blog.