shirazdrum
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Am I hacked? wp-content/index.php file was changed!Nothing.
Forum: Fixing WordPress
In reply to: Is there a plugin available that can create a clickable US map?Your code is wrong. compare both codes side by side and you’ll see your mistakes. Also you can’t resize this map just by resizing the image because all the coordinates will come out wrong. you’ll need to resize the map by javascript for example which is beyond your capability, based on the errors above. (No disrespect intended, i’m just being truthful.)
Forum: Fixing WordPress
In reply to: Optimize Site For all ResolutionsYes it is a repeating image. This is what you have you CSS file:
background: rgba(10, 80, 56, 0.9) url(https://108.167.155.56/~heritage/wp-content/uploads/2012/07/header14.png);
Change that to:
background: rgba(10, 80, 56, 0.9) url(https://108.167.155.56/~heritage/wp-content/uploads/2012/07/header14.png) top center no-repeat;
And edit the image to the width of your site: as of right now, the image is 1349px wide.
Forum: Fixing WordPress
In reply to: Optimize Site For all ResolutionsYour header image is a repeating background image and it’s larger than the width of the rest of the site. That’s your problem. Also 990px with is going to cause problems on old square monitors, max would be 980px and that’s pushing it.
You should update your WordPress installation by going to admin section of your site: https://YOURDOMAIN/wp-admin
Unless the theme that you are using is called Twenty Ten or Twenty Eleven, you shouldn’t lose anything. If the template you are using is a modified version of the above mentioned themes, you need to rename your template so it doesn’t overwrite what you have.
Forum: Fixing WordPress
In reply to: Image Captions Not Aligning With PhotoYour theme is either adding it correctly then it breaks because of the above errors or it doesn’t do it right which is impossible to tell without taking care of those html errors first.
Forum: Fixing WordPress
In reply to: Image Captions Not Aligning With PhotoUpload a picture, add a caption (don’t fix it) and post the link here.
Forum: Themes and Templates
In reply to: CSS Help: Full Width Header and Footer, but Centered Content?Separate your site into three section or give the wrapper 100% width and center the main content with specific width.
What do you mean by loose?
Forum: Fixing WordPress
In reply to: Add a Second Sidebar to my current Theme?You are welcome and good luck.
Forum: Fixing WordPress
In reply to: Can't Remove Code at the top of the SiteLink to your site?
Forum: Fixing WordPress
In reply to: Add a Second Sidebar to my current Theme?Sorry I don’t. But search the themes on WordPress and i’m sure you’ll find many like that.
Forum: Fixing WordPress
In reply to: Image Captions Not Aligning With PhotoLink to your site?
[caption id="attachment_1803" align="aligncenter" width="418"]<img class=”size-full wp-image-1803 ” title=”Cynthia_Hair” src=”https://www.website.com/wp-content/uploads/2012/07/Cynthia_.png” alt=”Cynthia_Hair” width=”418″ height=”600″ /> Season 4 Reunion. Credit: Bravo[/caption]
If you want help, take off the tinfoil hat and don’t change the site link to website.com .
Forum: Fixing WordPress
In reply to: Add a Second Sidebar to my current Theme?poncie.com has much narrower siderbars, less padding, and the main wrapper is 25px wider.
Forum: Fixing WordPress
In reply to: Add a Second Sidebar to my current Theme?That would widen your page and it won’t display correctly on many monitors.