jthomson3rd
Forum Replies Created
-
Forum: Installing WordPress
In reply to: another parse error installation issueit finally worked
it was space error
my badthanks 4 allthe help
Forum: Installing WordPress
In reply to: another parse error installation issuemy host suggested i try my URL.com inplace of the localhost, but it didnt work
maybe i should use localhost for my host nameor maybe there are hidden files from my previous site
idk, im using filezilla
Forum: Installing WordPress
In reply to: another parse error installation issuewell i didn’t get the parse error after following \esmes steps
thanks
instead i got this;Error establishing a database connection
This either means that the username and password information in your wp-config.php file is incorrect or we can’t contact the database server at ‘the hostnane i used’. This could mean your host’s database server is down.
Are you sure you have the correct username and password?
Are you sure that you have typed the correct hostname?
Are you sure that the database server is running?If you’re unsure what these terms mean you should probably contact your host. If you still need help you can always visit the WordPress Support Forums.
i’m closer,
i wonder if i use the host name my server provides or the on wordpress codex suggestsForum: Installing WordPress
In reply to: another parse error installation issuethanks esme.. i found something else to try
theses lines
define(‘AUTH_KEY’, ‘put your unique phrase here’);
define(‘SECURE_AUTH_KEY’, ‘put your unique phrase here’);
define(‘LOGGED_IN_KEY’, ‘put your unique phrase here’);
define(‘NONCE_KEY’, ‘put your unique phrase here’);
define(‘AUTH_SALT’, ‘put your unique phrase here’);
define(‘SECURE_AUTH_SALT’, ‘put your unique phrase here’);
define(‘LOGGED_IN_SALT’, ‘put your unique phrase here’);
define(‘NONCE_SALT’, ‘put your unique phrase here’);it probably wants a long special character password with no spaces, not a phrase
Forum: Installing WordPress
In reply to: installlation errorstill getting the parse error
maybe my password is wrong
for this section
/** MySQL database password */
define(‘DB_PASSWORD’, ‘yourpasswordhere’);WAS I supposed to use my FTP password? or make up a unique password
i made up a UNique password.
thanksForum: Fixing WordPress
In reply to: i want to add an image to a page i madenevermind.. figured it out
Forum: Fixing WordPress
In reply to: Can i make a 'links' pg without a comment field?thank you
Forum: Themes and Templates
In reply to: hiding description/titlethanks. i did the first part without adding the class and so far it looks alright ):
Forum: Themes and Templates
In reply to: a repeat background imgthanks
Forum: Themes and Templates
In reply to: a repeat background imghey it worked,, haha cool
now to hide that title/description in the codeForum: Plugins
In reply to: advertising basicsi installed wordpress locally too so i can get it to how i like it b4 i upload it. i just needed to see what plugins, and or requirements i must have to seek advertisers
thanksForum: Plugins
In reply to: advertising basicsI host with a seperate company. i’ll ask them thanks
Forum: Themes and Templates
In reply to: links on theme or r they widgitsthis is the header section of the style css
maybe i should but a display none aftr each header # section
—
/* Header */
#header {position: absolute; margin:0 0 0 40px; width:350px; left: 50%; text-align: right;}
#header h1 {background-color:inherit; color:#FFFF99; font-size:2em; letter-spacing:-1px; margin:30px 30px 0 0;}
#header h1 a {background-color:inherit; color:#FFFF99; text-decoration:none;}
#header p {background-color:inherit; color:#FFFF99; font-size:1.1em; font-weight:bold; line-height:1.3em; margin:10px 30px 0 0;}#frontphoto {margin:0 0 10px;}
Forum: Themes and Templates
In reply to: links on theme or r they widgitsalchymytyh
ok, i was reading old posts regarding getting rid of the title and description.’Apparently the theme i’m using isnt a child theme of TWENTY TEN, i hid the title/decr there but its still visible on my theme.Also there is no #site-title {
or
#site-description { in the CSSForum: Themes and Templates
In reply to: links on theme or r they widgitshey!! i got rid of it
Whoo hoo!