Viewing 15 replies - 1 through 15 (of 33 total)
  • Looks like you have nested folders. Have a look at this video.

    Thread Starter wiseowldotcom

    (@wiseowldotcom)

    Ahh I see, so deactivating all my plugins, revert back to classic or default then start again?

    Why does nesting affect it?

    No no, I’m talking about themes, not plugins. The path should be…

    wp-content/themes/YOURTHEME

    and not

    wp-content/themes/YOURTHEME/YOURTHEME

    Thread Starter wiseowldotcom

    (@wiseowldotcom)

    I’ve deleted it all off my ftp, uploaded the theme + plugins, changed the style.css coding, then the header.php coding to this;

    <!–Header–>

    <div id=”logo”>
    <h1>”><img class=”logo” alt=”logo” src=”https://stocksforbreakfast.com/blog/wp-content/themes/Digital_Statement/images/logo.jpg” /><?php echo $langblog;?></h1>
    </div>

    and its still not working…

    any ideas/clues at all would be helpful!

    Where exactly is your blog? ?? In your first post you said stocksforbreakfast.com now in the latest you said stocksforbreakfast.com/blog

    Thread Starter wiseowldotcom

    (@wiseowldotcom)

    Yeah but I mean to like restart and get it all going again, it should be a fresh install now.

    The logo is uploaded under themes/Digital_Statement/images/logo.jpg, the header has been changed as well as the style.css and its not working… theres actually no way I can see why it shouldn’t be.

    This is painfullll

    Thread Starter wiseowldotcom

    (@wiseowldotcom)

    Oh my lord… if all I need to do is delete ‘blog’ then im an idiot haha

    Thread Starter wiseowldotcom

    (@wiseowldotcom)

    It’s stocksforbreakfast.com… the coding says to use their way of using the url but i’ve tried that AND what it says in my ftp

    /public_html/stocksforbreakfast/wp-content/themes/Digital Statement/images/logo.jpg

    got rid of the blog bit and it still oesnt work

    You’ve got it defined in 2 different places.

    1. In the document itself –> /public_html/stocksforbreakfast/wp-content/themes/Digital Statement/images/logo.jpg

    and…

    2. In the CSS –>

    #logo {display: block; float:left; background: url (images/logo.gif) top left no-repeat;

    If you want it in the document then use

    <img src="<?php bloginfo('template_url'); ?>/images/logo.gif" alt="YourLogo" />

    Edit: I just looked closer and you also have 2 diff types of images – one a gif and the other a jpg.

    Thread Starter wiseowldotcom

    (@wiseowldotcom)

    where exactly is that code going??

    I’ve uploaded a .gif version and .jpg but using the .gif version and still no luck

    Looking at your source code I see,

    <div id=”logo”>
    <h1><a href=””><img class=”logo” alt=”logo” src=”https://stocksfrobreakfast.com/wp-content/themes/Digital_Statement/images/logo.gif” /></a></h1>
    </div>

    2 things:

    1. The site is stocksforbreakfast.com NOT stocksfrobreakfast.com
    2. The theme is Digital Statement NOT Digital_Statement (at least from what I can tell by browsing your directory)

    I’m watching your progress from the shadows. ??

    Okay, I see you now have the right path except one thing. The image you have listed in your images folder has the extension .GIF and not .gif

    Thread Starter wiseowldotcom

    (@wiseowldotcom)

    whoops must have been a typo… has been amended and ive put this in;

    <div id=”header”><!–Header–>

    <div id=”logo”>
    <h1><img class=”logo” alt=”logo” src=”https://www.stocksforbreakfast.com/wp-content/themes/Digital Statement/images/logo.gif” /></h1>
    </div>

    <div id=”searchbox”>
    <form method=”get” id=”searchform” action=”<?php bloginfo(’url’); ?>/”>
    <input type=”text” value=”<?php the_search_query(); ?>” name=”s” id=”s” class=”swap_value” />
    <input type=”image” src=”<?php bloginfo(’template_directory’); ?>/images/go.gif” id=”go” alt=”Search” title=”Search” />
    </form>
    </div>

    </div><!–Close Header–>

    Thats the FTP address

    /public_html/stocksforbreakfast/wp-content/themes/Digital Statement/images

    and the files named logo.GIF

    but still nothing.

    Did you want to log in and take a look?

    Thread Starter wiseowldotcom

    (@wiseowldotcom)

    haha thanks… I saved it in paint and it came out like a GIF… should I change the extension to GIF?

    Thread Starter wiseowldotcom

    (@wiseowldotcom)

    tried it with images/logo.GIF and still no love!!

Viewing 15 replies - 1 through 15 (of 33 total)
  • The topic ‘Close but not close enough’ is closed to new replies.