Title: Crazy, missing instructions
Last modified: December 9, 2020

---

# Crazy, missing instructions

 *  [Exo](https://wordpress.org/support/users/richardshea/)
 * (@richardshea)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/crazy-missing-instructions/)
 * The developer seems to lack giving any instructions beyond a video which is hopeless.
   
   Why not give an example, and CSS classes we can copy & paste into buttons or 
   text?
 * This really deserves 5 stars, but get 4 stars because of lack of decent instructions.
 * I don’t have the patience to watch a video and pause, type out a class when I
   want to create my own widget or place it in a page and NOT a menu.
 * A real shame since 30 seconds of the developer writing instructions is all it
   would need.
 * Anyway, in it’s very basic form you can do this:
    <span class=”afr-normal”>A</
   span> <span class=”afr-large”>A</span> <span class=”afr-xlarge”>A</span>
 * But then you’d need to make your own CSS for styling the cursor, and sizes of
   those 3 A’s if you want it too look good. Why doesn’t this plugin have it?
 * Right now, I’m adding my own shortcode and using this plugin core to make my 
   own version!

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

 *  Plugin Author [Maxime Jobin](https://wordpress.org/support/users/maximejobin/)
 * (@maximejobin)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/crazy-missing-instructions/#post-13863666)
 * Richard,
 * I’m sorry to read the instructions were not clear enough.
 * This started as a project for a client which I decided to give back to the community.
   Then, this “1 hour” sub-project to give back was transformed into many hours 
   to create a settings page, create the plugin, create the “read me” file, translate
   it to english, give support, do a video…
 * … and it seems like it’s not enough. I’m truly sorry you don’t have the patience
   to watch the free video I made so you can use this plugin for free.
 * I’ll add your code to the instructions.
 * Someone told me I should not release this project as it would backfire. Maybe
   I should have kept it for me.
 * If you code something nice, you can submit a pull requrest here:
    [https://github.com/SatelliteWP/accessibility-font-resizer](https://github.com/SatelliteWP/accessibility-font-resizer)
 * Think twice before publishing the code you make… giving stuff for free can backfire.
 * Thank you for your feedback.
 *  Thread Starter [Exo](https://wordpress.org/support/users/richardshea/)
 * (@richardshea)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/crazy-missing-instructions/#post-13863724)
 * Hi Maxime,
 * Sorry if I sounded like I didn’t appreciate your plugin, I do, and I know some
   work has gone into this and I appreciate you’ve shared it, I’m just shocked at
   not having an simple CSS examples for the average user for those wanting to use
   it straight after installing.
    Hence 4-stars, it’s still very good, I am using
   it and will learn how to use Github to consider adding what I’ve done.
 * For anyone else wanting a bit of CSS, here’s what I use:
 *     ```
       #textresizer {float:right;}
       .textresize1 {font-size:20px; cursor:pointer;margin:2px;}
       .textresize2 {font-size:25px; cursor:pointer;margin:2px;font-weight: 600;}
       .textresize3 {font-size:33px; cursor:pointer;margin:2px;font-weight: 600;}
       ```
   
 * And although I made my own shortcode, it simply outputs this:
 *     ```
       <div id="textresizer">
       <span class="afr-normal textresize1">A</span>
       <span class="afr-large textresize2">A</span>
       <span class="afr-xlarge textresize3">A</span>
       </div>
       ```
   
 * And this wonderful plugin does the rest!
 *  Plugin Author [Maxime Jobin](https://wordpress.org/support/users/maximejobin/)
 * (@maximejobin)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/crazy-missing-instructions/#post-13869216)
 * I’ve added the code in the support thread.
 * Thank you.

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

The topic ‘Crazy, missing instructions’ is closed to new replies.

 * ![](https://ps.w.org/accessibility-font-resizer/assets/icon-256x256.png?rev=2077250)
 * [Accessibility Font Resizer](https://wordpress.org/plugins/accessibility-font-resizer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/accessibility-font-resizer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/accessibility-font-resizer/)
 * [Active Topics](https://wordpress.org/support/plugin/accessibility-font-resizer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/accessibility-font-resizer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/accessibility-font-resizer/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Maxime Jobin](https://wordpress.org/support/users/maximejobin/)
 * Last activity: [5 years, 4 months ago](https://wordpress.org/support/topic/crazy-missing-instructions/#post-13869216)