• This plugin came in extremely handy when I was recently marking up a long post with art, text and footnotes for my site on Chris Marker. I can verify as well that it even works within the now quite popular Elementor visual builder. I cannot say for sure yet but the paragraphs that contain EFN shortcodes seem to load more slowly than regular paragraphs; perhaps there is some code optimization in order, but I will leave that to your developers. I would also like to recommend some additional CSS for those who would like a numerical marker, already small due to the sup tag, to stand out more, by adding, for example:

    sup {
        top: -.5em;
        background: linen;
        padding: 6px;
        border-radius: 4px;
        border: 1px #ccc solid;
    }

    This will give the touch/click target a bit more room due to the padding (and therefore better UX), and visually make the footnote stand out in a pretty professional manner. Choose your own colors. Once again, excellent plugin, many thanks for saving the day!

    • This topic was modified 4 years, 5 months ago by silverliebt.
    • This topic was modified 4 years, 5 months ago by silverliebt.
  • The topic ‘Just What the Post Doctor Ordered’ is closed to new replies.