Matt Cromwell
Forum Replies Created
-
Hi there, thanks for your kinds words about GiveWP!
Translating that requires a small bit of custom code. Here it is:
function my_give_text_switcher( $translations, $text, $domain ) { // changes the "Donations" text in multiple places if ( $domain == 'give' && $text == 'Donation Total:' ) { $translations = __( 'Contribution Total:', 'give' ); } return $translations; } add_filter( 'gettext', 'my_give_text_switcher', 10, 3 );If you need guidance adding custom functions like that to your WordPress website, we wrote this guide just for you:
https://givewp.com/documentation/resources/adding-custom-functions-to-your-wordpress-website/
And if you’re enjoying GiveWP and appreciate our support, we’d love a kind review from you here:
https://ww.wp.xz.cn/support/plugin/give/reviews/Thanks!
Forum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] Major issueWhat is the error exactly? Do you have ZERO donations/forms now? How did you delete them exactly, did you enable the “Delete All Data” setting in our Advanced Settings and then delete the plugin? Let me know more context and what you need to get back up and running and we can help for sure. Thanks!
HI there,
Both Google Pay and Apple Pay can be used in Stripe Checkout 2.0 which is included in our free version. We don’t support those directly on your website. If you’d like to support those payment methods on your forms you can purchase the Stripe add-on which does provide those methods on your form.
You can see a feature comparison here:
https://givewp.com/addons/stripe-gateway/Thanks!
The first name and email address are always required. It is necessary for features like contacting donors, and creating user accounts. Additionally, most organizations must be able to identify the donor legally.
We don’t support that feature currently with our Give Donor Wall. It currently lists individual donations, it does not gather together the donations of individual donors. That is something we’ve considered, but it’s honestly quite technically challenging and we haven’t had much demand for the feature either.
But if you are a developer or work with one, this sample code might be interesting for you. It shows you how you can query your donors directly into a custom shortcode of your choosing.
https://github.com/impress-org/givewp-snippet-library/blob/master/useful-queries/better-donor-list-shortcode.phpThanks!
Forum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] Pin a formHi Chris,
You mean on the Give Forms Archive page? No, we don’t have that feature. And generally speaking that only works when a theme supports it.
But I might instead suggest the following:
1. Create a new page
2. Use our “Give Form Grid” to create a “Grid” with just the ONE form that you want pinned.
3. Then use the “Give Form Grid” to create a second Grid, but have it be a category of forms that includes all your forms EXCEPT the pinned form.That might be a decent workaround for you. Let me know how that goes.
Hi there,
IN the “Error Details” section, the first line is what is most important. This shows that it’s an error that starts in your theme — not with GiveWP.
I don’t see a theme on the WordPress Theme directory called “Buzz”. Can you point me to where I might be able to find your theme so we can test it?
Hi there,
That’s not really possible. All Form IDs are created by WordPress according to the order in which they are created together will all your pages, posts, comments, and any other custom post types.
But I have a feeling you have an accounting reason for wanting to change that. Can you tell me a bit more about why you need that change? I might be able to give you a better workaround.
Forum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] Modal Not WorkingHi there,
When I view your page and open Chrome Inspector, I notice many javascript errors. See here:

Most likely those errors are preventing our modal from opening correctly. I’d recommend troubleshooting that with our Health Check tutorial:
https://givewp.com/documentation/resources/troubleshoot-wordpress-websites-health-check/Try that out and let us know what plugin is causing the conflict and we can see if we can replicate that conflict and potentially find a workaround for you.
Thanks!
Forum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] Give form not on own pageHi there,
What happens exactly when you try to insert your GiveWP form on an independent page? Are you doing that via our Shortcode builder? Or via Gutenberg block?
Regarding multi-levels on your forms, that sounds like a plugin conflict. I’d suggest troubleshooting that with our Health Check tutorial:
https://givewp.com/documentation/resources/troubleshoot-wordpress-websites-health-check/Give that a try and let us know what you find. If there’s one plugin causing a conflict, we can test it as well and see if we can find a workaround for you.
Thanks!
Hi there,
Stripe requires that you setup “webhooks” in your Stripe account in order for the donations to be marked as Complete. We try to make that clear in our Stripe settings, but here is our full docs on that as well:
https://givewp.com/documentation/core/payment-gateways/stripe-free/Set those up, do a test donation, and let us know if that resolves the issue for your FUTURE donations.
For the past donations, you’ll need to manually set them to “Complete” to match what you have in Stripe. But ideally, once the webhooks are set, you should be fine going forward.
Ack! That’s what I get for reading too quickly. Yes, that would be an excellent feature request, but consider it already submitted.
Hi there,
I think this is actually more about how the form is embedded into that site. There’s some interesting markup in the form that I think is breaking things. How did you insert that form into that page exactly? If you look at your page editor in Code View do you see anything strange or different?
Let us know what you find there.
Forum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] CurrencyYou can set your global currency at “Donations > Settings > General (tab) > Currency (sub-menu).
See our full docs on that here:
https://givewp.com/documentation/core/settings/general-settings/currency-settings/Thank you!
Hi there,
That is a question about one of our premium add-ons. The moderators of this forum do not allow questions for our paid products to be handled here. Please submit your ticket through our Priority Support form:
https://givewp.com/priority-support