Forum Replies Created

Viewing 15 replies - 181 through 195 (of 1,218 total)
  • Len

    (@lenk)

    You don’t want “blog” in there. Also, according to your images folder the image you want to use is logo.GIF

    Len

    (@lenk)

    You keep changing things faster than I can type. 😉

    As of this second you have this,

    http://stocksforbreakfast.com/blog/wp-content/themes/Digital_Statement/images/logo.gif

    You want it to be,

    http://stocksforbreakfast.com/wp-content/themes/Digital Statement/images/logo.GIF

    Len

    (@lenk)

    Okay, you’re just missing the opening < on your image tag.

    Edit: also, get rid of that underscore (_) between Digital and Statement.

    Len

    (@lenk)

    Well right now you’re using logo2.GIF – isn’t it logo.GIF?

    Len

    (@lenk)

    You can’t rename the extension on the fly. You have to save it in an image editor with the new extension.

    Len

    (@lenk)

    Len

    (@lenk)

    Have a look at my response just above yours. ^^^^^

    Len

    (@lenk)

    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

    Forum: Fixing WordPress
    In reply to: Comment Spam
    Len

    (@lenk)

    Yup, as I’ve said before, since using Bad Behaviour in conjuction with Akismet my spam counts have dropped from hundreds a day to less than a handful a month.

    Len

    (@lenk)

    Looking at your source code I see,

    <div id=”logo”>
    <h1><a href=””><img class=”logo” alt=”logo” src=”http://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)

    Len

    (@lenk)

    @cyril054

    <div class="clearer"></div>
    </div>
    </div>
    <div id="footer">
    <div id="footer-wrapper">
    <p>
    Copyright © <?php echo date('Y'); ?> <span class="url fn org"><?php bloginfo('name'); ?></span>. <a href="http://www.paddsolutions.com" title="WordPress Theme">Premium WordPress Theme</a> is designed by <a href="http://www.talkreviews.ca/" title="Website Reviews" >Website Reviews</a>.<br />
    In collaboration with <a href="http://www.ssnlocator.com/" title="SSN Search">SSN Search</a>, <a href="http://www.eupersonals.com/" title="European Personals">European Personals</a>, and <a href="http://www.publicbackgroundcheck.org/" title="Public Background Check">Public Background Check</a>.
    </p>
    </div>
    </div>
    </div>
    </body>
    </html>

    @nesus

    <!-- Sidebar -->
    <div class="sidebar sidebar-right">
    
    <h3>Categories</h3>
    <ul>
    <?php wp_list_categories('title_li='); ?>
    </ul>
    
    <h3>Blogroll</h3>
    <ul>
    <?php wp_list_bookmarks('categorize=0&amp;title_li='); ?>
    </ul>
    
    <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar(2) ) : ?>
    
    <?php endif; ?>
    
    </div>
    <!-- Sidebar -->
    
    <div class="clear"></div>
    
    </div></div></div>
    <!-- /Main -->
    
    <!-- Footer -->
    <div id="footer">
    
    <!-- Copyright -->
    <div id="copyright">
    <br />(c)Copyrighted <?php bloginfo('name'); ?>, All Rights Reserved.<br />Designed by: <a href="http://www.whiskey-shop.de/">Whiskey</a><br /><a href="http://www.piercing-infos.de/">Piercing</a>, <a href="http://www.absinthefee.de/">Absinth</a>, <a href="http://www.shisha-lager.de/">Shisha</a>, <a href="http://www.eatonbikes.com/bikeparts/">bicycle parts</a></div>
    <!-- /Copyright -->
    
    </div>
    <!-- Footer -->
    
    </div>
    <!-- /Page -->
    
    <?php wp_footer(); ?>
    
    </body>
    
    </html>
    Len

    (@lenk)

    I never respond to these kind of threads but since Chrisber is such a tireless volunteer on these forums what the heck. Nice job – the bullet holes are an interesting touch. 🙂

    Len

    (@lenk)

    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 Len

    (@lenk)

    Thanks for the update takayukister.

    Len

    (@lenk)

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

Viewing 15 replies - 181 through 195 (of 1,218 total)