livinforhim316
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Changing Static Page NameI got it
Forum: Themes and Templates
In reply to: Different Page Name From Navigation BarI got it
Forum: Themes and Templates
In reply to: Centering image in headerI took out the image url from the body element and it still didn’t work. When I took it out there was nothing showing at all. Here is my header part of the css:
/*—-HEADER—-*/
.title h1{
width: 100%;
height: 100px;
position: relative;
text-align: center;
}.title h1 span{
background: url(images/christiandate101logo2.jpg) no repeat;
width: 100%;
height: 100%;
text-align: center;
}And here is my body section of css:
body{
margin: 0;
font-family: Arial, Helvetica, Georgia, Sans-serif;
font-size: 14px;
text-align: center;
vertical-align: top;
background: #FFF url(images/christiandate101logo2.jpg) no-repeat;
color: #222;
}I hope someone can figure this out! Thanks!
Forum: Themes and Templates
In reply to: Centering image in headerCan you check my source to make sure I did that right? The header is still on the left – thanks
Forum: Themes and Templates
In reply to: Changing Static Page Namecan anyone please help?
Forum: Themes and Templates
In reply to: footer not going across entire pageI have that in my footer right now, but it’s still not reaching the sides. Does it have something to do with the width?
Forum: Themes and Templates
In reply to: footer not going across entire pageDo I put that in the footer.php or the main index template?
Forum: Themes and Templates
In reply to: Changing Static Page NameWhat I’m trying to do is have the navigation bar stay the same, but change what shows up in the page itself.
For example, if I change the name of the “about me” page (in the naviagation menu) to “about Chris”, “about Chris” will show up in red letters at the top of the page. How do I get it so I can have “about me” in the navigation menu and “about Chris” in red letters at the top of the page?
Forum: Plugins
In reply to: Automattic Stats plugin relies on WP.com, FYII am having the same problem as ziprz in that whenever I type in my username and password, the login screen keeps popping up with no error message.
I do log into dashboard.wordpress.com, and can get the stats for my wordpress.com blog, but when I click on the stats for my www.ads-software.com blog, I get a graph that shows 0 hits (even though I know I’m getting hits).
Thanks,
ChrisForum: Fixing WordPress
In reply to: Changing Home PageHow can I change that?
Forum: Installing WordPress
In reply to: xml file instead of graphic and themes on new domainThanks guys!!
Forum: Installing WordPress
In reply to: xml file instead of graphic and themes on new domainOk – I’ve got the new wordpress blog going. Now how can I get into it and modify it? Do I go through blue host, or wordpress? If www.ads-software.com, where do I log in?
Forum: Installing WordPress
In reply to: xml file instead of graphic and themes on new domainI have read all this and still am having trouble. Are these instructions on how to tranfer a blog or to start a new blog? I’m just looking to have the exact same thing just in a different location – not start a new one.
Thanks
Forum: Installing WordPress
In reply to: xml file instead of graphic and themes on new domainOtto,
Thanks for the tips. I still can’t get it working, even after I delete the index.html and default.htm file. I basically want to put my old blog onto this new domain, so the I’m trying to make the link you sent me (https://www.christiandate101.com/index.php) look like my old blog (https://christiandate101.wordpress.com/). Don’t I have to have an index.html on there for this to happen? When I do that I get the html code instead of the site.
Thanks