properwp
Forum Replies Created
-
Forum: Plugins
In reply to: [PROPER Contact Form] not receiving emails from contact formHi there,
Sorry for the trouble, this is an issue I’ve seen several times before. The plugin has seen a few updates but nothing happens automatically on your site, you have to initiate the upgrade.
The problem, typically, is with the receiving server of the email. When the notices go out, they are sent from your website’s server but “from” a different email address. This means that the source server’s domain (whatever your website domain is) is different from the email address’s domain. I’ve heard several people say that they can’t receive emails this way.
A recent version of the plugin (0.9.8.3) has an option to change what email address is used to send the emails. If you use an email address with the same domain as your website, you should be able to solve this problem.
Let me know if you have any other questions.
Forum: Plugins
In reply to: [PROPER Widgets] Network settings not working with this pluginJust FYI, this should be fixed in the latest version of the plugin. While I’m not entirely sure what was happening (or even if it was this plugin), I went through this thread:
… and made sure this plugin wasn’t doing anything it shouldn’t.
New release will be out Friday at the latest. Thanks for bringing this to my attention!
Forum: Plugins
In reply to: [PROPER Widgets] Image not included in Proper Widget "Proper Linked Image"Victoria,
I don’t think that’s a problem with the plugin. While I can visit your image link directly:
https://www.dropbox.com/s/pycnljzvfz2j3eu/VibesUP.png
… that’s an HTML page, not a direct link to an image.
It looks like you’re using Dropbox so try this:
- Move or copy your image to the Public Dropbox folder
- Right-click (or Control-click) the image and select “Copy public link”
- Add that to the widget and save
I think that should work for you.
Forum: Plugins
In reply to: [PROPER Widgets] How to limit excerpt length in RSS feedsSo sorry for the delay, I was not receiving email notifications from this forum.
I have this working in a custom version of this plugin. I’m working on a new version now and I’ll get this added ASAP.
Forum: Plugins
In reply to: [PROPER Widgets] Sort posts by alphabetical orderSo sorry for the delay, I was not receiving email notifications from this forum.
It does sort by date, nothing random going on there. That’s the default sort method but I’m working on a new version of the plugin and I’ll see if I can add this.
thanks!
Forum: Plugins
In reply to: [PROPER Widgets] Network settings not working with this pluginSo sorry for the delay, I was not receiving email notifications from this forum.
I’m working on a new version of this plugin and I’ll take a look at this ASAP.
Forum: Plugins
In reply to: [PROPER Widgets] Quotes in titleSo sorry for the delay, I was not receiving email notifications from this forum.
I believe this has been corrected in the meantime. Let me know if not and I’ll work on it ASAP.
Forum: Plugins
In reply to: [PROPER Contact Form] Request: Preselect form elementsHi there,
I’m releasing a new version tomorrow but I wasn’t able to add this. I do want the form to be customizable through shortcodes but I haven’t quite figured out the best way to do that and still keep it secure.
In the meantime, the response you get includes the page it was submitted from at the bottom of the email so that hopefully will suffice for now.
thanks!
Forum: Plugins
In reply to: [PROPER Contact Form] Will not send emailSorry for the trouble here. I’m not quite sure how to troubleshoot this, though. If it’s going to one email address and not another then the system is working, it’s just being caught by one particular service provider. I’ve seen this happen before and there’s not much that I can do to change that.
I do have a possible fix in mind and I’ll see if I can get that in place in the next day or so. Look for an update in your wp-admin. In the meantime, you’ll need to use the address that actually receives the email or check the saved contacts list.
Thanks.
Forum: Plugins
In reply to: [PROPER Contact Form] Button colorHi there,
You’ll need to either add CSS to your theme’s stylesheet or install a plugin like Simple Custom CSS. To target the button, use:
.proper_contact_form input[type=submit] {
background-color: red;
}Forum: Plugins
In reply to: [PROPER Contact Form] Field alignmentHi there,
On the Settings page, there is an option “Add styles to the site.” Turn that on and the built-in styles will activate and correct that layout for you.
Forum: Plugins
In reply to: [PROPER Contact Form] Nonce failed Error, Previously workedThat’s a good question and the first time I’ve heard of this happening. I’m guessing that the nonce on form (code used to stop malicious form submissions) is expiring before the cache is. A technical explanation is here:
https://myatus.com/p/wordpress-caching-and-nonce-lifespan/
I’m using the standard nonce age (24 hours according to the article above) so you’ll want to set your page caching to around 12 hours tops.
Forum: Reviews
In reply to: [PROPER Contact Form] Very nice, but…Thanks for the feedback here. Chrome and Safari use the same rendering engine so I’m surprised you’re seeing much of a difference between the two. The pop-up validation that you see in Chrome is not supported by Safari, that’s just a browser functionality I’m leveraging. You’ll notice that the errors appear above the form in Safari since the server has to do the validation there. I’ll take a look this week and see if I can figure out a different/better way to show that validation.
The tab navigation sounds like an issue with Safari. Surprisingly, that option is turned off by default:
Forum: Reviews
In reply to: [PROPER Contact Form] Very nice, but…What about it doesn’t support Safari in OSX? It looks and works fine on my end. It was developed in OSX, actually.
The label in field idea isn’t a bad one at all. I’ll see if I can get that in the next version.
Excellent! Thanks for checking back in, hope it helps others.