SKco
Forum Replies Created
-
Forum: Themes and Templates
In reply to: background/body colour (Theme- Mantra)#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
In reply to: Add Imagedoes the theme you are using have an options panel?
Forum: Themes and Templates
In reply to: [AutoFocus] [Theme: AutoFocus] thumbnails in front pageThe 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
In reply to: Hiding widget titlesSimply 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
In reply to: music education themeUse 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
In reply to: Add ImageIt 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
In reply to: Multisite Blogs images not showingOK, I really appreciate everyone’s time on this, the host has fixed my problem.
Forum: Networking WordPress
In reply to: Multisite Blogs images not showingOk 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
In reply to: Multisite Blogs images not showingSorry for being vague. I appreciate your help on this matter.
When I upload an image the file path is
https://dummytest.prettygoodlabel.com/files/2012/01/hd.pnghowever, 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.https://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