Hi Raffy,
Opening the page below returns a blank screen, which indicates a 500 internal server error rather than a display issue:
https://montessoriminds.vic.edu.au/hoppers-crossing/curriculum/
A 500 error on a single page is most often caused by the server running out of time or memory while rendering it. Kindly review your server settings — the relevant URL is in the secure note below — and increase the following values:
- PHP time limit: at least 300
- PHP memory limit: at least 256M
- Upload max filesize: at least 32M
- PHP post max size: at least 32M
If the page still returns an error after those changes, please enable WordPress debugging so we can see the underlying cause. Add the following to wp-config.php above the “stop editing” line, reload the page once, then send us the most recent entries from /wp-content/debug.log:
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', false );
Please set WP_DEBUG back to false once we have the error message.
Debugging in WordPress — official reference for these constants
Themeco Documentation — search “Increasing PHP Memory Limit”
Regards