danhgilmore
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Problem uploading / databaseUnfortunately, no. You’ve copied up the required WordPress files, but not the content. All posts/comments/etc are stored in the database.
Check this out: http://www.wpbeginner.com/wp-tutorials/how-to-move-wordpress-from-local-server-to-live-site/
Forum: Fixing WordPress
In reply to: Fast Secure Contact form: Change email addy?If you are referring to the plugin, you would need to contact the developers here: https://wordpress.org/support/plugin/si-contact-form
Forum: Fixing WordPress
In reply to: Problem uploading / databaseContent, customized CSS, menus, etc are all stored in the database. Your localhost DB is completely separate from your host’s DB.
You can either export your site via Tools->Export on local and Tools->Import on remote, or just simply re-create the content/menus/etc.
Forum: Fixing WordPress
In reply to: Changing Username field to Email field in Kleo Login FormIf you go to your dashboard and click Appearance->Themes, you should see a link for Theme Details on your active theme. Click that and you should have a link to their site.
Sorry, I searched for Kleo theme and found multiple results :/
Forum: Fixing WordPress
In reply to: Changing Username field to Email field in Kleo Login FormUnfortunately, you’ll need to contact the developers of the theme for assistance.
My first thought would be to check your DB. Have you updated the sites urls correctly?
BTW, I must say that your post is impressive. Very thorough!
Forum: Fixing WordPress
In reply to: Custom admin url forgotten and no hide_option in databaseTry manually resetting your plugins (no Dashboard access required). If that resolves the issue, reactivate each one individually until you find the cause.
If that does not resolve the issue, access your server via SFTP or FTP, or a file manager in your hosting account’s control panel, navigate to
/wp-content/themes/and rename the directory of your currently active theme. This will force the default theme to activate and hopefully rule-out a theme-specific issue (theme functions can interfere like plugins).Forum: Fixing WordPress
In reply to: database problem cannot be repairedI couldn’t find that error in WordPress core, so it looks like it may be a plugin issue.
Try manually resetting your plugins (no Dashboard access required). If that resolves the issue, reactivate each one individually until you find the cause.
If that does not resolve the issue, access your server via SFTP or FTP, or a file manager in your hosting account’s control panel, navigate to
/wp-content/themes/and rename the directory of your currently active theme. This will force the default theme to activate and hopefully rule-out a theme-specific issue (theme functions can interfere like plugins).Forum: Fixing WordPress
In reply to: No access to my adminAny time π
Forum: Fixing WordPress
In reply to: No access to my adminTry manually resetting your plugins (no Dashboard access required). If that resolves the issue, reactivate each one individually until you find the cause.
If that does not resolve the issue, access your server via SFTP or FTP, or a file manager in your hosting account’s control panel, navigate to
/wp-content/themes/and rename the directory of your currently active theme. This will force the default theme to activate and hopefully rule-out a theme-specific issue (theme functions can interfere like plugins).Forum: Fixing WordPress
In reply to: Can’t save changes in settingsSounds like not all values were properly changed in the database. You’ll need to take a look at https://codex.wordpress.org/Moving_WordPress
Forum: Fixing WordPress
In reply to: Comments Not WorkingI get the same error when I tried to post a test comment.
You should deactivate all plugins and reactivate them one at a time to see if there is a conflict with one of them and WordPress.
Forum: Fixing WordPress
In reply to: Disable Automatic Updates. Wp-Config.php. Is It Like This?That would work, yes.
Forum: Fixing WordPress
In reply to: Disable Automatic Updates. Wp-Config.php. Is It Like This?Yes, it will notify you that updates are available.
Forum: Fixing WordPress
In reply to: iframe Plugin list Trusted 3rd party Domains & Sub-DomainsHave you looked at this?
https://wordpress.org/plugins/iframe/
- This reply was modified 9 years, 11 months ago by danhgilmore.