Maruti Mohanty
Forum Replies Created
-
Forum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] Current gateway?Hi There,
Regarding your query about premium support.
You need to have an active license to at least one of our premium products to have access to the premium support. You can check the list of our add-ons and bundles here: https://givewp.com/addons/
https://givewp.com/addon-bundles/Thanks
Yes, you are right. Your client will have to choose from the list and you are also right that the list is not updated. With our latest releases “Stripe + Plaid” also supports recurring donation.
Here is the updated list:
PayPal Standard (included in the free Give plugin)
PayPal Pro
Stripe (not yet for iDEAL)
Authorize.net
GoCardless
MolliePS: I have created an issue with the doc team to get this page updated.
Thanks
Hi There,
We are glad to hear that you are now planning to empower your donations with the option of recurring donation.
At the moment Braintree payment gateway does not support recurring donation and we do not see recurring donation being available with Braintree any time soon.
Let us know how do you want to proceed next and with what payment gateway and we would be happy to further assist you with that.
Thanks
Forum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] Center the Payment AreaHi There,
You can add the following custom CSS to your website to make the donation amount field center.
.give-donation-amount {
display: inline-block;
}Add that to the bottom of your theme’s styles.css file or go to “Appearance > Customize > Custom CSS” and add it to the bottom of that setting.
Thanks
Hi Kairos,
Glad to hear that you are enjoying using Give 🙂
– At the moment there is no other way. May I know why would you want to get the addresses from donors differently than during the donation process and why getting it during the donation process is not something working for you?
– In order to accept payments with Stripe using Give you will need to have an active Stripe account, the Stripe Give Add-on, and the Give Core plugin installed and activated. If you plan on accepting Credit Cards on site we also highly recommend you have an SSL certificate.
To know more about the Give Stripe add-on check this doc here: https://givewp.com/documentation/add-ons/stripe-gateway/– Login is not mandatory for a donation which is not recurring. You will have to make sure to enable “Guest donation”, but when a recurring donation is involved you will also have to let the donor a way to have access to their donation to be able to edit their subscription(s). To do that you can either enable “email access” or allow login to the donors.
You can read more about it here: https://givewp.com/documentation/add-ons/recurring-donations/faq/
( Check the title that says “Do I have to require recurring Donors to create an account?” )Thanks
Forum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] Nonce verication errorHi Tracy,
I can see you have also submitted a premium ticket with us. I am closing this in favor of the premium ticket.
You will be hearing from us soon.
Thanks
Hi There!
Yes you are right about disabling “Single Form Sidebar” hides the featured image, this is because the featured image for the donation form is within the Give sidebar, which should be on the left of the page.
To remove the right sidebar ( which mostly coming from the theme ) you should look for an option within the theme options to do that.
Also it would be great if you could share an URL for me to have a look and confirm the above.
Thanks!
This is the workaround that Rui from Support send me and it worked. I am adding it here so that others in need may get help 🙂
iPhone only triggers the click event when you touch in something that has links or have defined a click event. So there is one css workaround that can sort it.
Add this code to the custom css, clear the iPhone browser cache and try again.
.show-nav-left .mobmenu-push-wrap, .show-nav-right .mobmenu-push-wrap {
cursor: pointer;
}Thank You 🙂
Hi
I have mailed you the details @ (support@wpmobilemenu.com). Please have a look and let me know if you need anything else.
Thanks in advance 🙂
Hi,
You are welcome 🙂
Yes you are right. I am a developer, so the debug mode is always on in my dev environment 🙂
I just wanted to bring this to your notice.
Thanks
Thank you @takanakui. I will check this and get back to you 🙂
Forum: Plugins
In reply to: [WooCommerce] Add to cart URL@gobi004 I am not sure what do you mean by simple.php file. You are adding the code in the wrong place. Try adding in the active theme’s functions.php file
Forum: Plugins
In reply to: [WooCommerce] Placing Orders not proceeding to CheckoutOkay 🙂
Forum: Plugins
In reply to: [WooCommerce] Add to cart URL