The following steps show how to walk through the customizations to Confluence and remove them one by one to determine if one is causing the issue. After removing a piece of customization, retest the issue at hand to see if it has been affected.
Before removing any customizations, copy it to a text file so it can be easily restored if needed
SITE LEVEL Customizations
Confluence Admin > Custom HTMLConfluence Admin > Custom StylesheetConfluence Admin > Layouts and change any non-default layout to default You may need to clear your browser cache to see the above changes
Before removing any customizations, copy it to a text file so it can be easily restored if needed
SPACE LEVEL Customizations
Confluence space, then accessing Space Tools > Look & Feel > StylesheetTo remove all layouts at once:
The following steps will remove all layout changes to the site. This is a good option to determine immediately if customizations are indeed causing a problem.
Create a full backup of the database before executing the following
Run the following SQL which will delete all layouts applied to the site
DELETE from DECORATOR; |