View Single Post
Old 05-29-2016, 08:39 PM   #1414
Difflugia
Testate Amoeba
Difflugia ought to be getting tired of karma fortunes by now.Difflugia ought to be getting tired of karma fortunes by now.Difflugia ought to be getting tired of karma fortunes by now.Difflugia ought to be getting tired of karma fortunes by now.Difflugia ought to be getting tired of karma fortunes by now.Difflugia ought to be getting tired of karma fortunes by now.Difflugia ought to be getting tired of karma fortunes by now.Difflugia ought to be getting tired of karma fortunes by now.Difflugia ought to be getting tired of karma fortunes by now.Difflugia ought to be getting tired of karma fortunes by now.Difflugia ought to be getting tired of karma fortunes by now.
 
Difflugia's Avatar
 
Posts: 3,049
Karma: 27300000
Join Date: Sep 2012
Device: Many Android devices, Kindle 2, Toshiba e755 PocketPC
Quote:
Originally Posted by jonesnc View Post
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>
I don't think "aside" is a valid tag. My guess is that Bookari is ignoring the contents of the "aside" tag, so isn't finding the id corresponding to the href.

For what it's worth, I just updated to the latest version and footnotes work in the book I'm currently reading.
Difflugia is offline   Reply With Quote