I’ve fixed a minor issue that gets the plugin working in WordPress 3.6.1.
Change line 34 of column-inches-post.dev.js to:
var numWords = parseInt(jQuery("#wp-word-count .word-count").text());
The jQuery selector was “#word-count” but needs to be “#wp-word-count .word-count”.
The compressed version of the script, column-inches-post.js, also needs the fix so either modify it directly or recompress the updated column-inches-post.dev.js using jscompress.com to remake the compressed version.
]]>This plugin worked great until we updated to 3.2.1.
Since then, it says “NaN” in the column inches section of the post edit screen (it still says the inches in the right spot on the post list).
Tried deactivating reinstalling, and it didn’t work, so don’t know if it’s from my end).
]]>