I do have it working for Single now. Here is an example:
http://fantasticvisions.net/blog/2010/11/18/phantastisches-kabinett/
Page View and Page Rating are at the end of the article.
http://fantasticvisions.net/news/ also lists Page View and Rating, but of course will not increment the view count because it is the main blog page.
The issue was with JQuery being minified on the "Single" template only. Why, I don't know. I removed it and some others, but not all from the minify list. That is why W3 Total Cache gives you the option to add and remove individual JavaScript files from individual templates and themes. This makes it very flexible and powerful. The plugin author did so because he also found that sometimes minifying all JavaScript files does not work.
You can also reorder the JavaSript files in the list with drag and drop, say if one script is dependent upon another having defined a variable first for it to work.
You will have to experiment with which files to minify, and then minify options. As the plugin Author stresses repeatedly everywhere, each site is individual, and there is no one configuration for all. Therefore he gives you so many options to tweak it. This is why this plugin is so much more advanced than the other cache plugins.
But, here are my minify settings as a guide. You will have experiment and perhaps make yours different.
Minify Settings
- General
- Rewrite URL structure - yes
- Automatically upload modified files - yes
- Minify error notification - Admin Notification
- HTML
- Enable - yes
- Don't minify feeds - yes
- Inline CSS minification - yes
- Inline JS minification - yes
- Line break removal - no
- JavaScript
- Enable - yes
- Combine only after - no
- Combine only after - no
- Combine only before - no
- Comment removal - yes
- Line break removal - no
Then to select the JavaScript and CSS you want to minify, look a the top of the page for the "help" button on the same line as "empty cache".
Standard advice seems to be, not to minify scripts like Google Analytics.