• Resolved Frank J.

    (@frank-j)


    Hi Support,

    after the 3.0.8 update the footnotes in the text do not show as before (larger font, links underlines). I had built some CSS to adjust this. I am not a CSS pro, this was my code:

    /* Adjust the size of the footnote links */
    .footnotes {margin-top: 10px;}

    .footnote-link {
    font: bold .9em/150% sans-serif;
    font-size: 12px !important;
    }

    sup { font-size: 12px !important;
    color: #2ba419;
    font-weight: normal;
    }

    .footnote-back-link { font-size: 12px; }
    ol.footnotes li
    { color: #000000;
    font-size: 80%;
    line-height: 1.4em;
    margin-bottom: 10px;
    }
    ol.footnotes a
    { color: #540B0E;
    text-decoration: underline;
    }

    This worked with 3.0.7 – what did I miss?

    Cheers, Frank

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Patrick Lumumba

    (@lumiblog)

    Hi there,

    You didn’t miss anything. This is a bug in 3.0.8 that I’ve just fixed.
    The footnote-link CSS class was accidentally removed during the security update. Version 3.0.9 restores it, so your CSS will work again without any changes.

    I’ll be pushing version 3.0.9 within the next 48 hours. Once it’s live, just update the plugin and clear your caches.

    Thanks for the report,

    Patrick

    Thread Starter Frank J.

    (@frank-j)

    That’s good news, Patrick! Thank you!

    I use your Plugin intensely for my latest web project and I appreciate the ease of use once it was configured to my needs (what I could do with some additional CSS). If you ever think of improvements regarding the output of footnotes under an article please let me know if I should share ideas.

    Your work is very much appreciated.

    Cheers, Frank

    Plugin Author Patrick Lumumba

    (@lumiblog)

    Hello @frank-j

    This issue has been fixed in 3.0.9.

    Thanks for reporting it.

    Patrick.

    Thread Starter Frank J.

    (@frank-j)

    And also a big “thanks” to you, Patrick! I updated the plugin and everything works like expected.

    CHeers, Frank

    Plugin Author Patrick Lumumba

    (@lumiblog)

    Cheers, Frank.

Viewing 5 replies - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.