My 404 Page is possessed!
-
I fixed the menu and such and the site is working well.
https://www.chinalakegastro.com/rrh
Now, when I put in a page that does not exist, my navigation menu is all bunched up in the left side instead of spread out over the page.
Example: https://www.chinalakegastro.com/rrh/404
Why would this page be different from the rest of the site?
This is my 404.php:
<?php
/**
* The template for displaying 404 pages (Not Found).
*
* @package Toolbox
* @since Toolbox 0.1
*/get_header(); ?>
<div id=”mainContent”>
<div id=”contentpaneopen” role=”main”><article id=”post-0″ class=”post error404 not-found”>
<header class=”entry-header”>
<h1 class=”entry-title”><?php _e( ‘Well this is somewhat embarrassing, isn’t it?’, ‘toolbox’ ); ?></h1>
</header><div class=”entry-content”>
<p><?php _e( ‘It seems we can’t find what you’re looking for. Perhaps searching, or one of the navigation links above, can help.’, ‘toolbox’ ); ?></p><?php get_search_form(); ?>
</div><!– .entry-content –>
</article><!– #post-0 –></div><!– #content –>
</div><!– #primary –><?php get_footer(); ?>
- The topic ‘My 404 Page is possessed!’ is closed to new replies.