Title: Dan Flippo's Replies | WordPress.org

---

# Dan Flippo

  [  ](https://wordpress.org/support/users/dflippo/)

 *   [Profile](https://wordpress.org/support/users/dflippo/)
 *   [Topics Started](https://wordpress.org/support/users/dflippo/topics/)
 *   [Replies Created](https://wordpress.org/support/users/dflippo/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/dflippo/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/dflippo/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/dflippo/engagements/)
 *   [Favorites](https://wordpress.org/support/users/dflippo/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Cannot change comment text](https://wordpress.org/support/topic/cannot-change-comment-text/)
 *  [Dan Flippo](https://wordpress.org/support/users/dflippo/)
 * (@dflippo)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/cannot-change-comment-text/#post-6302800)
 * Nancy,
 * I concur on needing a child theme because you have to use custom PHP to change
   the default WordPress message. I do have a starter child theme available on GitHub
   for UU2014:
    [https://github.com/dflippo/uu2014-child](https://github.com/dflippo/uu2014-child)
 * Adding the code above to the functions.php in the child theme should make the
   change you are looking for.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[UU 2014] Searchbox and menu in left sidebar](https://wordpress.org/support/topic/searchbox-and-menu-in-left-sidebar/)
 *  Theme Author [Dan Flippo](https://wordpress.org/support/users/dflippo/)
 * (@dflippo)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/searchbox-and-menu-in-left-sidebar/#post-5917503)
 * Johanna, tomorrow I will create an issue on Github with you questions. Github
   makes it easier for me to track, be notified, and respond to issues. If you create
   an account there you can “follow” the theme to get updates.
 * Dan
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[UU 2014] Fatal Error](https://wordpress.org/support/topic/fatal-error-1439/)
 *  Theme Author [Dan Flippo](https://wordpress.org/support/users/dflippo/)
 * (@dflippo)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/fatal-error-1439/#post-5555023)
 * Willocase,
 * This error has been fixed in the latest release of the theme. For faster response,
   you can open future issues on [https://github.com/dflippo/UU2014/issues](https://github.com/dflippo/UU2014/issues)
   since I get notifications from there and don’t check this board as frequently.
 * Dan Flippo
    Author, UU2014
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NinjaFirewall (WP Edition) - Advanced Security Plugin and Firewall] IPv6 and Rule 312](https://wordpress.org/support/topic/ipv6-and-rule-312/)
 *  Thread Starter [Dan Flippo](https://wordpress.org/support/users/dflippo/)
 * (@dflippo)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/ipv6-and-rule-312/#post-5275962)
 * All,
 * Last week a Cloudflare engineer told me they fixed the issue and would have the
   fix in production in the near future. Today I disabled the .htninja fix provided
   above and did not have any issues when I viewed my site. I confirmed that the
   request came through on IPv6 and I had all the firewall rules enabled. I am marking
   this topic as resolved. Thanks again.
 * Dan
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NinjaFirewall (WP Edition) - Advanced Security Plugin and Firewall] IPv6 and Rule 312](https://wordpress.org/support/topic/ipv6-and-rule-312/)
 *  Thread Starter [Dan Flippo](https://wordpress.org/support/users/dflippo/)
 * (@dflippo)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/ipv6-and-rule-312/#post-5275802)
 * nintechnet,
    Thanks for the clarification. Based on knowing that, I came up with
   a different solution on my end. I added the following directives to my Apache
   configuration:
 *     ```
       RequestHeader edit* X-Forwarded-For A a
       RequestHeader edit* X-Forwarded-For B b
       RequestHeader edit* X-Forwarded-For C c
       RequestHeader edit* X-Forwarded-For D d
       RequestHeader edit* X-Forwarded-For E e
       RequestHeader edit* X-Forwarded-For F f
       ```
   
 * This works in Apache 2.4 and maps the uppercase letters to lowercase letters.
   There may be a fancier way to make this change in one step but the PCRE replacement
   feature used by RequestHeader isn’t very advanced.
 * I agree that ideally CloudFlare should be following the proposed RFC and I’ll
   see about opening a ticket to let them know. I guess in their defense the RFC
   hasn’t been made a full standard yet but it has been 4 years.
 * Thanks again.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Sharebar] Plugin Update Coming Anytime Soon?](https://wordpress.org/support/topic/plugin-update-coming-anytime-soon/)
 *  [Dan Flippo](https://wordpress.org/support/users/dflippo/)
 * (@dflippo)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/plugin-update-coming-anytime-soon/#post-5009806)
 * The plugin is released under GPL so someone can choose to fork it and support
   it. Personally, I liked the way the Javascript worked so I embedded it in the
   theme I maintain, UU 2014. However, I use the JavaScript to create a floating
   widget area and allow users to put whatever widgets they want in it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smush – Image Optimization, Compression, Lazy Load, WebP & CDN] [Plugin: WP Smush.it] Strange Error](https://wordpress.org/support/topic/plugin-wp-smushit-strange-error/)
 *  [Dan Flippo](https://wordpress.org/support/users/dflippo/)
 * (@dflippo)
 * [14 years ago](https://wordpress.org/support/topic/plugin-wp-smushit-strange-error/page/3/#post-2527834)
 * All, I was able to use Smush.It without issue once I added a custom rule in Cloudflare
   Threat Control to trust the following Yahoo IP:
    98.136.171.205 98.139.160.207
 * Maybe you only need one of these. I added both and then tested that it worked.

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