View Single Post
Old 05-28-2016, 07:05 PM   #1413
jonesnc
Junior Member
jonesnc began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Apr 2015
Device: Lenovo 2 A10
Is anyone having issues with footnotes not popping up in the latest Bookari Premium? It's just showing a "Please wait..." popup, then it goes back to the book without showing the footnote. I looked at the epub's contents in calibre, and it's using something like this for the footnote link:

Code:
<a href="#footnote3" epub:type="noteref"><sup>[3]</sup></a>
and something like this for the actual footnote:

Code:
<aside id="footnote3" epub:type="footnote">
  <p>footnote here</p>
</aside>
jonesnc is offline   Reply With Quote