phenomenoodle
Forum Replies Created
-
Apologies – only just seen this!
You can add
text-align: center;to div.item_image in your CSS file (if that class is not yet included in your CSS file, you can add it in).If you want the text center aligned as well, add the same to div.item_name
Works perfectly! Thanks, @ljg3!
Forum: Fixing WordPress
In reply to: Comments on site different from those in Notification EmailHave you got your comments set up to be moderated first? In this case, they’ll be visible in your WP admin area, but you will need to approve them for them to show up on your site itself. One of the other settings for comments also allows comments from people you’ve previously approved to be published directly to your site without having to go through moderation first.
Forum: Fixing WordPress
In reply to: blog not indexedGood 🙂
And, actually, when I type “site:iamtheworld.net” (without quotes) into Google, it shows many pages of your site to be indexed.
What made you think that they weren’t?
Forum: Fixing WordPress
In reply to: blog not indexedA quick check of the (sometimes not so) obvious… are your privacy settings (settings > privacy) set to allow all visitors, including search engines?
Forum: Themes and Templates
In reply to: Theme development problems!Do you have
<?php wp_head(); ?>in your header.php file and<?php wp_footer(); ?>in footer.php?Forum: Themes and Templates
In reply to: Too Much Space After Post TitleYou have an empty div with a class of postfeedbacksingle after your title. The class itself is in your css file on line 111 – you can reduce the height of that. Alternatively, remove the empty div from your HTML completely.
Forum: Installing WordPress
In reply to: Automatic Update Error!Have you tried contacting your host to see if the issue is on their side?
Forum: Fixing WordPress
In reply to: Should my post look like this?It looks like your theme is designed to display extracts on the front page in a grid format.
Forum: Installing WordPress
In reply to: Automatic Update Error!You could try the update again. If it fails to work again, follow the instructions for performing a manual update (http://codex.ww.wp.xz.cn/Upgrading_WordPress_Extended)
Forum: Themes and Templates
In reply to: Please help me finish up my template QUICKLY? Sidebar trouble.Try adding the following to #sidebar in your style.css file:
margin-top: 0;That fixes the problem in Firefox at least.
The offending blog is hosted on blognows.com – you could try contacting them to report it and ask for the blog to be shut down. Not sure how helpful that would be though, as it seems to only have 2 members, admin and your content thief! You can find the site owner and host details via http://whois.domaintools.com/blognows.com
Forum: Installing WordPress
In reply to: CAN'T UPDATE THE WP…Are you trying to update WP itself or a plugin?
Forum: Fixing WordPress
In reply to: login button for admin is suddenly missingYou should still be able to login by going directly to http://www.yourdomain.com/wp-login.php (replace yourdomain.com with your actual domain name)
Forum: Themes and Templates
In reply to: Older Posts button…Look for the navigation class in your style.css file – if the font size is specified, you can increase it.