Dave Naylor
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: shortcodesYour blog appears to be at wordpress.COM type and not a self hosted WordPress site as supported in these forums. You can find support for you site here:
Forum: Fixing WordPress
In reply to: WordPress Auto Update changed to Nightly BuildsI’m pretty sure it is, I wrote it! 🙂
Forum: Fixing WordPress
In reply to: Email Address ProblemIs the contact form provided by a plugin, if so which one?
Forum: Fixing WordPress
In reply to: 404 Error ProblemThe codex entry on 404 pages might be useful, in particular:
Forum: Fixing WordPress
In reply to: Accidentally upgraded to 4.0-alphaReported in Trac:
Forum: Fixing WordPress
In reply to: Accidentally upgraded to 4.0-alphaThis is from the en_GB 3.9.1 archive version.php
/** * The WordPress version string * * @global string $wp_version */ $wp_version = '4.0-alpha'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * * @global int $wp_db_version */ $wp_db_version = 27916;Forum: Fixing WordPress
In reply to: Accidentally upgraded to 4.0-alphaJust to throw a curve ball, the database revisions seem wrong here:
http://codex.wordpress.org/WordPress_Versions
Someone copied and pasted wrongly I think.
Forum: Fixing WordPress
In reply to: Accidentally upgraded to 4.0-alphaNo, I think it’s already reported Esmi. I’ll go looking just in case…
Forum: Fixing WordPress
In reply to: Accidentally upgraded to 4.0-alphaIt’s probably just a case of this:
If your WordPress version is showing “4.0-alpha” rather than “3.9” for a non US English install this is due to an incorrect localization build for your language.
From here:
http://wordpress.org/support/topic/wordpress-39-master-list?replies=6
I run a couple of en_GB sites that I just updated. Same thing happened to those.
Forum: Fixing WordPress
In reply to: How to disable automatically generating Meta keywords ?What’s your site URL and theme currently in use.
Forum: Fixing WordPress
In reply to: Jetpack unable to connect to WordPress after 3.9 updateThere was a recent security issue concerning XML-RPC and it’s possible that your server is configured to deny such access. I’ve personally disabled it. Your hosts may have done the same, speak to them about it.
Forum: Fixing WordPress
In reply to: WordPress error notice "Are you sure you want to do this?"Check your Trash in Dashboard –> Posts. Are they in there? If not, you could possibly restore the latest backup of your database. If you don’t keep backups, or know how to do that, make that a priority on your to-do list.
Forum: Fixing WordPress
In reply to: Spam already!The spammers and other such attackers may not know you’re running a WordPress site. They may have found you by means of an automated trawling exercise over a block of IP addresses and yours was one of them. I see many attacks across all my sites and it’s a daily task to stay one step ahead of them.
Yes, I’m the kind of guy that reads log files, a lot!
Forum: Fixing WordPress
In reply to: I cant write a post in visual!Since you’re on 3.9, you may be experiencing issues surround the move to a later version of the editor (TinyMCE). Have a look at this post:
You might also want to debug by reverting to the default theme and disabling any plugins to see if the issue persists.
Forum: Fixing WordPress
In reply to: How to stop wordpress theme to override plugin css@mihai03 I have to agree with @catacaustic, the two sidebar lists of links (is that what you mean by menu?) look identical to me too.