Title: Not working
Last modified: August 21, 2016

---

# Not working

 *  Resolved [olimortimer](https://wordpress.org/support/users/olimortimer/)
 * (@olimortimer)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/not-working-761/)
 * I’ve entered my login details on the settings page, but when it confirms that
   the settings have saved, all that’s shown in the boxes is a 0 in username, and
   nothing in password.
 * When I add the [NikeFuel Display] tag into my page, no widget shows.
 * [https://wordpress.org/plugins/nikefuel-running-display/](https://wordpress.org/plugins/nikefuel-running-display/)

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

 *  Plugin Author [scottmritter](https://wordpress.org/support/users/scottmritter/)
 * (@scottmritter)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/not-working-761/#post-5037289)
 * Hi Oli!
 * I’m sorry about that error – it looks like I uploaded an early copy to the repository.
 * Here are the changes from the options.php file:
 * This goes under the register_setting() for NFRD_Username:
 *     ```
       register_setting(
                   'NFRD_Group', // Option group
                   'NFRD_PW', // Option name
                   array( $this, 'sanitize' ) // Sanitize
               );
       ```
   
 * and
 * this line (also in options.php):
 *     ```
       $new_input['NFRD_Username'] = sanitize_text_field( $input['NFRD_Username'] );
       ```
   
 * should replace:
 *     ```
       $new_input['NFRD_Username'] = absint( $input['NFRD_Username'] );
       ```
   
 * I’ve also replaced the plugin on WordPress if you would rather just delete and
   re-install again (I’m still learning – sorry!)
 * Thank you for pointing this out to me and I hope you have a wonderful day!
 * Best,
    Scott
 *  Plugin Author [scottmritter](https://wordpress.org/support/users/scottmritter/)
 * (@scottmritter)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/not-working-761/#post-5037565)
 * Hi Oli,
 * Sorry for the considerable delay – I’ve now updated the plug-in so that it works
   on both pages and plugins.
 * Cheers!
 * Best,
    Scott

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

The topic ‘Not working’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/nikefuel-running-display.svg)
 * [NikeFuel Running Display](https://wordpress.org/plugins/nikefuel-running-display/)
 * [Support Threads](https://wordpress.org/support/plugin/nikefuel-running-display/)
 * [Active Topics](https://wordpress.org/support/plugin/nikefuel-running-display/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/nikefuel-running-display/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/nikefuel-running-display/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [scottmritter](https://wordpress.org/support/users/scottmritter/)
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/not-working-761/#post-5037565)
 * Status: resolved