Len
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Close but not close enoughYou don’t want “blog” in there. Also, according to your images folder the image you want to use is logo.GIF
Forum: Fixing WordPress
In reply to: Close but not close enoughYou 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.gifYou want it to be,
http://stocksforbreakfast.com/wp-content/themes/Digital Statement/images/logo.GIFForum: Fixing WordPress
In reply to: Close but not close enoughOkay, you’re just missing the opening
<on your image tag.Edit: also, get rid of that underscore (_) between Digital and Statement.
Forum: Fixing WordPress
In reply to: Close but not close enoughWell right now you’re using logo2.GIF – isn’t it logo.GIF?
Forum: Fixing WordPress
In reply to: Close but not close enoughYou can’t rename the extension on the fly. You have to save it in an image editor with the new extension.
Forum: Fixing WordPress
In reply to: Close but not close enoughThe image is right here, I can see it.
http://www.stocksforbreakfast.com/wp-content/themes/Digital%20Statement/images/logo.GIF
Forum: Fixing WordPress
In reply to: Close but not close enoughHave a look at my response just above yours. ^^^^^
Forum: Fixing WordPress
In reply to: Close but not close enoughI’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 SpamYup, 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.
Forum: Fixing WordPress
In reply to: Close but not close enoughLooking 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)Forum: Themes and Templates
In reply to: footer in base64… how decrypt it?<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><!-- 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&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>Forum: Your WordPress
In reply to: Please Take A Look At My New Custom ThemeI 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. 🙂
Forum: Fixing WordPress
In reply to: Close but not close enoughYou’ve got it defined in 2 different places.
1. In the document itself –>
/public_html/stocksforbreakfast/wp-content/themes/Digital Statement/images/logo.jpgand…
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.
Forum: Plugins
In reply to: Contact Form 7 Security VulnerabilityThanks for the update takayukister.
Forum: Fixing WordPress
In reply to: Close but not close enoughWhere exactly is your blog? 🙂 In your first post you said
stocksforbreakfast.comnow in the latest you saidstocksforbreakfast.com/blog