Quin
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Brand New Install of 3.9.1 not showing picturesWell, the image I got was has a redirect loop.
http://holybiblesketchpad.com/images/hotlinked.jpgHave you tried uploading images?
Forum: Fixing WordPress
In reply to: After Update of Plugin and WordPress Can't Access Wp-adminYea, sorry, themes and plugins will be gone.
You can make backup of these, or re-upload them when the site is back up.
This is basically like a factory reset for WordPress.
Forum: Fixing WordPress
In reply to: WP site and dashboard slowShot in the dark, but check with your host – they may be able to help.
Forum: Fixing WordPress
In reply to: Site's a mess – can't log in, getting warningsHow can hosting help? As a host myself, there is nothing that anyone would do.
This is PHP.
Forum: Fixing WordPress
In reply to: After Update of Plugin and WordPress Can't Access Wp-adminI’m writing this as though you are using cPanel
Log into cPanel, and download wp-config from the File Manager.
Go to phpMyAdmin and download a SQL backup of the database.Once that is done, in File Manager, delete all WP files/folders (usually in public html).
Yes, this will get erase all your files, but your posts and pages will be safe.
You will also want to get a copy of your Media folder too.Download and extract WordPress on to your computer, and upload that to your server.
Copy wp-config to your server (linking to the database immediately) and also copy the Media folder across.Forum: Fixing WordPress
In reply to: Site's a mess – can't log in, getting warningsCopy wp-config.php from your server.
Get a backup of your database.Remove the WordPress install from your server.
Upload a fresh copy (download the zip and extract).
Copy your version of wp-config to the server.Should be fixed.
Forum: Fixing WordPress
In reply to: Problems with SuevaFreeYou need to put code in-between code tags.
You need to explain what problem you are having.
Why does the link point back to this page?
Forum: Fixing WordPress
In reply to: Double Header ContentDo you have twice the amount of Pages (in wp-admin)?
Forum: Fixing WordPress
In reply to: After Update of Plugin and WordPress Can't Access Wp-adminOkay, straight away I can see that the entire install is messed up.
Get a copy of wp-config.php and a copy of your database (in case things go wrong).
Delete WordPress from the server (leaving the database intact) and re-install it, copying over wp-config as well.
Should fix things up.
Forum: Fixing WordPress
In reply to: wp-admin not working after updating itOk, then we’re having the same problem.
It probably went wrong during install.
Do you have access to the server? To the files? cPanel or FTP?
What I recommend is getting a copy of wp-config.php and saving that somewhere safe – you’ll need it later.
Download the latest version of WordPress (the one you’ve just installed) as a zip and extract it.
Then, deleting wp-admin from the server, upload the freshly unzipped wp-admin folder to the server/site.Hopefully, that will fix it (not sure, but worth a shot).
If it doesn’t work, delete all files and folders relating to WordPress from the server (should be everything really) – we are going to install it fresh again.
Upload all the files/folders from the zip, and copy the wp-config.php over as well – installation will be quick and will link back to the database with the content.
Don’t forget to delete wp-admin/install.php afterwards.
Forum: Fixing WordPress
In reply to: wp-admin not working after updating itAre you greeted with a blank page?
Forum: Fixing WordPress
In reply to: wp-admin not working after updating ithave you tried /wp-admin ?
or /wp-login ?How can you “not access” it?
Forum: Fixing WordPress
In reply to: Double Header ContentLink?
Forum: Fixing WordPress
In reply to: Firefox problemsWhat are these ‘many glitches’?
It is extremely rare for Firefox to be the one misbehaving.
Forum: Fixing WordPress
In reply to: Edit Child Theme – Static front pageHave you linked the Child Theme correctly (in the CSS)?
If you have, you should only need to create home.php in your Child Theme folder and the rest should fall into place.