• Resolved arutha176

    (@arutha176)


    Hello Sean!
    I’m using brackets, following your orientations here in support, but in the mobile, even with the brackets, I find that it is difficult to “find” the touchable area (sorry for the english, I’m not a native speaker). Is there a way to make it bigger or at least bold, as to show it more? I believe it’s the same for me if it’s a css or a inline html that I have to apply every time.

    I have another concern that is somewhat off-topic and maybe irksome: do you intend to maintain this plugin on the long run? I know nobody can foresee the future, but I’m quite at a loss with the “footnote scenario” in wp. There are not many active plugins. Most were not updated in the last six months or more. On the other side, there are at least one very interesting plugin, but its author is in love with modernity, so it only works with gutemberg and php 7.2!
    I arrived at your plugin because the last I used stopped working with the new version of wp and now my posts are broken, the notes became strange texts inside the main text. I had to make all of de 157 posts that have footnotes private and I’m preparing to change each one. And yes, I’m worried that I will have a lot of work, only to loose everything again.
    If you prefer not to answer, I can understand, but I felt I had to ask, lol..

    By the way, very nice plugin!
    cheers

Viewing 1 replies (of 1 total)
  • Plugin Author prismtechstudios

    (@prismtechstudios)

    Hello,

    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 20px value 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!

Viewing 1 replies (of 1 total)
  • The topic ‘Size of the numbers’ is closed to new replies.