Jeff Sherk
Forum Replies Created
-
Suggestion: Try a different browser and see what happens.
Question: What happens when you login on the wp login page (the page that says session has expired)?
Forum: Plugins
In reply to: [Auto Login New User After Registration] error after registrationAre you able to send me the registration page link so I can try it?
Yes sorry I had an error in the code I posted. Should have been:
body, button, input, select, textarea { line-height: 1.2 !important; }The default line height in that theme is 1.6, so changing to something smaller is what is necessary to make it fit. Could also try adjusting font size or margins or paddings as well.
As far as the issue is concerned, it is a theme issue because the default registration page is not in a popup window and shows all the fields fine and scrolls just fine. Since the theme you are using puts the registration box into a popup window with all the fields, it becomes a little too big for the popup. So the only way to fix it is to adjust the CSS in someway (line height, font size, margins, padding, etc).
I use a plugin called Simple Custom CSS by John Regan and Danny Van Kooten. You could give this a try to see if applies the CSS change better.
Also maybe the theme itself has some customization options that would let you adjust font size or spacing on the registration page which would make it fit.
Thanks
- This reply was modified 6 years, 7 months ago by Jeff Sherk.
The only way to fix this that I can think of, will be for you to modify the CSS which will squish the layout a little bit.
Quickly playing with some CSS values, I found that changing
line-height: 1.6;
to
line-height: 1.2;
fixes the problem.So you could play with the line height using something like this.
body, button, input, select, textarea { line-height 1.2 !important; }Forum: Plugins
In reply to: [Accept Stripe Payments] Duplicate emails to buyer and sellerNo it makes no difference.
I have had that option disabled the whole time, but when I enable it, I still get the duplicate.
Forum: Plugins
In reply to: [Accept Stripe Payments] Duplicate emails to buyer and sellerPHP v7.3.10
Forum: Plugins
In reply to: [Accept Stripe Payments] Duplicate emails to buyer and sellerYes I as I said above I was using v70 of Firfox and the problem still occured.
ThanksForum: Plugins
In reply to: [Accept Stripe Payments] Duplicate emails to buyer and sellerI think I was still using v2.0.8 in the above test.
As a side note (feature request), you should add VERSION x.y.z PAYMENT PROCESSING STARTED debug line, something like:
[10/01/2019 12:38:55 AM] – Payment processing started (using SP v2.0.8).Anyways I tried v2.0.9t2 and duplicate emails and orders still occurs.
Also tested v2.0.9 production version and same duplicate emails and orders occur.
Log looks identical to the one above.
I did notice in the log that everything in the log appears to happen twice. Everything is duplicated.
FYI the payment only shows up once in Stripe.
Thanks
- This reply was modified 6 years, 8 months ago by Jeff Sherk.
Forum: Plugins
In reply to: [Accept Stripe Payments] Duplicate emails to buyer and sellerNo it makes no difference.
I originally had the issue with that feature disabled. I tried turning it on, but issue was still there. The following is debug log (in test mode) with Send Emails In Paralled uncheked/DISABLED:
[10/01/2019 12:38:55 AM] – Payment processing started.
[10/01/2019 12:38:55 AM] – Got product ID: 40001
[10/01/2019 12:38:55 AM] – Firing asp_ng_process_ipn_product_item_override filter.
[10/01/2019 12:38:55 AM] – Payment processing started.
[10/01/2019 12:38:55 AM] – Got product ID: 40001
[10/01/2019 12:38:55 AM] – Firing asp_ng_process_ipn_product_item_override filter.
[10/01/2019 12:38:55 AM] – Firing asp_ng_process_ipn_payment_data_item_override filter.
[10/01/2019 12:38:55 AM] – Firing asp_ng_process_ipn_payment_data_item_override filter.
[10/01/2019 12:38:55 AM] – Constructing checkout result and order data.
[10/01/2019 12:38:55 AM] – Constructing checkout result and order data.
[10/01/2019 12:38:55 AM] – Firing asp_ng_payment_completed filter.
[10/01/2019 12:38:55 AM] – Firing asp_ng_handle_metadata filter.
[10/01/2019 12:38:55 AM] – Updating payment metadata.
[10/01/2019 12:38:55 AM] – Firing asp_ng_payment_completed_update_pi filter.
[10/01/2019 12:38:55 AM] – Updating payment intent data.
[10/01/2019 12:38:56 AM] – Firing asp_ng_payment_completed filter.
[10/01/2019 12:38:56 AM] – Firing asp_ng_handle_metadata filter.
[10/01/2019 12:38:56 AM] – Updating payment metadata.
[10/01/2019 12:38:56 AM] – Firing asp_ng_payment_completed_update_pi filter.
[10/01/2019 12:38:56 AM] – Updating payment intent data.
[10/01/2019 12:38:56 AM] – Firing asp_stripe_payment_completed action.
[10/01/2019 12:38:56 AM] – Firing asp_stripe_payment_completed action.
[10/01/2019 12:38:56 AM] – Notification email sent to buyer: testuser@mydomain.com, from email address used: My Company <test@mydomain.com>
[10/01/2019 12:38:57 AM] – Notification email sent to buyer: testuser@mydomain.com, from email address used: My Company <test@mydomain.com>
[10/01/2019 12:38:57 AM] – Notification email sent to seller: test@mydomain.com, from email address used: My Company <test@mydomain.com>
[10/01/2019 12:38:57 AM] – Payment has been processed successfully.
[10/01/2019 12:38:57 AM] – Redirecting to results page “https://mydomain.com/online-giving-result”[10/01/2019 12:38:57 AM] – Notification email sent to seller: test@mydomain.com, from email address used: My Company <test@mydomain.com>
[10/01/2019 12:38:57 AM] – Payment has been processed successfully.
[10/01/2019 12:38:57 AM] – Redirecting to results page “https://mydomain.com/online-giving-result”- This reply was modified 6 years, 8 months ago by Jeff Sherk.
Forum: Plugins
In reply to: [Accept Stripe Payments] Stripe does not send receipt/email to customerOkay will test it out.
Thanks
Forum: Plugins
In reply to: [Accept Stripe Payments] Duplicate emails to buyer and sellerI will do some testing/debugging and let you know.
Forum: Plugins
In reply to: [Accept Stripe Payments] Product name not transferred into StripeOKay, so I left my Short Description blank, which explains this.
Now that I read the italics I see that it says that…
“You can optionally add a custom short description for the item/product/service that will get shown in the stripe checkout/payment window of the item.”Maybe it would be better to rename Short Description to something like Stripe Dashboard Description or Stripe Receipt/Dashboard Description?
Thanks
- This reply was modified 6 years, 8 months ago by Jeff Sherk.
Forum: Plugins
In reply to: [Accept Stripe Payments] Validate Zip Code does not seem do anythingNever mind… I had this turned OFF in the Stripe dashboard.
Forum: Plugins
In reply to: [Direct Stripe] Beta tests resultsAre you using the new PaymentIntents with this beta version, or does the v2 already use PaymentIntents?
Forum: Reviews
In reply to: [Easy Options for WooCommerce] Thanks for thisFixed it!
Thanks