Your sites Log in Sign up Menu

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


a year ago, 3 replies   developers   magazine-template   Improve this question

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 a year ago · Improve this answer

Once again, perfect! Thanks for all your help.

Answered a year ago · Improve this answer

You're welcome, please let me know if anything else comes up

Answered a year ago · Improve this answer