Inkblot update, site broke.
-
I updated to Inkblot 4.2 and the whole site broke. It seems it’s failing to load the stylesheets or the custom header/footer. (EDIT: I forced it to load the custom.css by typing in link rel= in the header.php, but yeah, still wonky. XD)
Obviously that’s not the way it’s supposed to look…
My issue may be that I’d been using a completely customized header with hand-coded navigation instead of using the WP navigation menus. How do I keep the hand-coded navigation with the new version?
Here’s what the header code looked like back when I was using v4.1x.
<!doctype html> <html <?php language_attributes(); ?> class="no-js"> <head><?php wp_head(); ?></head> <body id="document" <?php body_class(); ?>> <div id="document-header" role="complementary" class="widgets"><?php dynamic_sidebar( 'document-header' ); ?></div><!-- #document-header --> <div id="page"> <div id="page-header" role="complementary" class="widgets"><?php dynamic_sidebar( 'page-header' ); ?></div><!-- #page-header --> <header id="header" role="banner"> <?php if ( $header = get_custom_header() and $header->url ) : ?> <a href="<?php echo esc_url( home_url() ); ?>" rel="home"><img src="<?php header_image(); ?>" width="<?php echo $header->width; ?>" height="<?php echo $header->height; ?>" alt=""></a> <?php endif; ?> <div id="logo"> <img id="logoimg" src="/pics/menu/logo2.png"> </div> <nav> <div id="wtf"> <a href="/"><img class="menuhome" src="/pics/clear.png"></a> <a href="https://www.heartofkeol.com/?last_webcomic"><img class="menulatest" src="/pics/clear.png"></a> <a href="/eng"><img class="menuarchive" src="/pics/clear.png"></a> <a href="/cast"><img class="menucast" src="/pics/clear.png"></a> <a href="/about"><img class="menuabout" src="/pics/clear.png"></a> </div> </nav> </header><!-- #header --> <div id="content"> <div id="content-header" role="complementary" class="widgets"><?php dynamic_sidebar( 'content-header' ); ?></div><!-- #content-header -->
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Inkblot update, site broke.’ is closed to new replies.