Thought Police
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Lost ability to login; likely culprit "headers already sent error"Your partner can log in. Have them go to Dashboard/Updates, then click the “Re-install Now” button.
If that fails, have them deactivate all plugins. If that works, then the problem is a recently added or updated plugin. If you need to, reactivate them one at a time until you identify the culprit.
Forum: Fixing WordPress
In reply to: line spacing problem in postFor the links, go into the back end. Settings/Permalinks. Make sure that is configured correctly. Then save the options again.
If that doesn’t fix the error, deactivate all plugins and then check. Plugin errors are common.
For the formatting, your theme is using
the_excerpt()
instead ofthe_content()
.the_excerpt()
strips all HTML tags.Forum: Fixing WordPress
In reply to: Problem With Posts and PagesContact Theme4Press support: https://theme4press.com/support/
There is a coding error in the theme you are using. It is appending “link” to the title links. It is their theme. They know the code. They will be best able to point you at what needs to be fixed.
Forum: Fixing WordPress
In reply to: intermittent Error Establishing a Database ConnectionWhat is the traffic on your site like? Are you experiencing a flood of visitors? If so, you should try using a couple of minimization and caching plugins to insulate your site from the traffic.
If you’re having spammer issues, you may wish to block certain countries or add some additional security.
If you are experiencing neither of these issues, the problem probably lies with your host. They are either allocating too many users to a database server or there are some heavy users in your shared pool. Either way, that would be for your host to sort out.
If you’re having one of the first two issues, you can resolve those. If it’s just a host issue, it may be time to look for better hosting arrangements.
Forum: Fixing WordPress
In reply to: Issue with long posts / pagesIn the backend, go to Dashboard/Updates. Update to the latest version of WordPress if available. If not, click the “Re-install Now” button. If you update and still have the same issue, do the same thing (re-install now).
Also check to see if you have a ‘cache’ folder under /wp-content/. If you do, delete it.
Let us know if those make any difference for you.
Forum: Fixing WordPress
In reply to: Homepage deleted.This is a simple fix with built-in WordPress functionality. There is no need to use your backups.
Edit the wp-config.php file. You can use any plain text editor like Notepad. Add the following line:
define('RELOCATE',true);
Then just go to your login page. WordPress will automatically reset the location based on where you logged in.
Be sure to remove the line after checking the settings to make sure everything is set correctly.
Let us know how that works out.
Forum: Plugins
In reply to: [Use Google Libraries] [Plugin: Use Google Libraries] Speed test.It depends on how heavily your WordPress configuration, plugins, and theme relies on those libraries. The amount of site traffic you are receiving makes even more of a difference. If you have significant visitor numbers, you will notice the most benefit.
Forum: Plugins
In reply to: [Simple Facebook Connect] After upgrading to WP 3.2.1 SFC brokeSame problem. And it’s not a Facebook issue, as I’ve tested 3 other Facebook plugins and they all work fine. The issue only occurs with SFC. I’ve tried to puzzle it out, but I can’t figure out what SFC is doing differently from the others.
Forum: Fixing WordPress
In reply to: Hidden Feature?Forum: Fixing WordPress
In reply to: 3.2 upgrade problemsDid you back up your files and database before upgrading?
Forum: Fixing WordPress
In reply to: WordPress 3.2 Problem With Firefox 5.0Clear your browser cache. The Firefox screenshot is showing the old admin panel, while the IE screenshot shows the updated admin panel.
Forum: Fixing WordPress
In reply to: Unable to backup in WP 3.2I understand it is not the plugin. However, since they are related to the same function, the plugin may be causing an error. In your admin panel, go to Plugins/Installed Plugins. Click on the Active tab. Click Deactivate under the backup plugin. Clear your browser cache and then try the dashboard backup function again.
Forum: Fixing WordPress
In reply to: Unable to backup in WP 3.2Have you tried disabling the backup plugin to see if it may be causing a conflict with deprecated code?
Forum: Fixing WordPress
In reply to: WordPress 3.2 and IE9 issueI’ve tried this on a few other machines with testers. Out of 14 other computers, 1 of 2 Vista machines displayed the problem, 0 out of 4 XP machines displayed the problem, 3 out of 8 Win 7 machines sorted the problem.
On 2 out of 3 of the malfunctioning Win 7 machines, fully updating the OS resolved the problem but it failed to do anything on the other machine. It may be a coincidence but may be worth nothing, all 3 of the failing Win 7 machines in this round run on Core Duo 2 processors.
Are you on a Core Duo machine? Do you have automatic updates turned on and if not, are you fully updated?
Forum: Fixing WordPress
In reply to: WordPress 3.2 and IE9 issue(Oh, there’s an edit button! Color me blind for not noticing before now.) I have encountered the same problem with a clean install of 3.2 using IE9 on a Vista machine and a Windows 7 Home 32-bit machine, but it worked fine for me on a Windows 7 Professional 64-bit machine.