prismtechstudios
Forum Replies Created
-
Forum: Plugins
In reply to: [Modern Footnotes] Size of the numbersHello,
Thanks for the message!
Regarding the touchable area, you could do that through some custom CSS. For example, if you go to Settings > Modern Footnotes, you could enter these CSS rules in “Modern Footnotes Custom CSS”:
.modern-footnotes-footnote { position: relative; } .modern-footnotes-footnote a::after { content: " "; position: absolute; width: 20px; height: 20px; top: 0px; left: -5px; }That will make a 20px by 20px clickable area around the footnote number, without changing the sizing or appearance of the clickable area. You could adjust the
20pxvalue to match your needs too. Let me know if that works for you!As for maintaining the plugin: yes, I fully intend to keep maintaining Modern Footnotes well into the future. I try to test the plugin before each WordPress release and respond quickly to any urgent issues. I also try to get any feature requests in, especially ones that have been requested multiple times. Right now I’ve got a bit of a backlog, but that’s because the past few months have been particularly busy for me. I expect that to calm down soon so I can start working through some feature requests.
Cheers!
- This reply was modified 7 years ago by prismtechstudios.
Forum: Plugins
In reply to: [Modern Footnotes] Footnotes at bottomThanks for checking in on this! It’s still on the roadmap, and I’ll bump it up a little higher since you’ve got a request for it as well. We’re probably looking at a few months since I haven’t had as much time to work on the plugin lately as I’d like.
Forum: Plugins
In reply to: [Modern Footnotes] Getting rid of the css fileThanks for the feedback on this, that’s a good idea. I’ll make this a feature in an upcoming version of the plugin!
- This reply was modified 7 years, 1 month ago by prismtechstudios.
Forum: Plugins
In reply to: [Modern Footnotes] possible to add brackets?@cloudduster Thank you! You should be able to add brackets to the number with CSS pseudo-elements like so:
.modern-footnotes-footnote a::before {
content: “[“;
}
.modern-footnotes-footnote a::after {
content: “]”;
}Forum: Plugins
In reply to: [Modern Footnotes] An option to use normal text as shortcode@locksoft thank you for all of this great detail, this is very helpful. I’ll look into all of these and get back to you!
Forum: Plugins
In reply to: [Modern Footnotes] Icon not visiible in wp 5Hi Viktor,
This issue should be fixed on the newest update of the plugin! Please let me know if you’re still seeing issues.
Cheers,
SeanForum: Plugins
In reply to: [Modern Footnotes] An option to use normal text as shortcodeHi @locksoft,
Thanks for letting me know about this. I’ve been trying but I haven’t been able to reproduce this in Gutenberg. Would you be able to take a screenshot of what you’re seeing in Gutenberg when this issue is happening?
Cheers,
SeanForum: Plugins
In reply to: [Modern Footnotes] Use of shortcodes in footnotes@philology – thanks for the suggestion! I just released this change in the new version of the plugin. Could you take a look and be sure it’s working for your purposes?
Forum: Plugins
In reply to: [Modern Footnotes] Icon not visiible in wp 5Hi Viktor!
You’re not the only one experiencing this, and it’s been in my queue to take a look at the Classic Editor and get a button for Modern Footnotes into Gutenberg. I expect to have an update in the next week or two with this, I’ll keep you posted.
Cheers,
SeanForum: Plugins
In reply to: [Modern Footnotes] Working w Elementor, only mobile layout shows on desktopThanks! Could you go to http://d2.reelists.co/wp-admin/options-general.php?page=modern-footnotes%2Fmodern-footnotes.php (or Settings > Modern Footnotes in the WordPress menu) and confirm that “Use expandable footnotes on desktop insetad of the default tooltip style” is NOT checked?
Forum: Plugins
In reply to: [Modern Footnotes] Working w Elementor, only mobile layout shows on desktopThanks for the link! Right now, I’m actually seeing the whole shortcode written out under “WHY”. Could you be sure the plugin is enabled, and be sure the shortcode isn’t being escaped somehow in Elementor? Then, I can take a look for ya!
Forum: Plugins
In reply to: [Modern Footnotes] Additional paragraphs in a footnoteI’ve got this issue fixed in the newest plugin update. You can now have paragraphs inside a footnote. Please let me know if you have any issues after installing the update!
Forum: Plugins
In reply to: [Modern Footnotes] Additional paragraphs in a footnoteThat totally makes sense – I’ll definitely get the issue fixed! Might be a bit since I’m traveling for Thanksgiving next week but I’ll keep you posted.
Forum: Plugins
In reply to: [Modern Footnotes] Additional paragraphs in a footnoteThanks! This isn’t possible now but it really should be, so I’ll log this as a bug and get this fixed.
In the meantime, there are some workarounds if you want to get your hands dirty in the code – searching “wpautop inside shortcode” will give some solutions.
Forum: Plugins
In reply to: [Modern Footnotes] Custom Reference Numbers Feature FeedbackI’m glad it’s working well for you! I’ll be sure to keep it working for using words and sentences too.