Keeping footnotes?
I am using the Magazine template of which I love the Bignotes. But I would also like the footnotes to be visible at the bottom of the page. Is this possible? Thanks in advance
Yes this is possible – you'll want to fork an editable copy of the magazine template, open up the template editor, navigate to the js-bigfoot.js file and then edit line 639 so it looks like this:
$.bigfoot({
actionOriginalFN: "ignore"
});
Other options available in the Bigfoot JS docs. Does that help? Please let me know if you have any questions about this or anything else
Answered 2 years ago · Edit answer