Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter codifies

    (@codifies)

    Thanks for getting to it, much appreciated, all working now!

    a very useful plugin, only use it occasionally, but invaluable for “auditing” my site.

    Thread Starter codifies

    (@codifies)

    okay now it is perfect, to review for anyone else who is thinking of doing the same as I am using the Head, Footer and Post Injections plugin to enable this great plugin….

    first in header and footer tab

    in the <HEAD> page section injection (on every page) text box add:

    <style>
    .zeno_font_resizer::before {
    content: ‘For your comfort please do change the font size: ‘;
    }
    </style>

    then in the tab Posts

    in the textbox Before the post content add:

    <?php
    if (function_exists(‘zeno_font_resizer_place’)) {
    zeno_font_resizer_place();
    }
    ?>

    and it looks fantastic, now my very simple theme, is responsive and the user still has control (as they should for accessibility reasons) over the font size…

    This has been a bug bear for ages! finally with the right theme and the ability for the user to change the font sizes, all users on all devices get a readable site !

    Thread Starter codifies

    (@codifies)

    Where would be a good place to shove said css where it won’t get overwritten by and update of prevent a file getting updated (because its preserving user settings)

    I’m personally not a fan of css, but in this case I could make an exception…

    not sure what you mean by make it have a break, just adding an echo in the PHP fragment makes it have a break (if thats what you mean) I’m wanting to see the aAA bit immediately after the : on the same line…

Viewing 3 replies - 1 through 3 (of 3 total)