WPCharitable
Forum Replies Created
-
No worries Neeraj. Glad we were able to help out!
Cheers,
EricHmm, that definitely should not be happening. Could you please get in touch via our support form?
Cheers,
EricThis problem is specifically related to running on PHP 5.2. If you can upgrade your hosting to use PHP 5.3+, that would be ideal (PHP 5.2 has been unsupported since 2011).
I will look at a way to rewrite this bit though to avoid issues with PHP 5.2.
Cheers,
EricHi Daniel,
Developing a 2Checkout payment gateway is definitely in our plans. It would be sold as a separate extension though (not part of the free plugin). The price would be the same as for our Stripe gateway extension.
Cheers,
EricHi Tom,
The quick answer to each of these is no, but they are all planned as separate extensions. The first three are planned for development soon (with the Manual Donations hopefully available in the next week or two). The last one is a bit further away.
With number 4, we are releasing an extension that allows you to connect a campaign to specific Easy Digital Downloads products. What this allows you to do is set it up so that whenever someone purchases that product, part (or all) of the amount is counted towards the campaign funding goal.
The best way to keep track of these new developments is by signing up to our newsletter.
Cheers,
EricHi Bobby,
1) is there a way to manually add a donation. We had a couple of cash donations that we want to add to the campaign so the totals will be accurate.
You can do this in a roundabout way by enabling the Offline payment gateway. Then you can go through the donation process for each of the cash donations you received.
We are also working on an extension that will allow you to add donations manually via the admin area.
2) is there a way to totally delete cancelled donations? There are several tests in our database and I would like to remove them.
Not at this stage. Good idea though. Slated this for the next release of Charitable: https://github.com/Charitable/Charitable/issues/15
Cheers,
EricHi Jason,
I’m still not sure I understand. When you refer to Frontend-Builder, are you referring to a plugin? This one perhaps?
Cheers,
EricHappy to be able to help!
Cheers,
EricOK, as promised… I put together a very simple example with code of how to do this. See https://github.com/Charitable/library/blob/master/donation-receipt/add-campaign-raised-summary.php.
You can copy and paste that into your theme’s
functions.php
file or use the Code Snippets plugin.Cheers,
EricThanks for the great feedback!
This little bit of CSS should do it:
.campaign-loop.campaign-grid .campaign.hentry { clear: none; }
Just drop that into your theme/child theme’s stylesheet or add it with Simple Custom CSS.
Cheers,
EricI’ve emailed Neeraj separately, but just closing this thread since this bug was resolved.
Cheers,
EricHi Jason,
Yes, there are a number of shortcodes. The one that is probably most interesting for your purposes is the
[campaigns]
shortcode. But it currently doesn’t have an option to just display a single campaign.You can see an example implementation at https://demo.wpcharitable.com/layerswp/our-campaigns/ (using the theme Layers).
Is that sort of what you’re after?
Also, is it possible to filter the campaigns via post?
I’m not sure what you mean. Could you clarify?
Cheers,
EricThere isn’t any way to do that out of the box, but I’m going to put together a little example of how to do that with a code snippet. I’ll post back here with that soon.
Cheers,
EricThanks Neeraj! Awesome to get your feedback.