theprofessionalhobo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress 4.0 update has removed all blog commentsThe instructions are displayed a little better if you read them on this link:
https://wordpress.org/support/topic/wordpress-40-master-list?replies=5#post-5969229
Forum: Fixing WordPress
In reply to: WordPress 4.0 update has removed all blog commentsThank you very much to @ipstenu for posting this fix on the WP 4.0 Support Master List thread:
NOTE: You must be using version 1.8.5 before deploying this fix; if you’re still using an outdated 1.x version, then you must update Thesis first.
1. Using FTP, navigate to the /wp-content/themes/thesis_185/lib/classes/ folder on your server.
2. Edit the comments.php file in the classes folder at line 187, instead of
$wp_query->comments_by_type = &separate_comments($wp_query->comments);
$_comments = $wp_query->comments_by_type[‘comment’];
you now write$wp_query->comments_by_type = separate_comments($wp_query->comments);
$_comments = &$wp_query->comments_by_type[‘comment’];The only change is moving the “&” to the $_comments-variable really but that seems to cause the 500 internal server errors.
Once you’ve followed these steps, check to see if your comments are now being displayed correctly.
Forum: Fixing WordPress
In reply to: WordPress 4.0 update has removed all blog comments@kmessinger: I totally understand your position, very honourable.
But you know what gets me about this?
As I already stated, we all have perfectly legal versions of DIY Thesis under the Client License, however the Client License doesn’t entitle us access to DIY’s support forums.You obviously DO have access, since you provided this link to the fix (which we can’t access because we can’t log in). http://diythemes.com/forums/showthread.php?100176-Thesis-1.8.5-WordPress-4.0-Comments-Not-Showing
And it’s not Thesis that has disabled our comments and site functionality, it’s the WP Upgrade.
So here we all are, stuck between a rock and a hard place, waiting for our developers to get back to us.
Forum: Fixing WordPress
In reply to: WordPress 4.0 update has removed all blog commentsOi! Okay, contacting my developer now.
Good luck with the fix yourself, SarahJV!Forum: Fixing WordPress
In reply to: All Comments have disappeared on all postsOkay thanks – contacting my developer now.
Forum: Fixing WordPress
In reply to: WordPress 4.0 update has removed all blog commentsDitto….my problem as well…..
I believe my developer would have used a Client Site License for me; according to the DIY site: “A Client Site License enables you to use Thesis on one site for your client, and it does not provide your client with a DIYthemes.com account, support access, or members-only forum access.”So where does this leave us? Do we have to hire our developers to fix this problem? (Please, no…..my developer is VERY unresponsive)!