Title: SKco's Replies | WordPress.org

---

# SKco

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [background/body colour (Theme- Mantra)](https://wordpress.org/support/topic/backgroundbody-colour-theme-mantra/)
 *  [SKco](https://wordpress.org/support/users/skco/)
 * (@skco)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/backgroundbody-colour-theme-mantra/#post-2629510)
 *     ```
       #main {
       background: white;
       clear: both;
       overflow: hidden;
       padding: 0px;
       ```
   
 * Find that in your stylesheet, style.css and change the white to black.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Add Image](https://wordpress.org/support/topic/add-image-1/)
 *  [SKco](https://wordpress.org/support/users/skco/)
 * (@skco)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/add-image-1/#post-2629081)
 * does the theme you are using have an options panel?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[AutoFocus] [Theme: AutoFocus] thumbnails in front page](https://wordpress.org/support/topic/theme-autofocus-thumbnails-in-front-page/)
 *  [SKco](https://wordpress.org/support/users/skco/)
 * (@skco)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/theme-autofocus-thumbnails-in-front-page/#post-2628690)
 * The theme doesn’t appear to have that ability. Also, use the WP Smushit plugin
   to optimize your images, they are slowing your site down considerably. Also consider
   Cloudflare to help with load time as well.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Hiding widget titles](https://wordpress.org/support/topic/hiding-widget-titles-1/)
 *  [SKco](https://wordpress.org/support/users/skco/)
 * (@skco)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/hiding-widget-titles-1/#post-2629076)
 * Simply do not add the title to the ‘text’ or whatever widget you are using and
   the title will not show. If you are speaking about another area of the website
   please advise.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [music education theme](https://wordpress.org/support/topic/music-education-theme/)
 *  [SKco](https://wordpress.org/support/users/skco/)
 * (@skco)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/music-education-theme/#post-2629073)
 * Use the Twenty Eleven theme that is installed with WordPress. Under the ‘Appearence’
   menu simply add an image for the header. From the brief post that should do the
   trick without searching all over for a theme.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Add Image](https://wordpress.org/support/topic/add-image-1/)
 *  [SKco](https://wordpress.org/support/users/skco/)
 * (@skco)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/add-image-1/#post-2629070)
 * It appears that white box is for the slider. Do you have any theme options that
   indicate they are for a slider? The slider could also highlight posts. You would
   need to provide more theme info or screenshots. I would start by looking for 
   theme options that indicate they are for a slider.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Multisite Blogs images not showing](https://wordpress.org/support/topic/multisite-blogs-images-not-showing/)
 *  Thread Starter [SKco](https://wordpress.org/support/users/skco/)
 * (@skco)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/multisite-blogs-images-not-showing/#post-2492590)
 * OK, I really appreciate everyone’s time on this, the host has fixed my problem.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Multisite Blogs images not showing](https://wordpress.org/support/topic/multisite-blogs-images-not-showing/)
 *  Thread Starter [SKco](https://wordpress.org/support/users/skco/)
 * (@skco)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/multisite-blogs-images-not-showing/#post-2492587)
 * Ok they had me change my htacess to this
 *     ```
       # BEGIN WordPress
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /
       RewriteRule ^index\.php$ - [L]
   
       # uploaded files
       RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]
   
       RewriteCond %{REQUEST_FILENAME} -f [OR]
       RewriteCond %{REQUEST_FILENAME} -d
       RewriteRule ^ - [L]
       RewriteRule . index.php [L]
       </IfModule>
   
       # END WordPress
   
       AllowOverride AuthConfig Indexes
       ```
   
 * Problem still exists, images aren’t showing up
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Multisite Blogs images not showing](https://wordpress.org/support/topic/multisite-blogs-images-not-showing/)
 *  Thread Starter [SKco](https://wordpress.org/support/users/skco/)
 * (@skco)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/multisite-blogs-images-not-showing/#post-2492579)
 * Sorry for being vague. I appreciate your help on this matter.
    When I upload 
   an image the file path is [http://dummytest.prettygoodlabel.com/files/2012/01/hd.png](http://dummytest.prettygoodlabel.com/files/2012/01/hd.png)
 * however, the image shows broken, meaning it says its there, but will not show
   up in the dashboard or on the site. When I type in the long path
    that I know
   the image is in I get the image.
 * [http://prettygoodlabel.com/wp-content/blogs.dir/9/files/2012/01/hd.png](http://prettygoodlabel.com/wp-content/blogs.dir/9/files/2012/01/hd.png)
 * I am not sure if the issue is because of the subdomains or not.
 * Thanks

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