Maruti Mohanty
Forum Replies Created
-
Hi There,
Yes, GiveWP is compatible with PHP 7.1 and above.
Thank you!
Forum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] Duplicate radio buttonsHappy to help ??
If you’re enjoying Give and have appreciated our support, we’d love a kind review from you here:
https://www.ads-software.com/support/view/plugin-reviews/giveHi There,
There is no direct way to do that, but this can be accomplished in the following ways.
– The Zip code is a required field. Make it a NOT required field using a custom snippet.
– Hide the Address 2 line and zip code using custom CSS.You can make the ZIP code NOT required by adding the following custom snippet to your website.
function give_dont_require_fields( $required_fields, $form_id ) { if(isset($required_fields['card_zip'])) { unset($required_fields['card_zip']); } return $required_fields; } add_filter( 'give_donation_form_required_fields', 'give_dont_require_fields', 10, 2 );
If you need any help in adding a custom snippet to your website, you can check this detailed doc here for more help: https://givewp.com/documentation/resources/adding-custom-functions-to-your-wordpress-website/
Please note that this code snippet is provided as an example of how you can extend Give with code. It’s up to you to implement and customize to your liking. We cannot provide support for custom code on your website, only the code that we create and distribute.
Then you can add the following custom CSS to your site to hide the fields.
#give-card-address-2-wrap, #give-card-zip-wrap { display: none; }
Add that to the bottom of your theme’s styles.css file or go to “Appearance > Customize > Additional CSS” and add it to the bottom of that setting. For more detailed info on adding custom CSS, see here: https://givewp.com/documentation/resources/handling-custom-css-in-wordpress/
Thank you!
Forum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] Duplicate radio buttonsHi There,
This seems like the styling of your theme is overriding the styling for the donation form.
You can fix this by adding the following custom CSS to your site.
form[id*=give-form] #give-gateway-radio-list>li input[type=radio] { display: contents; }
Add that to the bottom of your theme’s styles.css file or go to “Appearance > Customize > Additional CSS” and add it to the bottom of that setting. For more detailed info on adding custom CSS, see here: https://givewp.com/documentation/resources/handling-custom-css-in-wordpress/
Once you have added the above CSS, you should see the radio buttons as this: https://d.pr/free/i/EzTt5w
Thank you!
Hi There,
You should be able to change the text by adding the following custom snippet to your website.
function vc_give_text_switcher( $translation, $text, $domain ) { if ( 'give' === $domain && 'Make this an anonymous donation' === $text ) { $translation = __( 'YOUR TEXT HERE1' ); } // For the help text. if ( 'give' === $domain && 'Would you like to prevent this donation from being displayed publicly?' === $text ) { $translation = __( 'YOUR TEXT HERE2' ); } return $translation; } add_filter( 'gettext', 'vc_give_text_switcher', 10, 3 );
If you need any help in adding a custom snippet to your website, you can check this detailed doc here for more help: https://givewp.com/documentation/resources/adding-custom-functions-to-your-wordpress-website/
Thanks
Hi there,
This question is regarding one of our paid add-ons. The moderators of this forum require that all inquiries about paid products happen elsewhere. Please use our Priority Support page for your inquiry and we’ll get back to you very soon:
https://givewp.com/priority-supportThanks!
Very happy to help!
If you’re enjoying Give and appreciate our support, we’d love a kind review from you here:
https://www.ads-software.com/support/plugin/give/reviews/Thanks!
Hi there,
We have had users in the past having a similar issue and taking of the Give scripts off that merging script or further minifying it would fix the issue.
Give scripts are very much optimized and should not be adding a much of time to the website loading.
I would suggest leaving the Give scripts off that merge to fix this issue.
Thanks
Hi There,
You can add the following custom CSS to your website to change the shape/color of the Give Donate button on your website
.give-btn-modal { color: #fff; background: #F4AB48; width: 100px; }
Add that to the bottom of your theme’s styles.css file or go to “Appearance > Customize > Additional CSS” and add it to the bottom of that setting.
PS: the above is just a reference code snippet, you could/should change the color/width (hex code https://www.rapidtables.com/web/color/html-color-codes.html) to best suit your need.
Thanks
Hi There,
This support forum is only for the GiveWP plugin (free ).
Mollie is a premium add-on and hence we can not provide support for it here. Please submit a ticket on our website and we will be happy to help you further.
Thank you ??
Marcel,
Glad to hear that.
Thanks
Hi Marcel,
Looking at the details, this seems you are using Pronamic Pay settings using this plugin https://www.ads-software.com/plugins/pronamic-ideal/
Can you also check if you are facing any issues with donations via Paypal ( Give’s default payment gateway ) or any of other payment gateways add-on from Give?
If you are only having issues with Pronamic pay settings, I would suggest checking with their support here: https://www.ads-software.com/support/plugin/pronamic-ideal
Let me know how does it go.
Thanks! Have a good day and weekend ahead ??
Forum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] Add donations manually?Hi Tina,
You can add donations to your donation form manually by using our Manual Donations add-on https://givewp.com/addons/manual-donations/
This will let you add the donation to any donation form from the admin dashboard and will let you choose the payment method, donor, date etc. This donation will also add up to the donation goal ( if you have enabled any ).
You can read the complete “how to” doc here: https://givewp.com/documentation/add-ons/manual-donations/
Let me know if you have any further questions.
Thank You ??
Hi There,
I understand you have had issue submitting the support form.
We have had users complaining about support form before but this has been intermittent and we have never been able to replicate this successfully.
I just tried to submit a ticket via our support form and could do it without any issue.
As this issue you reported here has to do with a premium add-on for Give, we can not provide support for it here. The forum rules require that we do not give support for premium add-ons here.
I would suggest trying the support form again, maybe from a different browser to see if that helps.
We will be happy to help you out via email.
Thanks so much!
Forum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] Error on Stripe paymentHi Ido,
I am working on your ticket right now at the premium support.
You will be hearing from me sooner.
I will be closing this ticket as we will continue communicating there.
Thanks