Title: prismtechstudios's Replies | WordPress.org

---

# prismtechstudios

  [  ](https://wordpress.org/support/users/prismtechstudios/)

 *   [Profile](https://wordpress.org/support/users/prismtechstudios/)
 *   [Topics Started](https://wordpress.org/support/users/prismtechstudios/topics/)
 *   [Replies Created](https://wordpress.org/support/users/prismtechstudios/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/prismtechstudios/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/prismtechstudios/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/prismtechstudios/engagements/)
 *   [Favorites](https://wordpress.org/support/users/prismtechstudios/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 180 total)

1 [2](https://wordpress.org/support/users/prismtechstudios/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/prismtechstudios/replies/page/3/?output_format=md)…
[10](https://wordpress.org/support/users/prismtechstudios/replies/page/10/?output_format=md)
[11](https://wordpress.org/support/users/prismtechstudios/replies/page/11/?output_format=md)
[12](https://wordpress.org/support/users/prismtechstudios/replies/page/12/?output_format=md)
[→](https://wordpress.org/support/users/prismtechstudios/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Modern Footnotes] Limit Modern Footnotes to specific post types](https://wordpress.org/support/topic/limit-modern-footnotes-to-specific-post-types/)
 *  Plugin Author [prismtechstudios](https://wordpress.org/support/users/prismtechstudios/)
 * (@prismtechstudios)
 * [6 months, 1 week ago](https://wordpress.org/support/topic/limit-modern-footnotes-to-specific-post-types/#post-18750797)
 * Thanks [@earl_d](https://wordpress.org/support/users/earl_d/) ! There is not 
   a way to do that right now, unfortunately. You could possibly achieve this with
   some custom code that checks for the specific post type and deregisters the Modern
   Footnotes shortcodes if it’s a post type where you don’t want the footnotes to
   display.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Modern Footnotes] Good but incomplete](https://wordpress.org/support/topic/good-but-incomplete-5/)
 *  Plugin Author [prismtechstudios](https://wordpress.org/support/users/prismtechstudios/)
 * (@prismtechstudios)
 * [9 months, 1 week ago](https://wordpress.org/support/topic/good-but-incomplete-5/#post-18634910)
 * That makes sense, thanks for the additional detail, [@andorel](https://wordpress.org/support/users/andorel/)!
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Modern Footnotes] Good but incomplete](https://wordpress.org/support/topic/good-but-incomplete-5/)
 *  Plugin Author [prismtechstudios](https://wordpress.org/support/users/prismtechstudios/)
 * (@prismtechstudios)
 * [9 months, 1 week ago](https://wordpress.org/support/topic/good-but-incomplete-5/#post-18632608)
 * Hi [@andorel](https://wordpress.org/support/users/andorel/) ,
 * Thanks for the feedback. I’ve noted that there’s incompatibility with the Simple
   Spoilers plugin, and as you mentioned, having the footnote list link back to 
   the original location in the article is a frequently requested feature so I’ve
   bumped the priority up for that in the feature backlog.
 * Just to clarify, by _There is nothing to make note link with the list at bottom
   when clicking _, do you mean having a footnote link scroll down to the footnote
   list when clicking it rather than opening a footnote?
 * Best,
   Sean
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Modern Footnotes] Using icon for Close button on mobile?](https://wordpress.org/support/topic/using-icon-for-close-button-on-mobile/)
 *  Plugin Author [prismtechstudios](https://wordpress.org/support/users/prismtechstudios/)
 * (@prismtechstudios)
 * [9 months, 1 week ago](https://wordpress.org/support/topic/using-icon-for-close-button-on-mobile/#post-18632586)
 * Thank you for updating the CSS so it works! Good idea on making the “x” an SVG.
   I’ll add that in a future version of the plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Modern Footnotes] Using icon for Close button on mobile?](https://wordpress.org/support/topic/using-icon-for-close-button-on-mobile/)
 *  Plugin Author [prismtechstudios](https://wordpress.org/support/users/prismtechstudios/)
 * (@prismtechstudios)
 * [9 months, 2 weeks ago](https://wordpress.org/support/topic/using-icon-for-close-button-on-mobile/#post-18629706)
 * Hi [@prestonwordsworth](https://wordpress.org/support/users/prestonwordsworth/),
 * Thanks for the feedback!
 * The CSS for Modern Footnotes doesn’t change the font families, so the serif style
   would come from one of the other stylesheets (themes or other plugins). You can
   add some custom CSS to modify the “x”. Specifically targeting the “x” requires
   a complicated CSS selector but I believe this should work:
 * `/* change the font family */`
   `.modern-footnotes-footnote:has(+ .modern-footnotes-
   footnote__note--expandable[style*="display: block"]) a { font-family: Arial, 
   Helvetica, sans-serif; }
 * ` /* Or, use an icon instead of the "x" */
   .modern-footnotes-footnote:has(+ .
   modern-footnotes-footnote__note--expandable[style*="display: block"]) a { color:
   transparent;}.modern-footnotes-footnote:has(+ .modern-footnotes-footnote__note--
   expandable[style*="display: block"]) a::before { background-image: url('image-
   url.png');  content: ' '; display:inline-block; width: 20px; height: 20px;}
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Modern Footnotes] want to include it in TOC table of content](https://wordpress.org/support/topic/want-to-include-it-in-toc-table-of-content/)
 *  Plugin Author [prismtechstudios](https://wordpress.org/support/users/prismtechstudios/)
 * (@prismtechstudios)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/want-to-include-it-in-toc-table-of-content/#post-18445977)
 * Thanks for the feedback, [@manusarona](https://wordpress.org/support/users/manusarona/).
   How are you creating your table of contents? Are you using a particular plugin
   for that?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Modern Footnotes] Link back from list at bottom](https://wordpress.org/support/topic/link-back-from-list-at-bottom/)
 *  Plugin Author [prismtechstudios](https://wordpress.org/support/users/prismtechstudios/)
 * (@prismtechstudios)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/link-back-from-list-at-bottom/#post-18129914)
 * Hi [@dutchintouch](https://wordpress.org/support/users/dutchintouch/) ,
 * There is not a way to do that right now unfortunately. I’ll add that to the list
   of requested features so it can hopefully be developed sometime in the future.
 * Best,
   Sean
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Modern Footnotes] footnotes appear inside post](https://wordpress.org/support/topic/footnotes-appear-inside-post/)
 *  Plugin Author [prismtechstudios](https://wordpress.org/support/users/prismtechstudios/)
 * (@prismtechstudios)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/footnotes-appear-inside-post/#post-18123139)
 * Hi [@jasongb71](https://wordpress.org/support/users/jasongb71/) ,
 * I don’t see the UX issue that you describe, but I do see that the footnote links
   are not working when you click on them. I also see this JavaScript error:
 * Uncaught ReferenceError: jQuery is not defined
 * Looking through the JavaScript loading on the page, it looks jQuery is being 
   lazy loaded in after the Modern Footnotes JavaScript is loading. I assume there
   is some sort of page speed plugin you are using to change how JavaScript loads
   by default. Can you change it so jQuery is not lazy loaded, or so that the Modern
   Footnotes JS is also lazy loaded? (Either way should get the Modern Footnotes
   JS loading after jQuery)
 * Best,
   Sean
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Modern Footnotes] Risky?](https://wordpress.org/support/topic/risky/)
 *  Plugin Author [prismtechstudios](https://wordpress.org/support/users/prismtechstudios/)
 * (@prismtechstudios)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/risky/#post-18114376)
 * Hi [@barnabas1](https://wordpress.org/support/users/barnabas1/) ,
 * While this plugin is free and has no paid option (and therefore no paid development
   team supporting it), I prioritize keeping the plugin working smoothly and try
   my best to promptly address any features that come up. I don’t have as much time
   as I’d like to address new features or plugin compatibility issues, but I’ll 
   do my best to always keep the core functionality working.
 * There are also a handful of other contributors who have helped code the plugin
   and may continue to do so since the plugin is open source.
 * Best,
   Sean
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Modern Footnotes] Heading](https://wordpress.org/support/topic/heading-10/)
 *  Plugin Author [prismtechstudios](https://wordpress.org/support/users/prismtechstudios/)
 * (@prismtechstudios)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/heading-10/#post-18074895)
 * Hi [@jmfouquer](https://wordpress.org/support/users/jmfouquer/) ,
 * The h2 tag is set up in your theme to use a white font color. So, to get the 
   Notes heading text to appear, you could either:
    1. Set a tag other than h2 for the **Heading Tag name for footnote list **setting
       in Settings > Modern Footnotes
    2. Add custom CSS that targets the `h2.modern-footnotes-list-heading` style and
       gives it a different font color
 * Best,
   Sean
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Modern Footnotes] Stopped working with Wp 6.6.2](https://wordpress.org/support/topic/stopped-working-with-wp-6-6-2/)
 *  Plugin Author [prismtechstudios](https://wordpress.org/support/users/prismtechstudios/)
 * (@prismtechstudios)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/stopped-working-with-wp-6-6-2/#post-18074889)
 * Hi [@muscroftm](https://wordpress.org/support/users/muscroftm/) ,
 * Thanks for writing in about this. I checked the site and the Modern Footnotes
   JavaScript isn’t getting loaded on the page. I tried updating one of my test 
   sites to WordPress 6.6.2, and things are working properly on that site. Do you
   use any caching plugins that might be causing the JavaScript to not load on your
   site?
 * Best,
   Sean
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Modern Footnotes] How to make the tooltip go to bottom page ?](https://wordpress.org/support/topic/how-to-make-the-tooltip-go-to-bottom-page/)
 *  Plugin Author [prismtechstudios](https://wordpress.org/support/users/prismtechstudios/)
 * (@prismtechstudios)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/how-to-make-the-tooltip-go-to-bottom-page/#post-17999608)
 * Hi [@riyananu](https://wordpress.org/support/users/riyananu/) ,
 * You can display a list of footnotes at the bottom of the post by enabling the
   setting at Settings > Modern Footnotes > Display footnote list at bottom of posts
 * However, there is not currently a setting that would make clicking a footnote
   number scroll down to the list at the bottom of the page.
 * Best,
   Sean
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Modern Footnotes] Style Tooltip](https://wordpress.org/support/topic/style-tooltip-2/)
 *  Plugin Author [prismtechstudios](https://wordpress.org/support/users/prismtechstudios/)
 * (@prismtechstudios)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/style-tooltip-2/#post-17965461)
 * Hi [@bullitt1973](https://wordpress.org/support/users/bullitt1973/) ,
 * Yes, that’s possible! You’ll want to use this custom CSS, which you can enter
   in the Modern Footnotes settings:
 * `.modern-footnotes-footnote__note {
    line-height: 140%; font-family: Arial; font-
   size: 12px;}
 * Best,
   Sean
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Modern Footnotes] I have finished the Korean translation for ‘Modern Footnotes’](https://wordpress.org/support/?post_type=topic&p=17831916)
 *  Plugin Author [prismtechstudios](https://wordpress.org/support/users/prismtechstudios/)
 * (@prismtechstudios)
 * [1 year, 12 months ago](https://wordpress.org/support/?post_type=topic&p=17831916#post-17836675)
 * Hi [@modelaid](https://wordpress.org/support/users/modelaid/) ,
 * Thank you so much for contributing a translation for this plugin. I really appreciate
   the effort you put in to improve this for the community!
 * Best,
   Sean
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Modern Footnotes] wrong number when only 1 footnotes, says “2”](https://wordpress.org/support/topic/wrong-number-when-only-1-footnotes-says-2/)
 *  Plugin Author [prismtechstudios](https://wordpress.org/support/users/prismtechstudios/)
 * (@prismtechstudios)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/wrong-number-when-only-1-footnotes-says-2/#post-17693881)
 * Hi [@mmdwc](https://wordpress.org/support/users/mmdwc/) ,
 * I’d have to look at this deeper to see the full cause, but at first glance this
   looks like a possible conflict between Modern Footnotes and another plugin, or
   perhaps something in the theme.
 * As a workaround in the short-term, you could try changing the shortcode to specify
   the reference number, for example, [mfn referencenumber=1]Je confirme cette évaluation[/
   mfn]
 * Best,
   Sean

Viewing 15 replies - 1 through 15 (of 180 total)

1 [2](https://wordpress.org/support/users/prismtechstudios/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/prismtechstudios/replies/page/3/?output_format=md)…
[10](https://wordpress.org/support/users/prismtechstudios/replies/page/10/?output_format=md)
[11](https://wordpress.org/support/users/prismtechstudios/replies/page/11/?output_format=md)
[12](https://wordpress.org/support/users/prismtechstudios/replies/page/12/?output_format=md)
[→](https://wordpress.org/support/users/prismtechstudios/replies/page/2/?output_format=md)