fernweh01
Forum Replies Created
-
Perfect! Many thanks, Jeremy! 🙂
Thanks, Jeremy. The problem is, I don’t want the same subject for all my email notifications. I’d like the contact form to use the sender’s subject as the subject in the notifications that I receive. Is there no shortcode I can put in the form builder for this?
Nevermind. Issue fixed. Turns out the ‘omit og: video metatags’ option on the other plugin did work, I just had to use the Facebook debugger and do a re-scrape of the url.
Done. At this moment, that indeed appears to be what happened.
Is it possible Cloudflare changed the DNS after protection mode kicked in on the Wordfence firewall?
Forum: Fixing WordPress
In reply to: Unexpected Error on Line 123Awesome. Thanks again, James! I’ve saved your instructions just in case the issue appears again. For now, all is good. Have a great day. 🙂
Forum: Fixing WordPress
In reply to: Unexpected Error on Line 123Thanks, James. Interestingly (and perhaps un-advisably), I did a re-install from the WP dashboard just to see what would happen, and lo and behold, I’m no longer receiving the error message on my dashboard or being notified by Wordfence that there’s a problem. In the update.php file, however, it still shows the trigger error on line 123. So, I have no idea. My website itself is working perfectly and also seems to be loading faster than ever. What exactly does that error message mean and would you still advise doing a manual reinstall of WordPress via cpanel even though the site’s working fine?
Forum: Themes and Templates
In reply to: [The Newswire] How to Change Widget Background Color?Ah! Never mind, I figured it out. For others out there, in your Stylesheet look for:
#sidebar .widget {
background-color: #ecf0f1;And change #ecf0f1 to #fff;
I had a few too many f’s than needed. 🙂
Forum: Plugins
In reply to: [Contact Form 7] Configuration error message but no error?Ah, interesting! Thanks a lot, Buzztone! I updated it to make the field required, and voila! Configuration error message is now gone. Thanks, again!
Forum: Plugins
In reply to: [Contact Form 7] Configuration error message but no error?Thanks, Buzztone. I appreciate your input.
This is what my Form section looks like:
<p>Your Name (required)
[text* your-name akismet:author] </p><p>Your Email (required)
[email* your-email akismet:author_email] </p><p>Subject
[text your-subject] </p><p>Your Message
[textarea your-message] </p><p>[submit “Send”]</p>
And this is my Mail section:
To: Has my .com email address
From: [your-name] <My email address again>
Subject: [your-subject]
This field can be empty depending on user input.Additional Headers: Reply-To: [your-email]
Message Body: From: [your-name] <[your-email]>
Subject: [your-subject]Awesome. I just changed it back to the default setting and it’s working perfectly. Thanks, Matt!
Thanks, Matt. I think you’re right that it was just a side-effect of changing settings. About 12 hours after the change, Wordfence did its scheduled scan and the message disappeared, so it may have simply been a slow uptake of the change. Around the time of the scan, I did change the “How does Wordfence get IPs” option over to CloudFlare, which after reading your message may have actually been unnecessary, so I’m not sure if that had anything to do with the message suddenly disappearing or not.
Needless to say, all is working well now and the Wordfence/CloudFlare combo seems pretty great as my site is now super fast! Thanks again for your assistance.