iridiax
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Where is the robots.txt file?Oh! It’s in my Google adsense page!!! On my site diagnostics page. That’s where it told me the site was blocked because the file was disallowed.
Those supposed errors are common in Adsense site diagnostics and they usually have something to do with Google image search pages and Google translate. I just ignore them as some sort of weird Google issue.
Forum: Fixing WordPress
In reply to: How do I get WP Super Cache to not cache a sidebar item?You could use an iframe to have live content on an otherwise cached page, but I don’t know exactly how to get the plugin content on the iframe.
Forum: Fixing WordPress
In reply to: I activated a theme too soon and broke my siteUse FTP to delete the problem theme and see if that fixes it.
Forum: Fixing WordPress
In reply to: Pasre ErrorWP-PageNavi requires PHP 5 since version 2.70. Contact your web host.
Forum: Fixing WordPress
In reply to: A little code help? very easyYou may have some existing img, align, or float style for the right sidebar in your theme’s stylesheet (style.css) that may be interfering with it. I’ve had to track down these sort of alignment issues when customizing my own themes and it can be very frustrating.
Forum: Fixing WordPress
In reply to: A little code help? very easyForum: Fixing WordPress
In reply to: WP using way too much RAMIt’s a known issue that’s been around for a while:
Forum: Fixing WordPress
In reply to: How do you delete old custom fields choices?Do the custom keys remain after uninstalling the plugin? If it’s a plugin you want to keep using, you may be stuck with the extra custom fields.
Forum: Fixing WordPress
In reply to: How do you delete old custom fields choices?Maybe an old post is still using them? My unused custom field keys always disappear from the select option.
Forum: Fixing WordPress
In reply to: WP address changed and login wont workForum: Fixing WordPress
In reply to: How do I add a columnForum: Fixing WordPress
In reply to: All of my pictures have red x’sYour theme has a file named cropper.php in it that does something with images. It is giving errors, so it may have become corrupted. Use FTP to replace it with a fresh copy or just switch to a new theme.
Warning: finfo_open() [function.finfo-open]: Failed to load magic database at ‘/usr/share/misc/magic’. in /home/jsilvia/public_html/wp-content/themes/news-magazine-theme-640/cropper.php on line 226
Warning: finfo_file(): supplied argument is not a valid file_info resource in /home/jsilvia/public_html/wp-content/themes/news-magazine-theme-640/cropper.php on line 227
Warning: finfo_close(): supplied argument is not a valid file_info resource in /home/jsilvia/public_html/wp-content/themes/news-magazine-theme-640/cropper.php on line 228
Warning: Cannot modify header information – headers already sent by (output started at /home/jsilvia/public_html/wp-content/themes/news-magazine-theme-640/cropper.php:226) in /home/jsilvia/public_html/wp-content/themes/news-magazine-theme-640/cropper.php on line 314
The “Failed to load magic database” error is something I haven’t seen before.
Forum: Fixing WordPress
In reply to: All of my pictures have red x’sReplace your theme’s cropper.php with a fresh copy (it has errors) or switch themes.
Forum: Fixing WordPress
In reply to: Uploaded Images No Longer Displayingkedeus: It’s a bug in WordPress 3.0, try this for now:
http://wordpress.org/extend/plugins/remove-wordpress-to-wordpress-filter/