prismtechstudios
Forum Replies Created
-
Forum: Plugins
In reply to: [Modern Footnotes] Use one footnote in several locationsHi @glengavel ,
That functionality is not supported right now, unfortunately, but I’ll put that on the list of future improvements to make.
Best,
SeanForum: Plugins
In reply to: [Modern Footnotes] Footnote linksHi @earl_d ,
Are you referring to having links in the text for footnotes? That’s supported (see footnote 1 at the bottom of https://prismtechstudios.com/blog/2017/06/29/single-page-app-usability/ for an example). You’ll have to be sure the link is set up as a link in the WordPress editor, though. Modern Footnotes won’t auto-detect URLs and make them clickable links on its own.
Best,
SeanForum: Plugins
In reply to: [Modern Footnotes] Using ((ref))There’s nothing to support ((ref)) or <ref></ref> syntax right now unfortunately, but there is a way to support [ref][/ref] syntax. In Settings > Modern Footnotes, you can use ref for Modern Footnotes Custom Shortcode and it will use [ref] as a shortcode for Modern Footnotes. @earl_d
Forum: Plugins
In reply to: [Modern Footnotes] automatic renumbering?Hello,
Yes, footnotes get renumbered as you describe. Footnotes will be numbered sequentially, starting at 1, according to the order of the footnotes, even if you go back and add in a new footnote in between two footnotes that already existed.
The footnote shortcode has an option to override the number that is displayed if needed, but it is not used by default.
Best,
SeanForum: Plugins
In reply to: [Modern Footnotes] Add a dot after each footnoteHi @barnabas1 ,
This can be accomplished by putting the following custom CSS in the plugin settings at Settings > Modern Footnotes > Modern Footnotes Custom CSS:
.modern-footnotes-list > li > span:after {
content: ".";
}Best,
SeanForum: Plugins
In reply to: [Modern Footnotes] Duplicate ID in Footnote ListHi @mattzn ,
Thanks for reporting this issue. I just released an update to the plugin that should resolve this problem!
Best,
SeanForum: Plugins
In reply to: [Modern Footnotes] Footnote showing in body of text not as tooltipHi @infmgt ,
It doesn’t look like the CSS or JavaScript from the plugin is being output on that page. Could you check and see if footnotes work using a default WordPress theme like Twenty Twenty-Three? If they work using the default theme, there’s an issue with the theme on the site. My initial guess is that the theme is missing a call to
wp_head()orwp_footer()Best,
Sean- This reply was modified 3 years, 4 months ago by prismtechstudios.
Forum: Plugins
In reply to: [Modern Footnotes] footnote list at bottom, back link to footnote call?Hi @pablonolla ,
I will add this feature to the list of things to be developed for future releases!
Best,
SeanForum: Plugins
In reply to: [Modern Footnotes] “Convert to blocks” ruins the [mfn]Hi @pablonolla ,
I’m not sure of a workaround for this, but it does appear to be an issue in the “Convert to blocks” functionality of Block Editor: Converting classic block with shortcodes in it will create a shortcode block instead of inlining them · Issue #43889 · WordPress/gutenberg · GitHub
Forum: Plugins
In reply to: [Modern Footnotes] error causes PHP process hangHi @whichgodsaves , there’s now a new version of the plugin which would resolve this particular PHP warning.
Forum: Plugins
In reply to: [Modern Footnotes] [mfn_list] and elementor@dv1961 Yes, there’s a compatibility issue with [mfn_list] and Elementor currently. That’s my top priority to fix in Modern Footnotes, but it’s not an easy fix unfortunately, so it’ll be a bit before a new version is out with that change.
Glad to hear that you able to find a solution to this, @pablonolla !
Forum: Plugins
In reply to: [Modern Footnotes] feedbackHappy New Year to you too, @arutha176 ! And thank you, as always, for the great feedback.
Forum: Plugins
In reply to: [Modern Footnotes] Changing the footnotes 1,2,3 to just ? or *Hi @getworkdone ,
I don’t think there’s a way to do this with CSS, but you can do this by changing each footnote to use a shortcode with the referencenumber attribute, like this:
[mfn referencenumber=”*”]footnote text[/mfn]
Best,
SeanForum: Plugins
In reply to: [Modern Footnotes] Desktop footnote behavior changes on mobileHello @getworkdone ,
There’s not currently an option to customize the mobile footnote behavior, unfortunately. I’ll add that to the feature request list, though!
Best,
Sean