Stripe not loading
-
While using the shortcode in a post using Avada theme, (no elementor involved) everything was ok until clicking over the credit card icons to proceed to Stripe and make the payment. At that point the “iframe” loaded the stripe page but only the general layout… all the objects greyed out and pulsating slowly. I think that must have to do with how the css, jquery (or whatever) is loaded that somehow was not alright. In any case, the only way I could make it work was forcing to open the stripe page in a new tab:
<form action="<?php echo get_site_url(); ?>" target="_blank">
in : seatreg/php/services/SeatregPaymentService.php
The only inconvenient is I’ll have to redo it anytime the plugin updates.
It would be a simple improvement to add that option to the settings (“open payment gateway” in new window or something). Or at least to have a filter where you could implement it with a code snippet without touching the code directly.
That’s it, more a feature request than an issue and just in case someone else is in the same situation.
Thanks!
- The topic ‘Stripe not loading’ is closed to new replies.