Eric Daams
Forum Replies Created
-
Hi Simon,
$99 is for an annual license. Renewals are discounted by 50%.
There is no bundle that includes Gift Aid + Recurring Donations. You could purchase the Plus bundle alongside Recurring Donations, which is a cheaper combo than Pro.
Cheers,
EricHi @defthaus,
Sorry about that, and thanks for letting me know! The site’s back online now. 🙂
Cheers,
EricHi Frank,
You can set up a custom campaign thumbnail size using a bit of code. Here’s a code snippet that shows how:
https://github.com/Charitable/library/blob/master/campaign-loop/set-campaign-thumbnail-size.php
See https://github.com/Charitable/library#how-to-use-the-code-snippets for details on how to add this code to your site.
Cheers,
EricI’ve followed up with you directly over email, but for anyone else encountering this issue, it happens on certain hosting platforms (WP Engine and SiteGround are the two I am aware of). If you are with either of those hosts, get in touch with the host and request that they disable static page caching on the donation receipt page (you will probably need to provide them with a link to the receipt page).
This also occurred on older versions of Ninja Forms (pre 3.1.7 I believe) are installed. If you have an older version of Ninja Forms installed, upgrade to the latest. 🙂
Cheers,
EricHi @jayrenn,
Thanks for the link. Right now I’m afraid there isn’t any easy way to prevent this with Charitable; the basic spam prevention we have in place has cut down on most of the spamming that we were aware of, but obviously in your case the spammers have become creative.
Unfortunately, there is no immediate, out of the box solution, but we do plan to add support for Invisible reCAPTCHA in the future, which should help with this.
The issue for that on Github is here:
https://github.com/Charitable/Charitable/issues/309
Cheers,
EricI’m marking this topic as resolved, but please reopen it if you’re still having problems with this. I know that some themes had this problem, but they were updated to fix it.
Cheers,
EricUnfortunately not. Right now there is no way to take recurring donations for Charitable campaigns through EDD.
Glad we were able to help you @mp392 🙂
Hi @audymatic,
What you’re describing should be possible with the Campaign EDD Downloads widget. If you configure it to show the downloads connected to the current campaign, it will list any downloads/products where a purchase will contribute to that campaign. You shouldn’t need a separate sidebar for each campaign, since the widget is smart enough to pick up the correct downloads for each campaign.
Cheers,
EricHi Barry,
I’m afraid not. There isn’t any way to do this with the [campaigns] shortcode.
Cheers,
Eric
Hi @k2learner,
We don’t have a built-in way to do this right now, but what I would suggest is that you use the
charitable-completed_donationhook.That hook will fire when a donation is marked as completed, so it will not happen for offline donations until an admin marks the donation as paid.
The first parameter passed by that hook is the
$donation_idvariable, with which you can get the donor’s details by fetching theCharitable_Donorobject:`
$donor = charitable_get_donation( $donation_id )->get_donor();
`See https://github.com/Charitable/Charitable/blob/master/includes/users/class-charitable-donor.php for the class definition of the Donor class.
Cheers,
EricHi Stephen,
It is possible, if you’re comfortable with writing PHP. I would recommend using the
charitable_after_save_donationhook to grab the existing donation data and then store it in your own custom database table. See https://github.com/Charitable/Charitable/blob/master/includes/donations/class-charitable-donation-processor.php#L489Cheers,
EricHi Sefr,
I’m afraid there is no way to do that through Charitable. You might want to get in touch with the theme developer to find out if there is a way to adapt the template that shows the donated amount to show the amount you have received from your WooCommerce Quick Donation plugin.
Cheers,
EricNo worries David. Happy to help 🙂
Cheers,
Eric