How can I edit the error page? (Oops! You Blew up the Internet.)

In my list of pages, I see the 404 page, but it doesn’t have any of the content that the “Oops! You Blew up the Internet.” page has. How can I edit that page?

This is an automated message to notify you that your thread was posted in the wrong forum, and it has been moved to the correct place. A member of our team will be happy to reply just as soon as your thread is up. How support works.

For support, please post all questions in the Support Forum.

For peer to peer conversations with other Themeco customers about tips, customizations, or suggestions you are welcome to use the Peer to Peer (no official support provided here).

For Design & Development, Marketing & Media, and Hosting & Optimization discussions you are welcome to use the General Forum to discuss with fellow Apex members about non Themeco related topics. Please keep this in mind in the future.

Thank-you!

Hello There,

Thanks for writing in!

“Oops! You Blew up the Internet.” is part of the landmark header. If you want to modify this, assuming that you have your child theme active and ready, please follow the following steps below:
1] Browse to the folder wp-content/x/framework/legacy/cranium/headers/views/{your-stack}/
2] Please copy the file _landmark-header.php
3] In the ``_landmark-header.php, find the code block that says "Oops!" and "You blew up the Internet." (Line 92 and line 93) and insert your changes. 4] Upload this file to your server in the child theme's folder wp-content/x-child/framework/legacy/cranium/headers/views/{your-stack}/

If the path does not exist in your child theme, you will have to create the directories within your child theme so that you will have the correct directory path.

Hope this helps.

1 Like

Thanks so much for that info!

You are most welcome!