Title: devoslack's Replies | WordPress.org

---

# devoslack

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

 *   [Profile](https://wordpress.org/support/users/devoslack/)
 *   [Topics Started](https://wordpress.org/support/users/devoslack/topics/)
 *   [Replies Created](https://wordpress.org/support/users/devoslack/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/devoslack/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/devoslack/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/devoslack/engagements/)
 *   [Favorites](https://wordpress.org/support/users/devoslack/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: [[Vanilla Forums] Not compatible with WordPress 4.0](https://wordpress.org/support/topic/not-compatible-with-wordpress-40-45/)
 *  [devoslack](https://wordpress.org/support/users/devoslack/)
 * (@devoslack)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/not-compatible-with-wordpress-40-45/#post-5470177)
 * This worked for me: [https://github.com/vanilla/wordpress-vanilla/issues/1](https://github.com/vanilla/wordpress-vanilla/issues/1)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TT Guest Post Submit] Security Check](https://wordpress.org/support/topic/security-check-2/)
 *  [devoslack](https://wordpress.org/support/users/devoslack/)
 * (@devoslack)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/security-check-2/#post-5137635)
 * I notice that I get this when I remove the title from the submission form.
 * Once I put the title back, every thing was good.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TT Guest Post Submit] Security Check](https://wordpress.org/support/topic/security-check-2/)
 *  [devoslack](https://wordpress.org/support/users/devoslack/)
 * (@devoslack)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/security-check-2/#post-5137634)
 * I’m receiving the same error.
 * I was able to have 1 post be submitted, now every post is providing this error.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Kubrick: Theme Options overriding custom header](https://wordpress.org/support/topic/kubrick-theme-options-overriding-custom-header/)
 *  [devoslack](https://wordpress.org/support/users/devoslack/)
 * (@devoslack)
 * [19 years, 5 months ago](https://wordpress.org/support/topic/kubrick-theme-options-overriding-custom-header/#post-319621)
 * To override the custom Kubrick colors do the following:
 * go to your functions.php file and towards the top you should see the following
   code:
 * function kubrick_head() {
    $head = “<style type=’text/css’>\n<!–“; $output = ”;
   if ( kubrick_header_image() ) { $url = kubrick_header_image_url() ; $output .
   = “#header { background: url(‘$url’) no-repeat bottom center; }\n”; }
 * Simply add this statement: kubrick_header_image()
    Inbetween the quotes in: $
   output = ”;
 * The output line should now look like this: $output = ‘kubrick_header_image()’;
 * And that’s it! Save and view your custom header image.
 * I was reading this post and figured that the custom colors was definitely the
   issue, so I hovered my mouse over the Header Image and Color link in the Dashboard
   and saw it lead to the functions.php file, so I decided to play in there and 
   blam!
 * Have fun with your customer headers!!!

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