Allen Snook
Forum Replies Created
-
Forum: Plugins
In reply to: [Seamless Donations is Sunset] PayPal landing pageInteresting! I don’t know what that is happening, but I will look at Donate Extra’s code and see if there is something there that can be leveraged.
fireflyz – seamless donations uses wp_mail to send its mails (the mail function internal to wordpress) – are you able to receive other emails from your wordpress install?
Forum: Plugins
In reply to: [Seamless Donations is Sunset] 3 questions pls for an upcoming upgrade#1 – coming very soon – like later this week
#2 – PDF is possible, but I don’t think I’ll be able to get to that any time soon – sorry!
#3 – also possible, but also going to have to wait a while – sorry!Forum: Plugins
In reply to: [Seamless Donations is Sunset] radio buttons not showingYour theme’s CSS appears to be hiding checkboxes and radio buttons on purpose.
The offending style is
*, input[type=”search”] {
-webkit-appearance: none;
}in your theme’s style.css near line 37. Specifically, the * selects all elements, including the checkboxes and radio buttons in the seamless donations form.
Try removing that style (just the -webkit-appearance line) and see if that does the trick. You may also want to look over the rest of your site after doing so to make sure you’re still happy with the style on everything else.
Forum: Plugins
In reply to: [Seamless Donations is Sunset] What about WPML support?Hi!
Multilanguage and localization is not yet fully supported. I did a lot of work in the most recent release add localization support to all the admin pages. I still have more work to do on the front side pages.
I haven’t tried it with the WPML plugin – but once the localization support is complete, that would be on the list
Cheers!
Forum: Plugins
In reply to: [Seamless Donations is Sunset] Changing field nameA new international version will include this – it is almost ready for release.
Forum: Plugins
In reply to: [Seamless Donations is Sunset] Non-editable Thank You Page URLHi!
Seamless Donations doesn’t let you specify a page to go to (yet) – but I will try to add that in a future release.
In the meantime, the text you specify in Seamless Donations > Thank You Page is what will be displayed when the donor completes their donation and returns from PayPal.
Cheers
If you look at the donation record in seamless donations – does it show recurring : yes?
While testing, I was regularly able to see the recurring donations (subscriptions) in PayPal.
Forum: Plugins
In reply to: [Seamless Donations is Sunset] Seamless Donations Suddenly Stopped WorkingPlease forward me your logs and I will take a look
allendav at allendav dot com
Forum: Plugins
In reply to: [Seamless Donations is Sunset] Limit access to donor information?Hi! Only admin level users should be able to access it. Let me know if that is not the case.
Forum: Plugins
In reply to: [Seamless Donations is Sunset] Changing Text ColorIf you add this CSS to your theme, it will allow seamless donations to look good on dark themes:
#dgx-donate-container,
.dgx-donate-form-section,
.dgx-donate-form-section input,
.dgx-donate-form-tribute-box,
.dgx-donate-form-designated-box {
background:none;
}A future version of seamless donations will avoid this problem
Let me know if this doesn’t do the trick
Cheers!
Awesome – please let me know what host you are using – also I am going to come up with a way of testing automatically for this problem on activating seamless donations
Hi!
Here’s the problem:
2013-12-25 12:47:04 IPN failed ( unable to open chatbackurl, url = ssl://www.paypal.com, errno = 13, errstr = Permission denied )
Basically it means that your host isn’t allowing Seamless Donations to “chatback” to the paypal server during IPN processing.
This will cause notification emails to not go out, and will cause the donation to not be recorded.
Please contact your host and ask them if fsockopen can be permitted for your account – let me know what they say – a couple people seem to have hosts that lock this down.
Forum: Plugins
In reply to: [Seamless Donations is Sunset] Donation buttonGlad to help!
Cheers…
…Allen
Forum: Plugins
In reply to: [Seamless Donations is Sunset] Donation buttonAh – I misunderstood that you meant the Donate button at the bottom of the form – now I understand you mean the amount radio buttons.
Please send me a link to your site and I will take a look – your theme is probably overriding some of the style on the radiobuttons.