tmcgcambria
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Changing/Modifying First Page of BlogAre there any html files stored on your server like ‘index’ or ‘default’? HTML trumps PHP.
If all else fails try contacting godaddy directly.
Forum: Themes and Templates
In reply to: changing picture and size in headerIn your CSS file you should be able to find a section of code starting with
#headeror.header– link to the new background image and specify the new dimensions here..header{ background-image: url(../images/theme_head.jpg); background-position: center center; width: 960px; height: 130px; }If your image is showing up too large double check and make sure the image is 72 dpi. If there aren’t dimensions specified in the above code try adding them.
I hope this helps!
Forum: Everything else WordPress
In reply to: trouble styling links using WP as websiteI figured it out. My CSS sheets were being over ridden by the base.css sheet that comes with WP Frame work. I made the changes to the link spec.s in the base sheet and now I have nicer looking links.
Forum: Fixing WordPress
In reply to: blog not workingI had to rewrite my wp-config file to match my new database and user. Problems resolved!
Forum: Fixing WordPress
In reply to: blog not workingThanks everyone for the help so far,
I finally found and then deleted the index.html file but now when I visit my domain I get a message that says “Error establishing a database connection” even if I add /index.php. My database and user are set up. It used to work when I added /wp-admin after my url, now I get the error message stated above.Thanks for linking to the video..now I’m sure that I have wp in the root folder. I didn’t get an option to set the config file (I got the error message above) but I edited the sample and resaved it as the proper name.
Any more suggestions? Thank you again.
Forum: Installing WordPress
In reply to: blog doesn’t show up when I visit the URL – default html insteadIf it helps diagnose the issue – when I visit the url I can sign in by adding /wp-admin after it.