From 26abac95928adc4f1e1f309f934cd84c14e305ef Mon Sep 17 00:00:00 2001 From: John Bintz Date: Sun, 9 Nov 2008 16:26:52 -0500 Subject: [PATCH] update readme --- readme.txt | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/readme.txt b/readme.txt index 3781f0e..8897edc 100644 --- a/readme.txt +++ b/readme.txt @@ -1,7 +1,7 @@ === Keyboard Navigation === Contributors: johncoswell Tags: comicpress, webcomics, posts, plugin, navigation -Requires at least: 2.5.1 +Requires at least: 2.6.3 Tested up to: 2.6.3 Stable tag: 0.1 @@ -9,4 +9,10 @@ Keyboard Navigation easily adds JavaScript-based keyboard navigation to a WordPr == Description == -Keyboard Navigation uses CSS3 Selectors (via the Prototype JS library) to pluck navigational elements out of your pages and assign them to keyboard shortcuts. This sort of navigation is ideal for sites which have small, sequential archives (such as Webcomic sites). The plugin offers one assistive feature: you can enable the highlighting of the hyperlink elements that are being used to generate the navigation, and you can send selection errors to the Firebug console or to alert() messages. \ No newline at end of file +Keyboard Navigation uses CSS3 Selectors (via the Prototype JS library) to pluck navigational elements out of your pages and assign them to keyboard shortcuts. This sort of navigation is ideal for sites which have small, sequential archives (such as Webcomic sites). The plugin offers one assistive feature: you can enable the highlighting of the hyperlink elements that are being used to generate the navigation, and you can send selection errors to the Firebug console or to alert() messages. + +== Frequently Asked Questions == + += The plugin isn't working, and I'm getting Prototype-related errors in the JavaScript error console = + +Most likely you're using another plugin that's loading some other version of Prototype. Try deactivating your plugins one-by-one, especially any that mention that they provide their own version of Prototype, and see if the problem is resolved.