ninagrayson
Forum Replies Created
-
Forum: Themes and Templates
In reply to: WPESP Header ProblemsI could play the video on your home page, so I guess you fixed that.
As for the header, it probably transferred, but the url needs to be updated in css header tag and/or header.php.
Forum: Themes and Templates
In reply to: WPESP Header Problemsyou’re welcome. I’m new to Worpress myself, but I solved a similar issue with my site so I thought I could help.
another fix might be to remove the image code above from the header.php and have the css call it from your media files.
1. upload the image to your media files
2. then copy the link that shows up at the bottom of the page
3. save the image
4. in css, include the following:#header { background:url(this is where you paste the image url); width: 100%; }if that doesn’t work, you might want to request support from an advanced user in the forum.
Forum: Themes and Templates
In reply to: WPESP Header Problemsok, that part is done.
in the <h1> code above, change the width and height to 100%.
in the css change height to 100%.If that doesn’t work, then you need to re-size your image and upload it again.
Forum: Themes and Templates
In reply to: WPESP Header Problemshi sidge,
Try this:
CSS
#header h1 a { background: url(images/wc_header.jpg) no-repeat left bottom; height:140px; width:100%; }
header.php
<div id=”header”>
<h1><img src=”http://www.lauraamannwriting.com/wp-content/themes/wpesp-portfolio/wpesp-portfolio/style/images/wc_header.jpg” width=”800″ height=”140″ /></h1></div>In CSS, the body id is set to width: 100%, stretching across the site page. Your header has to match this width to stretch across.
Let me know if this works.
Forum: Fixing WordPress
In reply to: Margins & Padding & AffiliatesIf you’re referring to the .php files, probably, however a lot of those look like they are from plugins or just the way Designer Relief wrote the files. It’s a great 3Col theme, just needs some tweaking.
thanks;}
Forum: Fixing WordPress
In reply to: Margins & Padding & Affiliatesk, thanks
btw, not all of these validation errors are true. I know the -moz and -wbkit rounded corners has worked. I’ll have to pick and choose my corrections wisely.
Forum: Fixing WordPress
In reply to: Margins & Padding & Affiliatesyup
Forum: Fixing WordPress
In reply to: Margins & Padding & AffiliatesThanks esmi,
lesson leared. the validation errors are from the original theme, i started writing css to tweek the form and that’s where it went wonky.
i’ll have to stumble thru to correct it.
p.s. – do you know how i can get my gravatar up?