• Resolved lhopkin

    (@lhopkin)


    I updated the plugin today, and since then the text for each footnote is not showing in the posts.
    I am using the ((…)) code and have tried both the “footer” and “end of post”.

    example

    can you help me with this issue?

    It was working so beautifully before the update, I really love the way it works. Am excited to continue using it as our blog grows.

    https://wordpress.org/plugins/footnotes/

Viewing 15 replies - 1 through 15 (of 26 total)
  • I fixed it by doing the following.

    1. Comment out (using <!-- ... -->) [[FOOTNOTE TEXT]] in the tooltip div in footnote.html.

    2. Save.

    3. Reload the offending page.

    4. Remove the <!-- ... -->.

    5. Save.

    6. Reload page.

    I have no idea why that worked.

    Thread Starter lhopkin

    (@lhopkin)

    how would you even figure that out? I appreciate the answer, I am not sure that I even have access to the footnote.html so i’ll have to figure that out.

    I guess I’d rather have a real fix then some strange magic-fix – but I am extremely impressed that you could figure such a thing out and appreciate your reply very much!

    Plugin Contributor Stefan Herndler

    (@aricura)

    Hi guys,

    many thanks for your request.

    We will immediately check that issue and will fix it ASAP.

    The footnotes in your example page are shown, but without any CSS styling. Have you changed something since your request?

    Plugin Contributor Stefan Herndler

    (@aricura)

    @paullawleyjones

    Did you had the same issue?

    Plugin Contributor Stefan Herndler

    (@aricura)

    @lhopkin

    I just had a look on your public page in detail and it seems that you don’t have the newest footnotes CSS stylesheet activated.

    I guess your WordPress still has the old footnotes.css file in your cache and that’s why your mouse-over-box are displayed that way.

    Can you please clear your cache once and try the mouse-over-box again?

    Many thanks in advance.

    @stefan Herndler

    Yes, I did.

    @lhopkin

    The footnotes were displaying in a place they shouldn’t have been. So I started removing [[FOOTNOTE TEXT]] to see what would happen.

    Just dumb luck.

    Plugin Author Mark Cheret

    (@markcheret)

    Hi guys,

    Caching on the server side seems to cause these issues.
    I had the same problem.

    Delete all contents of wp-content/cache/
    WordPress or your caching plugin should then go ahead and rebuild the cache.

    Thread Starter lhopkin

    (@lhopkin)

    @stefan Herndler thanks for the replies (and other’s too) I haven’t gotten it to work yet. It is working on one post but I finally just had to rewrite the posts it wasn’t work on. I have cleared the cache when prompted by the plugin page. I will see if I can do a better job at clearing the cache and report back. Thanks

    Thread Starter lhopkin

    (@lhopkin)

    I am closer. Now the text is gone and just a “return” is included so the following text goes to the next line.

    Will try some more cache clearing, maybe I am missing something. thanks

    Thread Starter lhopkin

    (@lhopkin)

    @mark.cheret I have W3 Total Cache installed. I told it to empty “empty all caches” but I don’t see it making a difference.

    Thread Starter lhopkin

    (@lhopkin)

    Still no luck here. Both posts using Footnotes have carriage returns after each footnote. Any suggestions?

    AchievingSustainability

    (@achievingsustainability)

    I am having the same problem with all these extra carriage returns. Still hoping to resolve it…

    AchievingSustainability

    (@achievingsustainability)

    I have adequately resolved the issue:
    -I installed a plugin Preserved HTML Editor Markup to prevent wordpress from inserting <p> everywhere.
    -Then I used the plugin Simple Custom CSS and added:

    .footnote_plugin_index {
      font-weight: bold;
    }
    
    .footnote_plugin_text {
      display: inline
    }

    Plugin Author Mark Cheret

    (@markcheret)

    Sorry for leaving you hanging for a week. We’ll discuss the issue and get back to you.

    Thanks @achievingsustainability, that fix worked for me. My second footnote is now inline.

    Any idea how to make the footnote numbers display superscript?

Viewing 15 replies - 1 through 15 (of 26 total)
  • The topic ‘footnote text showing after update’ is closed to new replies.