iridiax
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: All images are gone from entire siteTry a different browser and see if that works. I use Firefox, and images can be blocked totally, blocked on a site by site basis, or blocked by add-ons. Other browsers vary.
Forum: Fixing WordPress
In reply to: single.php ??Not every theme has a single.php, and the ones that don’t use index.php.
Forum: Fixing WordPress
In reply to: All my websites hacked ‘silence is golden’?They are all on the same ftp account.
Be sure to change all passwords, including ftp/webhost ones. After backing up, I would do a major cleanout of all hacked sites and change all passwords so that the source of the infection is eliminated. You don’t want to have to clean up hacked sites over and over. Also see: http://codex.wordpress.org/Hardening_WordPress
Forum: Fixing WordPress
In reply to: How to see coding errors? (Open tags)Select the Show Source option when you validate, and then you can click on the line number to be taken to that spot in your code. You can deduce which theme file, post, etc. contains the error by looking at the surrounding code and text. Code errors can be in posts, pages, widgets, theme files, and added by plugins.
Forum: Fixing WordPress
In reply to: Huge problem , can not figure it out at all 2 sites same problemThis sounds like either an Adsense issue or a problem with your ad plugin if you have it set to rotate ads and one of the rotation slots is bad or blank.
Forum: Fixing WordPress
In reply to: What version of WP am I using?I have created a wp blog from within another website but not downloaded wp as far as I can recall.
The website you created your blog on is using version 2.8.4 WordPress MU (WordPress Multi-user). Contact http://theartnetwork.co.uk/wpmu/ with any questions or support issues related to your blog.
Forum: Fixing WordPress
In reply to: What version of WP am I using?What is your blog URL?
Forum: Fixing WordPress
In reply to: Screwed Up link in my admin page – Now, Ugly or 404Is it not possible to have a prominent link from any permalink blog page to my Main website?
Yes, you can have one if you edit your relevant theme file (header.php?) to add it.
Another, perhaps easier (no coding) option is to create a page called Main Website and then use a plugin to redirect it to your main website.
http://wordpress.org/extend/plugins/quick-pagepost-redirect-plugin/
Forum: Fixing WordPress
In reply to: How to create search box for either web search or google searchGoogle’s search box code generates the search box, you don’t need to make one, just paste the code wherever you want it.
Forum: Fixing WordPress
In reply to: All images are gone from entire siteYour images display for me. You may have accidentally disabled image display in your web browser or have corrupted web browser cache (try clearing it).
Forum: Fixing WordPress
In reply to: Screwed Up link in my admin page – Now, Ugly or 404Forum: Fixing WordPress
In reply to: Switching to an older version of wordpressI am using WordPress 2.8.4 but I want to downgrade to an older version.
Why? Older versions have unpatched security problems, which can leave your site vulnerable to hacking.
http://wordpress.org/development/2009/09/keep-wordpress-secure/
Forum: Fixing WordPress
In reply to: All my websites hacked ‘silence is golden’?Forum: Fixing WordPress
In reply to: All my websites hacked ‘silence is golden’?The eval(base64_decode stuff is a hack.
Forum: Fixing WordPress
In reply to: Weird alignmentToo wide content and code errors can cause this. You have code errors in some of your text widgets that might be causing this. Try disabling them and seeing if the problem goes away.