milesa2
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Custom post type navigation listDid you happen to find an answer to this?
Forum: Fixing WordPress
In reply to: Unwanted text at top of pageit was in my single.php
Thank you all very much.
Forum: Fixing WordPress
In reply to: Unwanted text at top of pageIts not in my header. I think its getting pulled in from a faulty file but, I cant seem to find the file.
header.php
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes() ?>> <head profile="http://gmpg.org/xfn/11">source
zX<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US"> <head profile="http://gmpg.org/xfn/11">Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] File Upload not attaching fileI dont think the file attachment works for this plugin. I found an alternative plug-in to use that has a file attachment that works
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] File Upload not attaching fileI dont think the file attachment works for this plugin. I found an alternative plug-in to use that has a file attachment that works
Did you every figure this problem out? Im having some trouble too.
It uploads it to my directory, but does not attach it to the email.
Forum: Themes and Templates
In reply to: Atahualpa – adding “wallpaper” and background imageupload your img to the web server folder and replace “yourimghere” with the link to the image.
add this to the body style in your style.css
body{background-image:url(yourimghere); background-repeat:repeat;}Forum: Themes and Templates
In reply to: Problem Editing K2 Theme!need link to help
Forum: Themes and Templates
In reply to: Floating an image on a headerDid you do any styling not in your style sheet. This code seems like it was placed in your header.php file but all you need to do is take out that backgroud-image which is causing it to be black and use
background-color:#samecoloraslogo;instead of that background image.
<style type="text/css"> #header { background-image: url("http://sethhettena.com/blog/wp-content/uploads/2010/04/cropped-logo.jpg"); } #header .blog-title a, #header .description { color: #ffffff; } </style>Forum: Themes and Templates
In reply to: Floating an image on a headeryou can either float it left or right but you have it set to position:absolute now.
Where do you want to move it?
Forum: Themes and Templates
In reply to: Link back to portfolio page?<a href="?page_id=5">Back to Portfolio</a>Forum: Themes and Templates
In reply to: Link back to portfolio page?