ianbeyer
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Widget not showing any eventsUpdate: Apparently the events that should have been showing up were recurring events and it didn’t import them as such, and used the first instance of them.
Forum: Plugins
In reply to: [Contact Form 7] Form Validation ErrorsOnce I was able to hack my way around to find the mail tab (I got lucky and accidentally hit an arrow key that switched tabs), It’s complaining about the to: email not matching the webpage domain, which is not really a problem (and one that should be able to be dismissed). There’s no spam reduction benefit there, as the only place the site’s canonical domain is placed is in the actual message body (unless the plugin is secretly adding another header, which it doesn’t seem to be). I think you’ll find very few wordpress websites where the originating server’s DNS actually reverse resolves to the same domain as the webpage:
Authentication-Results: spf=pass (sender IP is XX.YYY.ZZZ.WWW)
smtp.mailfrom=wpengine.com; mydomain.com; dkim=pass (signature was
verified) header.d=wpengine.com;mydomain.com; dmarc=fail action=none
header.from=gmail.com;mydomain.com; dkim=pass (signature was verified)
header.d=wpengine.com;
Received-SPF: Pass (protection.outlook.com: domain of wpengine.com designates
XX.YYY.ZZZ.WWW as permitted sender) receiver=protection.outlook.com;
client-ip= XX.YYY.ZZZ.WWW; helo=mail-ZZZ-WWW.wpengine.com;- This reply was modified 8 years, 5 months ago by ianbeyer.
Forum: Plugins
In reply to: [Contact Form 7] Form Validation ErrorsSee screen shot previously posted. No tabs. Looks like the plugin has a bug in the CSS.
Forum: Plugins
In reply to: [Contact Form 7] Form Validation ErrorsI can also apparently switch panels using the arrow keys. But there’s no tab UI for them.
Forum: Plugins
In reply to: [Contact Form 7] Form Validation ErrorsPage source is showing that there is a mail panel somewhere, but it’s not rendering anywhere on the page. Same results in Chrome and Safari.
Forum: Plugins
In reply to: [Contact Form 7] Form Validation Errors(and most of that refers to fields I don’t see anywhere in the plugin)
Forum: Plugins
In reply to: [Contact Form 7] Form Validation ErrorsI do not see an “admin section” anywhere on the plugin. The menu at the left has:
“Contact Forms”
“Add New”
“Integration”The “How to resolve configuration errors” is far from what I would call “excellent” – It is a list of all possible errors, and not having a starting point, that’s a rather tediously long list to slog through to try and guess what it’s complaining about. Presumably if the validator is detecting an error, it knows WHAT that error is. Why can’t it simply say what it doesn’t like? Isn’t that the entire point of a validator?
Forum: Plugins
In reply to: [Contact Form 7] Form Validation ErrorsAs for a screenshot of the “MAIL configuration”, I’m not sure what you’re asking. There’s nowhere to configure that in the plugin that I can see.
Forum: Plugins
In reply to: [Contact Form 7] Form Validation ErrorsOK, that got rid of one of the errors.
While that’s moderately helpful, it doesn’t address the initial problem of the plugin saying “you’ve got validation errors” and not actually telling you what they are, leaving you to guess as to what the heck it actually wants. If the plugin is going to do validation and complain about stuff, it actually needs to say WHAT it’s complaining about, otherwise it’s just complaining.
Forum: Plugins
In reply to: [Contact Form 7] Form Validation ErrorsForum: Plugins
In reply to: [Contact Form 7] Form Validation ErrorsI’m not sure what you mean. It’s showing up here just fine.
Forum: Plugins
In reply to: [Contact Form 7] Form Validation ErrorsForum: Plugins
In reply to: [Genesis Staff Bio Grid] Random display order / post URLConversely, I’d like to be able to set the order they display in… it seems pretty random as it is. Adding a post order would be good.
Forum: Plugins
In reply to: [Velvet Blues Update URLs] Compabitbility WordPress 3.9No dice on 3.9.1. The URL causes wordpress to redirect to the website’s main page. Also doesn’t show up in settings tab anymore.
You can put a redirect into .htaccess like this as a temporary fix:
RewriteCond %{HTTP_HOST} ^www\.domain\.org
RewriteRule ^(.*)$ https://domain.org$1 [R=permanent,L]