iridiax
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WP hacked – need helpThe source of the hack can also be on your own computer (scan it) or on your web host’s server (contact them). See:
Forum: Fixing WordPress
In reply to: -20 google penalty b/c WP doesnt nofollow blogroll linksWhy would Google care if you are linking to your social networking accounts?
Forum: Fixing WordPress
In reply to: How to fix an errorYour site has been hacked (the eval(base64_decode stuff). See:
Forum: Fixing WordPress
In reply to: Getting White PagesForum: Fixing WordPress
In reply to: Has my blog been hacked?Even your WordPress readme.html file has been hacked. Contact your web host and see:
http://codex.wordpress.org/FAQ_My_site_was_hacked
Do you have any relationship with
maciejkuciara.com? I see script links on your readme.html to that hacked site.Forum: Fixing WordPress
In reply to: Anyone care to help? Adding a right sidebarAdding a sidebar is not a simple thing. You’ll need to add the (widgetized?) sidebar in the correct spot in your code, style it with css, and then adjust the css of your other theme elements so it fits. Unless you are a real coder, I’d recommend just finding another theme with a sidebar layout you like.
The validator shows your feed as valid:
http://validator.w3.org/feed/check.cgi?url=http%3A//www.andrewkeir.com/feed/
It must be a feedburner/Google problem. Check with their support.
Forum: Fixing WordPress
In reply to: Cannot View SiteMaybe your web host fixed it for you.
Forum: Fixing WordPress
In reply to: Weird 404 errors I cannot reproduceI’m not definitely sure that it’s the plugin, but you may find something here:
http://wordpress.org/extend/plugins/search.php?q=Subscribe+to+Comments
http://wordpress.org/support/topic/321815
The other possible troublemakers could be a malfunctioning anti-spam plugin or some sort of poor error handling (triggered by a missing commenter email address, etc.) that results in a 404 instead of a proper error message.
Forum: Fixing WordPress
In reply to: how to serve adsense code that can be edited globallyI put mine in a file (myads.php) in my theme’s folder and then include it into my theme files.
http://codex.wordpress.org/Include_Tags#Including_Any_Template
An Adsense plugin is also an option as you would just enter your code in the plugin dashboard page.
Forum: Fixing WordPress
In reply to: Weird 404 errors I cannot reproduceAre you using the Subscribe to Comments plugin? If so, it says that it’s only compatible up to WordPress version 2.3.1, and so may be acting up. I didn’t see anything else obviously wrong.
Forum: Fixing WordPress
In reply to: RSS Feed ErrorYour feed-rss2.php is not the same as the one that comes with WordPress 2.8.4. Replace it with a feshly downloaded copy.
If that does not work, you may wish to manually reupgrade to 2.8.4 since your prior upgrade may have failed to replace all old files.
Forum: Fixing WordPress
In reply to: Weird 404 errors I cannot reproduceWhat is your blog URL?
Forum: Fixing WordPress
In reply to: cant do paragraphs or linebreaks!I need blank space to make text start under a image when the image is floated to one of the sides. This is typical task to do in any webdesign and it must absolutly work.
You do this by editing the css in your theme’s style.css. I’m not entirely clear what you are wanting, but more margin or padding on the image or image div will give you more space below it. If you want no text beside the images, then center align them (which should get you a display: block;).
Forum: Fixing WordPress
In reply to: RSS Feed ErrorReplacing the main index.php got rid of the bad code atop your feed and blog pages, but you still have a different error in your feed:
<b>Fatal error</b>: Call to undefined function the_content_feed() in <b>D:\Hosting\4617680\html\wp-includes\feed-rss2.php</b> on line <b>49</b><br />My own feed-rss2.php doesn’t have the_content_feed() in it, so unless you or a plugin added it, I’m not sure where this is coming from.