Title: Sonicelo's Replies | WordPress.org

---

# Sonicelo

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Minify CSS/JS](https://wordpress.org/support/topic/minify-css-js/)
 *  [Sonicelo](https://wordpress.org/support/users/sonicelo/)
 * (@sonicelo)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/minify-css-js/#post-9736418)
 * Please do it, as its being flaged by performance tools.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Usage of minified script and CSS-files](https://wordpress.org/support/topic/usage-of-minified-script-and-css-files/)
 *  [Sonicelo](https://wordpress.org/support/users/sonicelo/)
 * (@sonicelo)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/usage-of-minified-script-and-css-files/#post-8514856)
 * I would like this feature as well. Its just about the only unminifed script that
   is left on my sites.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Taxonomy Metadata] Perfect](https://wordpress.org/support/topic/perfect-2202/)
 *  Thread Starter [Sonicelo](https://wordpress.org/support/users/sonicelo/)
 * (@sonicelo)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/perfect-2202/#post-7990981)
 * With help of following actions, you can make the graphical interface on the needed
   taxonomy page:
 *     ```
       add_action("{$taxonomy}_edit_form", "foo_add_taxonomy_meta_boxes", 10, 2); // Edit taxonomy page
       add_action("{$taxonomy}_add_form_fields", "foo_add_taxonomy_meta_boxes_2"); // Add taxonomy page (basicaly where you can list all of them)
       add_action("edit_{$taxonomy}", "foo_save_taxonomy_meta", 10, 2); // Editing existing one, be carefull as it runs also in quick edit
       add_action("create_{$taxonomy}","foo_save_taxonomy_meta", 10, 2); // Creating new taxonomy
       add_action("delete_{$taxonomy}", "foo_delete_taxonomy_meta", 10, 3); // Deleting a taxonomy, you should always clean up after yourself
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Getting "An unexpected error occurred" message](https://wordpress.org/support/topic/getting-an-unexpected-error-occurred-message/)
 *  Thread Starter [Sonicelo](https://wordpress.org/support/users/sonicelo/)
 * (@sonicelo)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/getting-an-unexpected-error-occurred-message/#post-5714134)
 * Hmm, what exactly is a DNS resolve issue?
 * I can freely ping any domain name (like wordpress.org) and NSLOOKUP returns no
   errors:
 *     ```
       Name:   wordpress.org
       Address: 66.155.40.250
       Name:   wordpress.org
       Address: 66.155.40.249
       ```
   
 * ALSO:
 * I made a few fresh installs of different WordPress versions and figured out, 
   that:
    Version 3.7 or earlier: gives no errors, everything works fine Version
   3.9 or later: Returns the same error, but everything still works fine
 * Its just the anoying warning and longer page load.
 * Note:
    I do have some troubles with the server, as I am unable to send email 
   from it, but the problem is with external server, that is blocking me but is 
   needed to go around firewall. Does wordpress use any special ports, other than
   80?

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