The plugin generates PHP warnings when footnotes are displayed:
[03-May-2024 15:12:58 UTC] PHP Warning: Undefined array key "wpbf-bgcolor" in …/wp-content/plugins/wp-bigfoot/public/class-wp-bigfoot-public.php on line 166
[03-May-2024 15:12:58 UTC] PHP Warning: Undefined array key "wpbf-fgcolor" in …/wp-content/plugins/wp-bigfoot/public/class-wp-bigfoot-public.php on line 167
…
Hi @martinezadam,
thank you for supporting this plugin. Recently I changed my theme and now the “bubble” of the Footnote ist very small and green (my theme’s primary color). According to the changelog there was the possibility to configure the plugin added in Version 2.0.
Unfortunately I don’t find these options in the WordPress backend, neither in settings nor tools. Can you tell me how I can configure the “bubble” to make it bigger and grey instead of green?
Here’s a screenshot of how it looks on my page.
Thanks and cheers,
Jonas
WP-BigFoot broke on sites using the Classic Editor (plugin) instead of Gutenberg. The problem is that the “three dots graphic” is broken, and a new line is inserted. I have attached two different examples from two different websites which use the same plugin but have completely different themes.
Any ideas what we can do to fix this?
Screenshots uploaded here: https://imgur.com/a/UhgCOJ0
Edit:
Looks like the default CSS file isn’t being imported correctly. I temporarily added @import url(/wp-content/plugins/wp-bigfoot/public/css/bigfoot-default.css); to my style.css which solves the problem.
]]>I’m happy to pick up development on this. I opened a pull request on GitHub for a 2.0 version, updating the Bigfoot.js library and putting some options for style.
]]>I managed to fix the ‘back’ links by updating the version of Bigfoot the plugin uses. Download Bigfoot.js from https://www.bigfootjs.com then replace these files in the plugin’s directory with the same from Bigfoot.js:
wp-bigfoot/css/bigfoot-default.css
wp-bigfoot/css/bigfoot-default.scss
wp-bigfoot/js/bigfoot.js
wp-bigfoot/js/bigfoot.min.js
The newer version changes the CSS classes used for the pop-up footnotes, which might affect you if you’ve applied any custom CSS to them.
]]>Hi!
Wondering how to do this. I want to just keep the footnotes inline, but not repeat them at the bottom of the page.
Doable? How?
Thanks so much!!
Chris
]]>It’s a great plugin! Sad it’s not being developed anymore..
At anyrate, it still works ?? And here’s how you can change its shortcode (I’m coming from Side Matters, so I wanted to use [ref]) and to fix being able to use codes inside footnotes, like [video].
The shortcode is defined on line 30, change it to
add_shortcode('ref', array($this,'shortcode_footnote') );
Fixing using other shortcodes requires you to add a line in the function shortcode_footnote, say after line 61:
$content = $this->remove_crappy_markup( $content );
You add:
$content = do_shortcode( $content );
Done. Byebye.
]]>I love using WP-Bigfoot, but really dislike shortcodes. Some recent work with Shortcake (https://wptavern.com/shortcake-is-now-a-wordpress-feature-plugin) would make WP-Bigfoot even more awesome. I know this hasn’t been updated in a while, but I love the plugin and hope to see it stick around for a while.
]]>Hi there again!
I seem to be getting text numbers behind my inline footnotes. Any idea on how to get rid of these?
Thanks!
https://polymerist.com
When we choose to keep the footnotes at the bottom of the post, this plugin breaks the link back to the point in the post that the footnote is referenced from. Does anyone know how to fix the backlinks? Example of ideal behavior can be found at marco.org.
]]>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 (arrow), I want to go the corresponding spot in the post. How to do this?
Any help will be appreciated.
]]>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 (arrow), I want to go the corresponding spot in the post. How to do this?
Any help will be appreciated.
]]>Awesome plugin! I’m loving it!
Just a quick question though: any chance there will be support for the “numeric” style in bigfoot?
Thanks again!
]]>I’m using Decode, a theme for WP.
My site: https://zerodistraction.com
Why do footnotes not rendering on my homepage? If I click on the latest post, the article page does render the Bigfoot style footnotes.
E.g., https://zerodistraction.com/using-dropbox-with-writer-pro/ (this looks fine).
]]>