BrianHenryIE
Forum Replies Created
-
The publicly visible errors can be hidden. Edit your
wp-config.php
, find the linedefine( 'WP_DEBUG_DISPLAY', true );
and changetrue
tofalse
(without quotation marks). If that isn’t found, add it. If that doesn’t work finddefine( 'WP_DEBUG', true );
and set it to false.That’s great, thank you very much ??
WordPress is reporting “Version 1.0.20” and does not have any update notification. The MyThemeShop plugin says “Your themes and plugins are up to date.” Here’s what we see in the Post editor: https://imgur.com/a/PreEA7c
Thanks.
Forum: Plugins
In reply to: [Yoast SEO] Post Meta Description Not Showing Up on FacebookPosting since this is the first result on Google. There is a HTML comment (I assume generated by Yoast) explaining why I was getting this:
<!-- Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [SEO - Search Appearance] menu and set up a template. -->
i.e. the page has no content/description for the plugin to use in the meta tag. In my case, the post just has a video.
Forum: Plugins
In reply to: [Login for WordPress] Stuck on the loading login buttonThanks for the great plugin. I wrote a little JavaScript to replace the loading indicator with a message “Disable adblock to login with Facebook.” if the Facebook Login button has not loaded within ten seconds:
https://gist.github.com/BrianHenryIE/c6d182b76a3fceac2cd9eee940c6ca1f
Akmost exactly my experience. They’re jokers. It’s a promising product that needs a truely open source alternative.
My only hope at this stage is others don’t waste their time with them.
Forum: Fixing WordPress
In reply to: email to blog – Makes post title but content emptyI had to set the email to plain text for it to work. I installed the postie plugin and I can send regular mails now.
Forum: Fixing WordPress
In reply to: Blog by Email just saves as ‘draft’, doesn’t publishFrom reading the php, it seems blog by email posts are marked as pending on less the email address has an account in that WordPress blog. This can be changed by editing wp-mail.php and changing ‘pending’ to ‘publish’ in the line under
// Author not found in DB, set status to pending. Author already set to admin.
I added an account but it still didn’t post.
Forum: Fixing WordPress
In reply to: Blog by email posts blank in 2.3.2 w/ HTML emailRe: published/pending
From reading the php, blog by email posts seem to be marked as pending on less the email address has an account in that WordPress blog. This can be changed by editing wp-mail.php and changing ‘pending’ to ‘publish’ in the line under
// Author not found in DB, set status to pending. Author already set to admin.