Viewing 11 replies - 1 through 11 (of 11 total)
  • I also wanted numeric links so I hacked up a version of this plugin for my own use. A few changes to the bigfoot.js and the bigfoot-default.css files were needed to get the output to use numbers.

    I outline the changes on my blog at: https://unabridgedexcerpt.com/wp-bigfoot-numeric

    entremiados

    (@entremiados)

    I would love that too!

    entremiados

    (@entremiados)

    jonathanbird, thank you for your contribution, but I could not succeed, even following all the steps you described. The circle contain no number inside, but three dots (…) in vertical position, one over the other. I do not know how to make it work.

    jonathanbird

    (@jonathanbird)

    Here is the bigfoot-default.css file I have after making changes to the other files: https://gist.github.com/unabridgedxcrpt/60d97647015bab3f6bd1

    I should probably submit to plugin dev?

    jonathanbird

    (@jonathanbird)

    Sorry, I just re-diffed the files to double check the post and I forgot that I made one other change to the bigfoot.js file. I have updated my post to reflect the change.

    Sorry about that.

    https://unabridgedexcerpt.com/wp-bigfoot-numeric

    JonathanBird, I think there’s a mistake in the css in your gist where:

    .footnote-button:before {
      content: attr(data-footnote-number);

    should be

    .footnote-button:before {
      content: attr(data-footnote-identifier);

    Either that or I did something else wrong. Either way, that worked for me.

    I got it working on my website relatively easily.

    Replace the .css and .js files with the ones I put in the following gist:

    https://gist.github.com/ilazakis/550767c780cc5a6d625e

    Thread Starter polymerist

    (@polymerist)

    Great stuff guys, thanks for the help.

    Anyone know how to make the buttons fully round and not pill-shaped?

    Also, I seem to be getting a text number behind my buttons. Any ideas?

    Thanks!

    https://www.polymerist.com

    You mean more like this?

    Take a look at the css properties on the right of the screenshot and change your css file accordingly.

    Or just copy mine from cocoapatterns

    Hi,

    Thanks to everyone for the various tips. I have got the plugin working successfully. I want to add one more functionality: if I click on the backlink, I want to go the corresponding spot in the post. How to do this?

    Any help will be appreciated.

    The only issue is that this fix doesn’t incorporate “numberResetSelector” in order to reset the footnote count on index pages. As a result, on pages with multiple posts, the footnotes keep counting up (i.e. the first footnote on a post which followed another post with two footnotes will be “3”).

    I tried addressing this to no avail on my installation. Anyone have any ideas on how to fix this?

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Future support for numeric style?’ is closed to new replies.