barp
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Login infoBotswana,
The wp-admin login was created when wordpress was installed and is different than your forum login.
Brian
Forum: Everything else WordPress
In reply to: HELP – I’m stuck!!Botswana,
Do you have access to the email used for the admin panel, if so click the forgot password at the bottom of the sign in box.
Brian
Forum: Installing WordPress
In reply to: Upgrading To a Newer Version For A NoviceEverything should stay the same, but you should back up your files and databases just to be sure that everything works when you upgrade. You can back up these files from your cpanel
Brian
Forum: Fixing WordPress
In reply to: How To Deal With Deleting Spam Quickly.Do you have the Akismet plugin activated? That will delete most them automatically.
To delete them check all the ones you want to delete and click on the bulk action drop down menu and select delete.
Brian
Forum: Fixing WordPress
In reply to: password reset not workingI ran into a few problems when I tried to upgrade to the new wordpress, and I backed up my databases and then uninstalled wordpress. Making sure that all files were deleted that had anything to do with wordpress. Then I reinstalled it and imported my backed up databases and everything worked after that.
Don’t know if that will help you, but it did help me and everything worked fine after that.
Brian
Forum: Fixing WordPress
In reply to: password reset not workingGo to phpmyadmin, in the wordpress database push wp-users, browse user_email. That will show you what email is listed for the database.
Brian
Forum: Installing WordPress
In reply to: I think I REALLY screwed upIf you have the old database saved you can just import them to your new database using phpmyadim on your new server.
Brian
Forum: Fixing WordPress
In reply to: password reset not workingHave you tried using the Lost your password? link below your wp-admin login page. That worked for me when I upgraded.
Brian
Forum: Themes and Templates
In reply to: Cannot get logo aligned properlylhoy,
Thanks for the advice, that didn’t work, but it did help me find the problem. Had to adjust the:
#logo a:visited {
display: block;
font: bold 33px/40px arial;
color: #313437;
margin: -22px 0 0 55px;Adjusted the margin: -7px 0 0 55px;
Changed it the above.Thanks again for your reply.
Brian