Log in Sign up

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


2 years ago, 3 replies   developers   magazine-template   Edit 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 2 years ago · Edit answer

Once again, perfect! Thanks for all your help.

Answered 2 years ago · Edit answer

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

Answered 2 years ago · Edit answer