Theme Header missing images
-
Here at https://www.TanyaTucker.com After updating to the newest release of WP our images are invisible. They still appear in the source code however. There should be a logo in the big white circle and another logo to the right by the contact nav button.
I have tried all plugin related issues, nothing seems to work so far. Any thoughts?
Here’s the code,<!doctype html> <html class="no-js" lang="en"> </head> <body <?php body_class(); ?>> <div id="outer-wrap"> <div id="inner-wrap"> <div id="wrapper"> <header id="top" role="banner"> <div class="row"> <div class="small-12 columns"> <div class="block"> <a>"> <span class="icon-tanya-logo"></span> </a> <a href="#nav"> <span class="icon-menu"></span> </a> </div> <nav id="nav" role="navigation"> <div class="block"> <h2 class="block-title">Country Singer</h2> <ul> <?php wp_nav_menu(array('menu_order', 'theme_location' => 'main-nav', 'container' => false, 'items_wrap' => '%3$s') ); ?> <li class="mac-cosmetics"> <a target="_blank" href="https://www.maccosmetics.com/"> <span class="icon-mac-logo"></span> </a> </li> </ul> <a href="#top"> <span class="icon-close"></span> </a> </div>
[Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Theme Header missing images’ is closed to new replies.