Have installed this on several sites recently, all of the relevant boxes ticked and it doesn’t work on any of them! A major disappointment!
Renaming id=”content” to id=”pagecontent” was, of course in the original static files.
Hopefully these comments will help anyone else with a similar problem…
I’ve found some solutions now, firstly I used a text replacement tool to rename id=”content” to id=”pagecontent” (could have been anything really). A similar plugin for Drupal just takes the content within the div and not the div itself, which does seem a more sensible idea.
I’m not sure about writing a script to get rid of the <h1>…</h1> element as I’m not really up on PHP.
What I did do though was to set it in the CSS as display: none: and then used another declaration to overide it for the h1 entry title. Messy, but it works, thanks anyway…