prismtechstudios
Forum Replies Created
-
Forum: Plugins
In reply to: [Modern Footnotes] About list of notes on the end of page, an idea@arutha176 thanks for this suggestion! I’m planning to make the list of footnotes available as a shortcode, although ideally it could get placed at the right location automatically. Do you have an example of a page where this issue is happening with other plugins? And, what theme is it using?
I haven’t started that other truncated text issue we were talking about (let me know if the CSS workaround from https://ww.wp.xz.cn/support/topic/truncated-text-2/ isn’t doing the trick). The list of footnotes at the end of a post has been my priority!
Forum: Plugins
In reply to: [Modern Footnotes] Changing text size in Modern FootnotesThanks @rob-e . If you change the custom CSS to use
.modern-footnotes-footnote__noterather than.modern-footnotes-footnote__note--tooltip, the code should work for both expandable footnotes and normal “tooltip” footnotes.Forum: Plugins
In reply to: [Modern Footnotes] Changing text size in Modern FootnotesGreat. It should be changing the text style even if “Use expandable footnotes on desktop instead of the default tooltip style” is selected. If it isn’t, can you send me a link to the page that’s having the issue and I can take a look?
Forum: Plugins
In reply to: [Modern Footnotes] Changing text size in Modern FootnotesHi @rob-e ,
There aren’t any settings to customize this right now, but you can use the custom CSS field in the Modern Footnotes settings to modify these with CSS. Here’s an example:
/* make font size of footnote text bigger and change color */ .modern-footnotes-footnote__note { font-size: 1.4em; color: #0000ff; }- This reply was modified 5 years, 7 months ago by prismtechstudios.
Forum: Plugins
In reply to: [Modern Footnotes] Footnote numbering resetsHi @sswanseen,
Thanks for pointing this out. This seems related to another bug fix that I’m currently working on, so I’ll get this fixed too while I’m working on that.
Best,
SeanForum: Plugins
In reply to: [Modern Footnotes] Display list of all footnotes on page@danvaulter thanks! That feature is not built currently, but it’s being actively developed. At the current pace, I’d expect it will be ready around the end of the year.
If it’s something you would need sooner, we could discuss a quote to get it ready sooner. My email is [email protected].
Forum: Plugins
In reply to: [Modern Footnotes] Don’t understand how to add footnote content@fetard Is your site using any plugins that could be affecting the Gutenberg editor? I haven’t been able to replicate your issue on my end, so it’s possible there’s a compatibility issue.
In the meantime, you can also add footnotes by wrapping your footnote text in
[mfn]and[/mfn]. So, this would[mfn]be text that's put in a footnote[/mfn]Forum: Plugins
In reply to: [Modern Footnotes] Don’t understand how to add footnote contentHi,
You are using it correctly! The text that turns gray will be be displayed in a modern footnote when you view the post. The “footnote” text is only displayed when working int he Gutenberg editor (that’s just there to identify that the text highlighted in gray is text for a footnote).
Best,
SeanForum: Plugins
In reply to: [Modern Footnotes] Reference numbers reset after other shortcodes@pzod5 Thanks for reporting this. I’m looking into this issue now. Is the DisplayPosts shortcode coming from another plugin, a site hosted on wordpress.com, or somewhere else? I haven’t found a DisplayPosts shortcode built into WordPress and haven’t been able to reproduce the issue with the plugin at https://ww.wp.xz.cn/plugins/display-posts-shortcode/.
Could you also let me know which options, if any, you’re passing to the [display-posts] shortcode?
Forum: Plugins
In reply to: [Modern Footnotes] footnote colorThanks @beithazohar ! I had it wrong above. Since you’re using the expandable footnotes, you’ll want to change your custom CSS to this:
.modern-footnotes-footnote__note { color: #1A4380; }Let me know if that works!
Forum: Plugins
In reply to: [Modern Footnotes] footnote color@beithazohar Could you provide a link to a post using footnotes on your site so I can take a look?
Forum: Plugins
In reply to: [Modern Footnotes] footnote color@beithazohar You can change the color of the text in footnotes by adding the following to the custom CSS option, replacing “ff00ff” with the hex code of your desired color.
.modern-footnotes-footnote__note--tooltip { color: #ff00ff; }Forum: Plugins
In reply to: [Modern Footnotes] Java script void — footnotes not workingFantastic, glad you got it working!!
Forum: Plugins
In reply to: [Modern Footnotes] Possible to add image into mfn (block editor)?Great, glad you were able to find a workaround. I’m continually working to improve the Block Editor functionality so I’ll keep in mind that feedback as I work on it!
Forum: Plugins
In reply to: [Modern Footnotes] Java script void — footnotes not workingThanks for posting the link. It looks like there is another plugin interfering with the Modern Footnotes link. There is some plugin for endnotes that is trying to set up a footnote on the same “1” link as Modern Footnotes is, and the combo of that is changing the footnotes so it won’t work. You’ll have to remove the code for the endnote plugin that’s around the Modern Footnotes code. Or, if you are trying to use both in combination with each other, if you let me know the name of the other plugin I can take a look to see if it’s possible to use them in tandem.