• Resolved outlaw0138

    (@outlaw0138)


    Here at http://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="http://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.]

    • This topic was modified 6 years, 10 months ago by outlaw0138.
    • This topic was modified 6 years, 10 months ago by outlaw0138.
    • This topic was modified 6 years, 10 months ago by Jose Castaneda.
    • This topic was modified 6 years, 10 months ago by outlaw0138. Reason: Added reply via email
    • This topic was modified 6 years, 10 months ago by bdbrown.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello!

    If this happened after a WordPress update, it means that there has been some kind of conflict with the theme or a plugin, which might not have been updated in order to be compatible with the current WordPress version. I suspect the theme, especially if you said that you’ve checked your plugins, meaning that you disabled them to see if the problem persists.

    I’ve checked your code and the logo isn’t in your code, because there isn’t an <img /> tag with the actual image / logo, so it disappeared, it’s not invisible.

    You could try going into your theme options or Customizer, whatever it uses, and try to add or upload the missing image again. See if that works.

    I also recommend checking with the theme developer, because the theme needs to be updated quite often in many cases and made compatible with the newest WordPress version.

    Thread Starter outlaw0138

    (@outlaw0138)

    Great thanks! I reuploaded the image.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Theme Header missing images’ is closed to new replies.