Forum Replies Created

Viewing 15 replies - 31 through 45 (of 91 total)
  • Plugin Author Tip Jar WP

    (@tipjarwp)

    Hey there,

    While Stripe’s recommendation is to load it on every page for fraud prevention, as they detect fraud risk based on user activity on every page of your site, there was some recent conversation about approaches that can be taken for this, and we are looking at them.

    At Tip Jar WP, we place security at the highest priority, with page speed being right behind security. We will never sacrifice security for page speed, but if there’s a way to get both, we will be working on that!

    Forum: Plugins
    In reply to: [Tip Jar WP] Payment Issues
    Plugin Author Tip Jar WP

    (@tipjarwp)

    Just wanting to follow up here to share the problem and solution. The issue was that an apostrophe was included for the card statement descriptor, but apostrophes cannot be accepted by Stripe for card statement descriptors.

    For anyone else experience this today, the solution is to make sure your statement descriptor does not have an apostrophe. In the next update to Tip Jar WP, it will automatically strip out any characters that Stripe does not accept for the card statement descriptor.

    Plugin Author Tip Jar WP

    (@tipjarwp)

    Hey there,

    You’re correct that all webhook endpoints aren’t needed. That being said, we have made sure to handle all of them accurately so that you don’t get Stripe errors, and we have yet to receive any reports of an overload, with thousands of payments on hundreds of sites.

    While other plugins may not have handled all Stripe’s webhooks properly, we definitely do. We recommend enabling them all to make sure that you never need to add more, just in case we need to start using another one at some point in the future (for example, if Stripe makes a change).

    To answer your question, the only ones you really need today are these:
    – charge.refunded
    – charge.succeeded
    – customer.subscription.deleted
    – invoice.payment_failed
    – invoice.payment_succeeded
    – invoice.upcoming
    – payment_intent.succeeded

    If that ever does change, we’ll mention it in the release notes so you can be aware of which ones you’ll need to add (or remove).

    Forum: Plugins
    In reply to: [Tip Jar WP] Some ideas
    Plugin Author Tip Jar WP

    (@tipjarwp)

    Thanks so much for all of this feedback! We really appreciate it.

    For #3, I believe this should already happen, but if it doesn’t for you we will definitely be happy to investigate.

    For #4, can you tell me more about this? I just want to make sure I understand what you mean about “payment box”. The title of the Payment form is customizable, but are you saying you would like to be able to set a separate description for what gets sent over to Stripe?

    For #5, you can set up different payment forms if you use the shortcode inserter above the editor (if you are using the Classic Editor), or if you are using the Block Editor, each Tip Jar block you insert will be completely unique, so you can make each one act differently. There’s more about that here. (at the very bottom):
    https://tipjarwp.com/getting-started-with-tip-jar-wp/#showing-the-payment-form-on-your-website

    For #6, that is very strange! However, it could be because the system tries to email you twice to make sure your receipts do arrive. It tries immediately after payment, and then again when it receives confirmation from Stripe. It could be that the second attempt is the one that made it to you. I can’t say for certain why that first one failed, but let us know if that consistently keeps happening and we can take a look. It’s probably best to email us for that at [email protected] so that we can work with you through email (in case we need to temporarily log into your WordPress to test/investigate.

    For #7, unfortunately no. It is not possible to change the transaction numbers, and we don’t have any plans to change this. It’s a data integrity issue that simplifies a lot of the underlying infrastructure to start at 1, and increment them by one only.

    For #8, good idea! We will take a look at doing something like this in the future. I can’t make any promises, but it’s a great idea and we will investigate the value in adding it! We’ll ask other users if that’s also valuable to them and try to gauge interest in it. It’s possible that some users value a simpler form with less options, and some would want what you are describing here. We have to juggle those as we consider what we add.

    For #9, you should be able to use the text-align options in your text editor just like you would for any text, to center it. Is that not working on your end?

    For #10, thanks for sharing this! We’ll make sure to fix this in the next release.

    For #11, this is also great feedback, thank you! We’ll make sure to fix this as well in the next release.

    Forum: Plugins
    In reply to: [Tip Jar WP] Payment Issues
    Plugin Author Tip Jar WP

    (@tipjarwp)

    Hey there,

    The first thing I would recommend is disconnecting from Stripe in both live and test mode, which you can do in your WordPress dashboard under “Tip Jar WP” > “Stripe Settings”.

    Once both are disconnected, reconnect both again.

    Then try processing a test payment with Test Mode enabled (under “Tip Jar WP” > “Stripe Settings” > “Test Mode”.

    You can use this test card:

    4242424242424242
    12/34
    123

    If that doesn’t fix it, try temporarily deactivating all 3rd party plugins, just to see if one is causing a conflict.

    If that still doesn’t allow payments to go through, email us at [email protected] and we can log into your site to help find what might be going wrong there.

    Plugin Author Tip Jar WP

    (@tipjarwp)

    Hey there,

    1. They should be able to click the “Back” button in their browser to get back to it, but that’s a good point. We will look at adding a button to leave another tip from the Manage Payments screen.

    2. If you’re able to send temporary login details to [email protected], I’d love to take a look and see what we can do to get that portion showing up with the Avada editor!

    Plugin Author Tip Jar WP

    (@tipjarwp)

    Hey there,

    Apologies for the delay on this. Does anything load at all? Like an error message? Or is it just a blank screen?

    Since this may require us to do some debugging with you in your wp-admin area, for privacy/security reasons I would like to continue this conversation over email. Can you email this question to us at [email protected]?

    We will get back to you right away with next steps.

    Plugin Author Tip Jar WP

    (@tipjarwp)

    @bootsnbourbon There aren’t any custom styling controls built into Tip Jar WP at this time. However, it will respond to any CSS styles you put into your theme’s style.css file.

    • This reply was modified 4 years, 2 months ago by Tip Jar WP.
    Plugin Author Tip Jar WP

    (@tipjarwp)

    @deyson Hmm that’s strange. Once you have clicked on “Create new Tip Jar Shortcode” and saved the post, when you go to edit that post in the future, you should see a button which says “Edit Shortcode”. When you click on it, it should allow you to edit the details of that shortcode, which in your case here is the one with the id of “8”.

    Are you seeing that button on your end?

    https://tipjarwp.com/wp-content/uploads/2019/08/shortcode-editor.png

    Plugin Author Tip Jar WP

    (@tipjarwp)

    Great question and idea! While there isn’t a built-in way to do that at this time, it is something on our roadmap for future features.

    Plugin Author Tip Jar WP

    (@tipjarwp)

    Hey @deyson!

    Thanks for the question. Our plugin (Tip Jar WP) does not require WooCommerce, as it is a stand-alone plugin!

    That being said, it can run side by side with WooCommerce installed as well if you prefer.

    But the 2 plugins do not interact in any way.

    Plugin Author Tip Jar WP

    (@tipjarwp)

    Hey @deyson,

    Yes you can edit a shortcode after it’s been entered. There are some instructions on that here:
    https://tipjarwp.com/getting-started-with-tip-jar-wp/#showing-the-payment-form-on-your-website

    Do you know if you are using the Classic Editor, or the Block Editor? The instructions will bit slightly different for each, which is why I ask.

    Plugin Author Tip Jar WP

    (@tipjarwp)

    So glad to hear it! Thank you Adam ??

    Plugin Author Tip Jar WP

    (@tipjarwp)

    I love the idea of creating an integration with OBS! I’ll see what we can do there!

    Plugin Author Tip Jar WP

    (@tipjarwp)

    We are currently working on a feature called the “Tip Wall”, which will show the tips that have come in live, and you can reply to thank them right there on your website live as well. That then turns into a threaded conversation between only you and the person who left the tip.

    If you would like to see a prototype of how that will work, we are currently testing this here, where you can see the threaded relies at the bottom:
    https://sendatip.to/leezavitz/

    Would that be a good solution for you?

Viewing 15 replies - 31 through 45 (of 91 total)