WPCharitable
Forum Replies Created
-
Could you let me know if you are still having problems with this issue, particularly after updating to version 1.4?
Cheers,
Ericp.s. Reach is now available on ww.wp.xz.cn, so if you have any more questions specifically related to Reach, you can post them at https://ww.wp.xz.cn/support/theme/reach
You can also always get in touch with us via the support form on wpcharitable.com
I’m so sorry for not getting back to you sooner on these issues.
To remove fields, you can adapt the following code snippet: https://github.com/Charitable/library/blob/master/general/remove-form-fields.php
Please read the comments in this one as they are quite detailed and should help you remove the fields you want to remove.
There is nothing built into Charitable to prevent automatic registration. If that’s important to you, you might try one of the other frontend user registration plugins. For example, Ultimate Member might be worth checking out: https://ultimatemember.com/
If you’d like to remove the meta from pages, you can use our Hide Meta plugin. You can download it from https://github.com/Studio164a/hide-meta/archive/master.zip; once it’s installed, you can turn off the meta on a page by page basis.
Cheers,
EricI’m so sorry that this question has completely slipped us by!
If you want to display the donor’s comment in your widget output, you’ll need to override the
templates/widgets/donors.phpfile by creating a copy of it inside your theme atyourtheme/charitable/widgets/donors.php.Inside of that, you should be able to display the comment with something like this:
echo $donor->get_donor_meta( 'my_comments' );
Cheers,
EricWe don’t have a fixed ETA I’m afraid, but we are working towards getting a private beta out with PayPal support in the coming 4-6 weeks.
Cheers,
EricThanks for the great review Nipun! Glad we were able to help you get set up. 🙂
Cheers,
EricAllie, thank you for the awesome review! I hope that Charitable continues to be really fruitful for Big Hearts 2 Little Hearts.
Cheers,
EricThanks Peter!
Thanks for the great review Conrade! So great to see Charitable in use on your crowdfunding platform for Zimbabwean projects.
Cheers,
EricHi Angie,
Do you have any caching plugins installed?
Cheers,
EricHi johnny mosaic,
Just letting you know that this issue is resolved in the latest version of Reach: https://ww.wp.xz.cn/themes/download/reach.1.0.3.zip
Cheers,
EricYou can keep the child theme installed, but just update the parent theme. If you have FTP access, you can upload the theme that way (you’ll need to unzip it first). Otherwise, this plugin will allow you to update via the WordPress dashboard with the zip file: https://ww.wp.xz.cn/plugins/easy-theme-and-plugin-upgrades/
Cheers,
EricCould you try upgrading to the latest version of Reach? You can download it from https://ww.wp.xz.cn/themes/download/reach.1.0.2.zip
Cheers,
EricHi Brian,
you previously mentioned ability to withold a percentage of all donations and send them into a bucket or specific account. Have you developed this yet?
Yes, this is part of our Stripe Connect extension, which is currently only available as part of Charitable Pro.
Also, i want to use ambassadors and be able to auto populate certain fields for them already, and make it so they cannot change them.
This can be done, but it requires a bit some code snippets. I have a selection of examples showing how the campaign submission form can be modified at https://github.com/Charitable/library#extensions-charitable-ambassadors, and I’m more than happy to help out if you’re not sure where to start.
Also, I want to disable “raise money for myself” if need be so they only have the option of raising money for the main organization.
You can switch this off in the dashboard. However, when you turn off this option, the Stripe Connect option won’t work; that is only available when people are raising money for their own causes, since the assumption is that when people are raising money for your organization, all the funds will go to your organization’s account.
also, i want to lock them out of the wordpress built in, general profile screens and only allow them to interact with charitable profile screens, etc.
This can be done with a plugin like this: https://ww.wp.xz.cn/plugins/remove-dashboard-access-for-non-admins/
Cheers,
EricCould you check your error logs to see if you are getting any specific error messages relating to this code?
Cheers,
Eric