Matt Cromwell
Forum Replies Created
-
Just FYI: the wp.org forum moderators discourage that completely.
IF you could provide a way for me to see the button live on your website, even just for a short while that would help. Most likely I won’t be able to look again until Monday, but if you can provide a live link so I see the problem live that would help me understand the situation best.
That sounds like a plugin conflict. I’d suggest using the Health Check plugin to troubleshoot that. It will allow you to deactivate all plugins and put your site on a default theme ONLY for yourself — your live visitors will not see that. We have a write-up on that here:
https://givewp.com/documentation/resources/troubleshoot-wordpress-websites-health-check/Then you can enable plugins one at a time and test again until you see the problem again. Then let me know which plugin caused the conflict and I can take a closer look at replicating the issue for you.
Thanks!
I found your Doc and reviewed it. The issue is that you are using the
[give_form_grid]shortcode but you should instead use[give_form id="XXX" display_style="button"]where “XXX” is your one form ID.I ended up writing up a detailed tutorial on what you are seeking to accomplish. I think this should help a lot:
https://givewp.com/add-give-form-popup-to-menu/You can of course keep your existing code you have and just update your shortcode to include the
display_style="button", or try the tutorial I wrote above. Either should work since the magic of it is in using the Button display style.Thanks!
Forum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] Paypal methodsHI there,
Out of the box, we support PayPal Standard for free.
We also have a PayPal Pro addon, which you can see here:
https://givewp.com/addons/paypal-pro-gateway/Thanks!
Forum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] Custom Event ListenersHi there,
We have a tutorial that walks through how you can do that with Javascript. Take a look and if you have more questions at all let me know, I’m happy to review a GIST or Codepen of your examples.
https://givewp.com/populate-donor-info-one-click/
Thanks!
contact [at] givewp.com should work. Thanks!
The more detail and live examples you can provide me here on how you tried to implement it in the header the more helpful I can be. Happy to dig in further and take a closer look.
I just tested the “Shorcode in Menus” plugin and it really doesn’t work well. Then I tested this one and I think it’ll be perfect for your use:
https://ww.wp.xz.cn/plugins/widget-menuizer/
Essentially, you’ll be adding a SIDEBAR into a menu item. If you don’t have many sidebars, or all your sidebars are used for important parts of your layout, then you can install this plugin to create any sidebar you like for this purpose:
https://ww.wp.xz.cn/plugins/custom-sidebars/Thanks!
HI Jules,
I believe I found your conversation in email, but I don’t see an update from you over there or a DOC attached. Perhaps our system filtered that out. Providing a LINK to a doc would be more reliable.
But in reading your response over there, it seems you need a way to output our Button Mode in your header or in your navigation. This isn’t really the responsibility of GIVE itself, but I have a few resources that you might be able to leverage.
1) SHORTCODES IN MENUS
Try this free plugin that allows you to use shortcodes in menus:
https://ww.wp.xz.cn/plugins/shortcode-in-menus/2) TRIGGER OUR GIVE MODAL FROM ANY LINK
This is an old tutorial, but it still works, it’s just a bit technical. Essentially you will want to add and HIDE a Give form on your page, perhaps via a widget. And then use the Javascript in that tutorial to target the MENU link to open the form in our Give modal.See here:
https://givewp.com/load-donation-form-popup-give/Try those out — preferably in a safe testing or staging environment — and let me know if you have additional questions at all.
Thanks!
Hi there,
If you want that change to NOT get removed on every update, you need to copy that file into your theme. This is how you can customize pretty much any “template” in the Give plugin. Here’s detailed docs on that:
https://givewp.com/documentation/developers/themeing-with-give/themeing-give-archive-page/Let me know if you have additional questions once you’ve reviewed that info.
Thanks!
Glad you got it worked out. Let us know if you need anything additionally.
If you’re enjoying Give 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] Some CustomizationsHi there,
1. I believe you’re inquiring about bitcoin, is that right? Our current best option for supporting Bitcoin is via our paid Mollie gateway. See here:
https://givewp.com/addons/mollie-payment-gateway/There is a third-party Give addon here on wp.org that also supports Bitcoin, but we did not develop that.
2. Generally, every form needs an amount to be submitted, so we highly recommend having a minimum donation amount of at least $10 in the amount field. If your form supports a “Custom Amount” then you can use javascript to auto-focus the cursor in the amount field, which effectively clears the amount out. We have a snippet for that here: https://github.com/impress-org/give-snippet-library/blob/master/form-customizations/auto-focuse-on-amount.php
If you need guidance implementing custom PHP functions on your website, we have this guide here: https://givewp.com/documentation/resources/adding-custom-functions-to-your-wordpress-website/
Thanks!
Thanks for clarifying further. That’s actually the correct behavior. When you go to that page, you will NOT see THEIR donation receipt. You will only see a receipt there if you yourself have recently donated. But when THEY donate, they will see their actual receipt.
As a site admin, you will want to rely on the “Donations > Donations” screen.
Thanks!
Thanks for the confirmation, glad we got it worked out.
If you’re enjoying Give and appreciate our support, we’d love a kind review from you here:
https://ww.wp.xz.cn/support/plugin/give/reviews/Thanks!