In order to solve the known bug with article content disappearing perhaps due to autosave (although changing autosave config didn't fix it) I grabbed the latest 1.02 annotum from github yesterday (
commit 40c5e14f4354fa62aa72b823ac39476f3694c9d1). That problem is fixed in the current code (thanks!!) but there's a new one that's not as much of a deal breaker but still pretty painful: reference links in articles do not link to the references anymore. This worked in the official version. Here are some snippets from the output code of a test article, viewable via chrome page source:
The reference section:
<h1><span>References</h1></span> |
| <ul><li data-refid="1" id="ref1">ZxcZXcX</li> |
The link, which appears to be seeking an anchor:
<p>ZXcZXc<sup><a class="reflink" href="#1">1</a></sup></p>
I don't see how #1 gets to either data-refid="1" or id="ref1". Entirely possible, I know, but main thing is it doesn't work for me. Other annotum popups work for me in case it's trying to do a popup, and I do have adblock installed if that might be it. I can supply more info on request. I'm running wordpress/annotum from an ISP account using php version 5.3.16 . I also recently updated wordpress to 3.4.2
Is anyone else experiencing this problem?
Thanks, Alex