prismtechstudios
Forum Replies Created
-
Forum: Plugins
In reply to: [Modern Footnotes] Adding a citation twiceThis is now done in the latest version of the plugin. You can specify a referencenumber attribute to the shortcode that will manually override the default:
[mfn referencenumber=”5″]This will have a citation number of 5 regardless of where it appears in the document[/mfn]
Forum: Plugins
In reply to: [Modern Footnotes] Adding a citation twiceThanks for posting about this use case – I’ll look and see if I can get this implemented!
Forum: Plugins
In reply to: [Modern Footnotes] Footnotes resizing on subsequent clicksThank you for all the great details in this bug report! I’ll take a look at this in the next few days and let you know what I find.
Forum: Reviews
In reply to: [Modern Footnotes] Looks good, however href for notes are conflictingThanks for the feedback! I’ll start working on a fix to this.
Do you have a link to the site where this issue is happening, or could you let me know what theme you’re using?
I think fixing this should just be a matter of not using # for href and using a JavaScript function instead. But, I want to check the theme just in case because it sounds like there might be something else interfering with the Modern Footnotes JavaScript (since it’s supposed to cancel any behavior where the browser would scroll to the top of the page). So, I want to be sure that changing href from # will be sufficient.
Forum: Plugins
In reply to: [Modern Footnotes] Set or reset footnote numbersI’ve just released an update to the plugin that should fix the issue with TablePress! Let me know if you see any more issues with it.
TablePress (and probably other plugins as well) causes some shortcodes to execute in a different order than they appear on the page. The update adds JavaScript that corrects the footnote numbers if they’re not in the right order.
Forum: Plugins
In reply to: [Modern Footnotes] Set or reset footnote numbersThanks for the example @mnmlst! I should be able to take a look this week and I’ll see what’s going on.
Forum: Plugins
In reply to: [Modern Footnotes] Invisible footnote iconAldus – that makes sense, I like the idea of using mfn by default. I’ll get that changed in a future update.
Forum: Plugins
In reply to: [Modern Footnotes] Bottom Footnotes Option (Future Feature)I’ve got this added to the feature list! Sure, it’s not the original idea behind the plugin, but a few people have requested this so I’ll start working on it.
Forum: Plugins
In reply to: [Modern Footnotes] Invisible footnote iconThanks for pointing this out! This was a bug in the plugin. I just released a new version that should fix this issue.
Forum: Plugins
In reply to: [Modern Footnotes] wp_enqueue_scripts minor bugThank you for catching this! I’ve got this fixed in the newest version, which I just released.
Forum: Plugins
In reply to: [Modern Footnotes] Error ActivatingI just released a new version that should fix this issue. Let me know if you still get an error activating after updating the plugin!
Forum: Plugins
In reply to: [Modern Footnotes] Error ActivatingI bet this is happening because you’re on a PHP version before 5.3. I’ll get a fix released tomorrow for this.
Or, if it’s urgent, you could try changing line 72 of modern-footnotes.php to:
‘sanitize_callback’ => ‘modern_footnotes_sanitize_callback’
And then adding this to the end of the same file:
function modern_footnotes_sanitize_callback($plugin_options) { return $plugin_options;}I haven’t tested that yet though.
Forum: Plugins
In reply to: [Modern Footnotes] SEO problemsThank you, I’m glad you’re liking the plugin! I’ve gotten other requests for showing the footnotes at the end of the article, so I’ve got that added on the roadmap and it should be out in an upcoming release.
Forum: Plugins
In reply to: [Modern Footnotes] SEO problemsSince hidden text is such a common tool for web usability, Google suggests they wouldn’t penalize things like this plugin. Of course, they’re vague about it like they are all things SEO, but check out this video from Google that specifically covers usages of hidden text like Modern Footnotes: https://www.youtube.com/watch?v=EsW8E4dOtRY
Now, if you’re using the plugin for keyword stuffing, I could see Google penalizing that. But if you’re using it to create a better user experience with content meant to be read by humans, it should be fine from an SEO standpoint.
Forum: Plugins
In reply to: [Modern Footnotes] Set or reset footnote numbersThanks, and sorry it took a bit for me to get back to this. (I wasn’t getting email notifications on support requests.) Could you post a link to a page where this is happening? I’ll see if I can get it fixed.