WPCharitable
Forum Replies Created
-
Just a heads up that version 1.1.0 (just released) resolves this bug.
Cheers,
EricOf course 🙂
Hmm, that sounds like a bug. We’ll take a look and work on a fix.
Cheers,
EricWe don’t have a PayU gateway extension yet. However, we will be releasing an extension soon that allows you to use Easy Digital Downloads as the donation payment processor, which allows you to use any EDD payment gateway — including their PayU India extension.
Cheers,
EricNo worries! Glad to be of assistance.
Cheers,
EricHi neerajduhoon,
You should save this in the folder of your active theme. So if your theme is LMS, you would save this file here:
/wp-content/themes/LMS/charitable/campaigns/donate-button.phpTo change the actual button text, you just want to change this bit:
<input type="submit" name="charitable_submit" value="<?php esc_attr_e( 'Donate', 'charitable' ) ?>" class="donate-button button button-primary" />To:
<input type="submit" name="charitable_submit" value="<?php esc_attr_e( 'Contribute', 'charitable' ) ?>" class="donate-button button button-primary" />Cheers,
EricHi Yael,
1.0.3 is out now and should resolve this issue!
Cheers,
EricHi Nkuna,
Good question! We created Charitable primarily as an alternative to mainstream fundraising software (i.e. non-WordPress products), so from that perspective we are similar to Give.
That said, there are a few things that are different between Charitable and Give. In Charitable, you create fundraising campaigns; in Give, you create donation forms. In Charitable, you can give your campaigns an end date, a goal, set suggested donation amounts and permit custom donations. The interface for creating a campaign in Charitable is quite different as well, with a focus on simplicity and ease of use.
Beyond that, some of the bigger differences are in the extensions we are working on, which add features that are not available in Give (as far as I am aware).
Hope that helps!
Cheers,
EricIf you are comfortable with editing a bit of HTML, you can do this relatively easily. Inside Charitable’s files, you will find a folder called “templates”, which contains each template. You can copy and paste any of these files into your theme/child theme under a new folder called “charitable”. For example, to edit the donate button, do this:
- Copy the contents of
charitable/templates/campaigns/donate-button.phpand paste theme in your theme folder in a file saved atcharitable/campaigns/donate-button.php. - Change the file as much as you want and save it.
To change the “donors” wording on the campaign page, you can do the same thing with the
charitable/templates/campaigns/summary-donors.phptemplate — copy and paste that into your theme atcharitable/campaigns/summary-donors.php.Cheers,
EricCould you clarify where you want to have this changed? Do you just mean on campaign pages, or elsewhere?
Cheers,
EricGlad you were able to upgrade your version of PHP. We are working on an update for supporting PHP 5.2.
Cheers,
EricHi Yael,
Thanks for the kind words! Really nice to hear 🙂
The
array_columnissue is due to the PHP version. We’ll work on a fix and get that released soon. I’ll leave this topic open until the new release is out.Cheers,
Eric@nealtaylor Sorry about this bug. We’ve just pushed out an update which resolves this problem.
Cheers,
Eric - Copy the contents of