My site is using the Blue Mist theme (http://wordpress.org/extend/themes/blue-mist) and I am using the latest version of the Google AJAX Translation plugin (v0.4.6).
It translates Posts and Pages just fine, but when I click 'translate' to translate a Comment, nothing happens.
Any suggestions?
Thanks for your help, and for creating a terrific plug-in!!
--Betsy
Hmm, I downloaded that theme and it looks like it hasn't been updated for WordPress 2.7 threaded comments. For this plugin to work each comment has to have a unique id attribute like id="div-comment-5". That's how WordPress is able to identify each comment and how this plugin translates each comment.
Here are the details about upgrading a theme for threaded comments.
http://codex.wordpress.org/Migrating_Plugins_and_Themes_to_2.7/Enhanced_Comment_Display
I'll look at it but it could take a few hours.
Ok, I fixed up the Blue Mist theme v1.53 to work with threaded comments. I uploaded the three changed files here.
http://noisychaos.com/external/wp-work/blue-mist_v1.53_threaded_comments.zip
You'll still have to change the background color for the Google AJAX Translation popup since the normal background is white. You'll also probably want to get a different color ajax-loader.gif image too. Let me know if you need help with those.