Rating: 5 stars
Belle réalisation !
]]>Rating: 3 stars
I really like the plugin, and it works almost perfectly. It’s a great way to add a little style to your footnotes. The short code makes it easy to add notes as I type without having to switch back and forth between where I’m writing and the bottom of a post where the footnotes would appear. The only ding against the plus is that the author hasn’t updated it in over a year. Right now, the anchor tags in the footnotes don’t return you to the footnote location in the post body.
]]>Rating: 4 stars
thank you.
to get rid of the footnotes being displayed below the content.. i added this css
div.footnotes {
display: none;
}
Rating: 5 stars
Great plugin with great-looking results.
Just a quick tip. When I first implemented this plugin, the bottom footnote was still showing up on posts. To get rid of this, I added the following code to the header template (after wp_head();
so that jQuery is sure to load):
<script type="text/javascript">
jQuery(document).ready( function () {
jQuery('.footnotes').css('display', 'none');
} );
</script>
]]>
Rating: 4 stars
Really good
]]>