Radices
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Admin login and reset password not workingYou are going to need some help. Someone that can access the database directly and check the user table and possibly set a new password. When you say the link doesn’t work what exactly is happening?
Forum: Fixing WordPress
In reply to: WordPress Import Function Not Working!I think it’s a Server error… perhaps hitting a memory limit or max upload limit. Do you have another install that you can test the import on?
Forum: Fixing WordPress
In reply to: Website lost. Help!EDIT YOUR WP-CONFIG.PHP FILE to change it back. Once back in you can reset it on the settings page as well.
define(‘WP_HOME’,’http://youraddress.com);
define(‘WP_SITEURL’,’http://youraddress.com’);Change the above addresses to yours before you save the changes to your file!
http://wpsites.net/wordpress-tips/wordpress-configuration-how-to-edit-your-wp-config-php-file/
Forum: Fixing WordPress
In reply to: Edit Post -> "Visual" tab, I can't see anything!Ok then disable all plugin and test. Try a default theme and test. If still no joy then I’d try a re-install of 4.1. I think it must be a conflict or corupt file.
Try downloading WordPress again and delete then replace your copies of everything except the
wp-config.phpfile and the/wp-content/directory with fresh copies from the download. This will effectively replace all of your core files without damaging your content and settings. Some uploaders tend to be unreliable when overwriting files, so don’t forget to delete the original files before replacing them.Edit: It might also be a Browser Cache issue. Try a different Browser and clear all of the caches.
Forum: Fixing WordPress
In reply to: Edit Post -> "Visual" tab, I can't see anything!Disable any TinyMCE plugins you have active and test again.
Forum: Fixing WordPress
In reply to: Disconnect between website and dashboardMost of the caching plugins do not serve cached pages to logged in users. I went to the site and there is no styling so looks like more problems. Try changing the theme to a default one and test.
Forum: Fixing WordPress
In reply to: Lost media linksHey you fixed it!
Forum: Fixing WordPress
In reply to: Lost media linksForum: Fixing WordPress
In reply to: Lost media linksSo Sorry I thought it was part of that plugin. Here is the link to the search and replace plugin I use.
https://wordpress.org/plugins/search-and-replace/
Is it possible the links are stored in serialized arrays in the options table?
Forum: Fixing WordPress
In reply to: HTTP Error Uploading .zip files to Media LibraryNO you shouldn’t however you could / should back up your database first to be positive.
Forum: Fixing WordPress
In reply to: HTTP Error Uploading .zip files to Media LibraryThere are some threads about this error and contact 7 ..try deactivating it and test again.
Forum: Fixing WordPress
In reply to: HTTP Error Uploading .zip files to Media LibraryDo you have Contact 7 plugin active?
Forum: Fixing WordPress
In reply to: HTTP Error Uploading .zip files to Media LibraryYou can turn on Debugging mode and maybe see a more descriptive error.
Forum: Fixing WordPress
In reply to: Lost media linksYou might install this https://wordpress.org/plugins/wp-dbmanager/ and use the search and replace function.
Search for: https://olelarsonsfolks.net/wp-content/uploads
Replace with: https://olelarsonsfolks.net/Blog/wp-content/uploads
Back up the data base before hand!
Forum: Fixing WordPress
In reply to: How to remove table borderIt’s coming from the style.css which is in your wp-content/themes/attitude folder.
.entry-content td, .comment-content td { border-top: 1px solid #ddd; padding: 6px 10px 6px 0; }