Dave Naylor
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Update to 4.0 RepeatingUnless you’ve actually chosen to run with alpha versions, I think you may be suffering from the small en_GB glitch that occurred late last week. When the update for 3.9.1 came out, the en_GB package was incorrect although it’s now fixed.
You can read about how to resolve the issue on this forum post
Forum: Fixing WordPress
In reply to: auto update reportingUnless you’ve actually chosen to run with alpha versions, I think you may be suffering from the small en_GB glitch that occurred late last week. When the update for 3.9.1 came out, the en_GB package was incorrect although it’s now fixed.
You can read about how to resolve the issue on this forum post
Forum: Fixing WordPress
In reply to: How to make custom sized thumbnails?You may not be aware but these forums are for self hosted WordPress sites. The forums for wordpress.com sites can be found here:
Forum: Fixing WordPress
In reply to: How to change media URLThis search and replace plugin can help:
Well I listed each one because they are platform specific. Mac, Windows, *nix. Whichever flavour suits you, go with that one. I have a full LEMP stack running all the time on my Dev machine.
Forum: Fixing WordPress
In reply to: Two "Home" pages?This codex page will help you:
Forum: Fixing WordPress
In reply to: Finding image nameI have a rather large monitor 🙂
Forum: Fixing WordPress
In reply to: Finding image nameIs this what you’re trying to achieve:
If so, it’s this image:
wp-content/uploads/2014/05/Grass_back1.jpgForum: Fixing WordPress
In reply to: Automatic Update Failed, now WordPress UI is Gone!The original problem is a failed to complete auto update. That’s the problem. So manually update WordPress. As a precaution, backup your site fully and take a copy of your current database.
Forum: Fixing WordPress
In reply to: Automatic Update Failed, now WordPress UI is Gone!Have you considered carrying out a manual update?
Forum: Fixing WordPress
In reply to: Clicking from homepage to post only shows image no textYour post has the same title as the image file name. So it’s showing you the attachment page. Change one or the other.
Forum: Fixing WordPress
In reply to: How to pass multiple $variables to new WP_Query() static front page?Try this:
<?php $exclude = get_cat_ID('featured'); $args = array( 'post-type' => 'post', 'posts_per_page' => 3, 'category__not_in' => $exclude ); $non_featured = new WP_Query ( $args ); ?>Forum: Fixing WordPress
In reply to: Missing media imagesIt’s possibly a file permission issue. Review the ownership and permissions of the wp-content/uploads directory tree. Compare what you find with the codex changing file permissions page.
Forum: Fixing WordPress
In reply to: how to active my websiteI can get to your login screen, it’s a WordPress 3.2 site. If you’re getting login messages telling you that your account isn’t active, that’s not something that comes with a core WordPress installation. Did you add some form of membership plugin?
I see you have a login menu item but that takes you to a page about searches?
Try here: http://healthcarenewyork.co/wp-login.php
Your site is painfully slow, there seems to be something critically wrong with it, it could be a reason why you’re experiencing log in problems.