Eric Daams
Forum Replies Created
-
Thank you for the kind words @dianykno! We really appreciate the feedback.
Cheers,
EricHi @gabessdsp,
You nearly had it! Here’s an updated version with those other bits removed as well:
function ed_unhook_default_template_functions() { remove_action( 'charitable_campaign_content_loop_after', 'charitable_template_campaign_loop_donation_stats', 8 ); remove_action( 'charitable_campaign_summary', 'charitable_template_campaign_percentage_raised', 4 ); remove_action( 'charitable_campaign_summary', 'charitable_template_campaign_donation_summary', 6 ); remove_action( 'charitable_campaign_summary', 'charitable_template_campaign_donor_count', 8 ); } add_action( 'after_setup_theme', 'ed_unhook_default_template_functions', 11 );Cheers,
EricI have followed up with you via email, but just want to confirm here for anyone running into this problem that this should work correctly as of Charitable 1.5.8.
Cheers,
EricHi @lwertz,
We don’t have an out of the box solution for this, but it’s definitely possible with a little bit of custom code.
Here is some example code you could use as a starting point:
https://github.com/Charitable/library/blob/master/donation-form/collect-national-id-number.php
To add this code to your site, you can use the excellent Code Snippets plugin (unless you’re comfortable with creating your own plugin).
Cheers,
EricI received your email about this and have followed up there. It definitely sounds like an issue with your hosting provider, as Charitable does not do anything like this.
Cheers,
EricHi Michael,
I’m afraid not, at the moment. It’s on our radar as something to support in the future though. See https://github.com/Charitable/Charitable/issues/483
Cheers,
EricHi @k2learner,
We don’t have any hardware device or anything like that. The only suggestion I could make for offline credit card donations is to have an iPad or laptop or something like that at your offline events, so donors can make a donation via that with their credit card through the regular website flow. Then you could use our Stripe or Authorize.Net extensions to accept the donations via credit card, and you can use our Recurring Donations extension to make those recurring donations.
For the second question, you can create manual donations via the WordPress dashboard:
https://www.wpcharitable.com/documentation/create-and-edit-donations-in-the-wordpress-dashboard/
You can send the donation receipt automatically when you create the donation, and on the donation details page you can resend the admin notification:
https://www.wpcharitable.com/documentation/resend-donation-emails-from-the-dashboard/
Cheers,
EricHi @ricci38,
Yes, you should be able to translate any phrase added by Charitable or your theme with the TranslatePress plugin.
I wrote a little post about TranslatePress at https://www.wpcharitable.com/multilingual-fundraising-campaigns-translatepress/
Cheers,
EricHi Rohit,
Do you mean you would like the campaign creator to activate and deactivate their own campaign? If so, I’m afraid this isn’t possible at the moment, though it is on our to-do list so it’s something we’re planning to include in the Ambassadors extension in the future.
Cheers,
EricHi @ricci38,
Do you mean you translated the site with this plugin? I’m not familiar with the Easy Translator plugin, but it looks like you should be able to translate the text in Charitable with it. If it’s not working, I would suggest reaching out to the plugin developer or trying a different plugin. Personally, I’m a big fan of TranslatePress.
Cheers,
EricThat’s a bummer @rmniemela; I figured the fix in 1.5.6 would resolve this issue for you. I have sent you an email to follow up further so we can get to the bottom of this.
Cheers,
EricHi @rmniemela,
I received your email and responded there, but also just wanted to post back here: I think this issue with the IPN not working should be resolved with version 1.5.6 (just released).
If you can, would you be able to post back here if it is now working for new donations?
Cheers,
EricHi @rmniemela,
It definitely sounds like something isn’t working correctly. Would you mind getting in touch via https://www.wpcharitable.com/support/ so we can follow up with you personally?
Cheers,
EricIf you’d like the number of days left to appear on the same line as the percentage raised & amount raised, you can use this bit of CSS:
.campaign-widget .campaign-stats li .days-left { margin-bottom: 23px; display: block; }Cheers,
EricHi Gretchen,
You can use this bit of code to change the text of the Donate button:
https://github.com/Charitable/library/blob/master/general/change-plugin-text.php
Alternatively, you could use a plugin like TranslatePress to change the text. There’s a guide to doing that at https://translatepress.com/edit-plugin-strings/
Cheers,
Eric