prismtechstudios
Forum Replies Created
-
Forum: Plugins
In reply to: [Modern Footnotes] Citation Twice MalfunctionForum: Plugins
In reply to: [Modern Footnotes] All is well!Hi @arutha176,
It’s good to hear from you, and now it’s my turn to apologize for not getting back to you! All is well here. Things have gotten quite busy for me as well the past few months, and I’m just getting back to all the Modern Footnotes support requests now. It’s encouraging to see that the recent updates are being noticed and appreciated.
I hope you have a successful launch with your big project (if it hasn’t launched already), and that your time frees up soon!
Best,
SeanForum: Plugins
In reply to: [Modern Footnotes] Adding BracketsHi @nujuminstitute ,
You’re close here! This CSS should work:
.modern-footnotes-footnote a::before { content: "["; display: inline; } .modern-footnotes-footnote a::after { content: "]"; display: inline; }Best,
SeanForum: Plugins
In reply to: [Modern Footnotes] footnote list not showingHi @tib51,
The footnote list uses a filter on
the_content, so for the pages having the issue, either that function is not firing or the value ofthe_contentis not being displayed.I think the easiest fix for this would be to modify the templates for the ACF fields page to run
do_shortcode('[mfn_list]');where you would like the list to show up. Let me know whether that would work for your ACF implementation!Best,
SeanForum: Plugins
In reply to: [Modern Footnotes] Please add a Heading for bottom footnote listHi @legianganh ,
I just released a new version that adds this feature. There is a new setting called “Heading for footnote list” that you can use for this!
Best,
SeanForum: Plugins
In reply to: [Modern Footnotes] Style one footnote number differentlyHi @positivit ,
Great question. The shortcode does not currently support a class attribute, but you should be able to target the footnote to give it a different color if you wrap it in HTML, and then target that with CSS.
So, first you’d add this HTML in your post or page:
<span class="myclass">[mfn]footnote content[/mfn]</span>Then, you can do this custom CSS to change the footnote superscript:
.myclass .modern-footnotes-footnote a { color: #11ffff; }Best,
SeanForum: Plugins
In reply to: [Modern Footnotes] AMP breaks footnotesHi @jasonfschwartz,
I can look. Are you using a plugin to generate the AMP versions of your articles? If so, which one?
Best,
SeanForum: Plugins
In reply to: [Modern Footnotes] Footnotes + SEOHi @zokiu,
I have verified that the content within footnotes is indexed by search engines. You can find an article in a search engine by searching for content that appears only in footnotes. I am not sure on any other specific SEO impacts.
Best,
SeanForum: Plugins
In reply to: [Modern Footnotes] A list of footnotes is doubledHi @sakatalawyer,
Can you provide a link to the page with the issue?
If you are using the “Display footnote list at bottom of posts” setting, that will automatically put a footnote list at the bottom of the page. Adding an [mfn_list] shortcode would show an additional list of footnotes.
Best,
SeanForum: Plugins
In reply to: [Modern Footnotes] Trying to get property ID of non-objectThanks @basti743 ! That should be fixed with the latest update.
Forum: Plugins
In reply to: [Modern Footnotes] Trying to get property ID of non-objectHi @consultant ,
Thanks for pointing this out! I just released an update to the plugin that should fix this issue.
Forum: Plugins
In reply to: [Modern Footnotes] Prevent loading on home pageHi @arutha176,
I’ve changed the plugin’s behavior now so that, by default, the CSS and JS will not load on pages where footnotes aren’t used!
Best,
SeanForum: Plugins
In reply to: [Modern Footnotes] Please makeI’ve pushed out a new update to this plugin that has an option to include the footnotes as a list at the bottom of a page or post. You can also display a list of footnotes using the [mfn_list] shortcode if you want the list to appear somewhere other than the bottom. Please let me know if you have any feedback on that!
Forum: Plugins
In reply to: [Modern Footnotes] Expandable footnote does not disappearHi @fjvanittersum,
Thanks for reporting this issue. I just released a new update to the plugin that should fix this. Please try it and see if it works!
Best,
SeanForum: Plugins
In reply to: [Modern Footnotes] Tooltip with footnoteHi @gmass69 ,
Shortcodes inside a footnote should execute. Does the shortcode run if you place it outside the footnote content? And, when you put the shortcode in the footnote, does the shortcode appear in plain text (like “[yourshortcode /]”), or does it not appear at all?
Best,
Sean