StaxWP
Forum Replies Created
-
Forum: Reviews
In reply to: [BuddyPress Builder for Elementor - BuddyBuilder] Unable to purchaseHi, I see your payment went trough. Do you have any info related to the old failed payments?
I’ll appreciate if you can change the rating or remove it if the issue is solved.We are very client oriented and always here to help and solve any problems.
ThanksForum: Plugins
In reply to: [BuddyPress Builder for Elementor - BuddyBuilder] Go ProHi, I see your payment went trough. Do you have any info related to the old failed payments? Thanks
Forum: Reviews
In reply to: [BuddyPress Builder for Elementor - BuddyBuilder] Unable to purchaseAs I told you in the support topic, I have talked with Stripe support and there isn’t an issue on the payment processor side and they are getting the block from the bank. It should be very easy to check at your card issuer the reason why the transaction is not being permitted.
Getting a response from your bank and understand why that is happening is the only way to solve this.
PS: Other payments from clients work, I even did a purchase myself to check.Forum: Reviews
In reply to: [BuddyPress Builder for Elementor - BuddyBuilder] Unable to purchaseI think we were very responsive and tried to help you with your bank declined transaction and this I didn’t expect, a 1 star rating for something that is out of our hands.
Forum: Plugins
In reply to: [BuddyPress Builder for Elementor - BuddyBuilder] Go ProI am not saying there is a problem with your card but I am saying to check why the bank blocked the transaction so you can ask them to unblock it. It could be because of security checks and multiple options. We haven’t encountered this for any recent payment.
please keep me updated.Thanks
Forum: Plugins
In reply to: [BuddyPress Builder for Elementor - BuddyBuilder] Killing ElementorHello, probably a javascript error appears on your site. Can you check on the browser console and let me know what error you get?
You can share access to your site too by emailing me directly at hi @ staxwp.com
Thanks
Forum: Plugins
In reply to: [BuddyPress Builder for Elementor - BuddyBuilder] Go ProHi, I talked at Stripe, the payment processor, and they advise not to retry the payment since it then will be blocked by them too. First thing to do it to talk at your bank and see why they are blocking the transaction. You can contact me directly at hi@staxwp.com since our discussion can contain personal data.
Thanks
Forum: Plugins
In reply to: [BuddyPress Builder for Elementor - BuddyBuilder] Go ProMeanwhile, can you contact your card issuer and see why the transaction fails?
ThanksForum: Plugins
In reply to: [BuddyPress Builder for Elementor - BuddyBuilder] Go ProVery strange, Let me do some more digging. Thanks
Forum: Plugins
In reply to: [BuddyPress Builder for Elementor - BuddyBuilder] Go ProAlso here is more info related to why the payment failed:
Decline code:”do_not_honor”
The card has been declined for an unknown reason.
The customer needs to contact their card issuer for more information.Forum: Plugins
In reply to: [BuddyPress Builder for Elementor - BuddyBuilder] Go ProHi, We also just added Paypal gateway if that works for you. I am reviewing any payment logs and let you know what happened. Thanks
Forum: Plugins
In reply to: [Visibility Logic for Elementor] Some Users Can’t see the contentHi, the restrictions should work fine. Try to recheck the settings and if you restricting or allowing it to be visible
Forum: Plugins
In reply to: [Restrictions for BuddyPress] How to set default redirect?Hello, glad to hear it works for you.
We have a filter for the redirect URL: ‘bp_restrict_pmpro_url_redirect’
it can be changed using some code added to your child theme functions.php
something like:
add_filter(‘bp_restrict_pmpro_url_redirect’, ‘change_bp_restrict_url’);
function bp_restrict_pmpro_url_redirect( $url ) {
return ‘https://mysite.com/login’;
}Forum: Reviews
In reply to: [Visibility Logic for Elementor] Great Plugin But…Hi, if you hide a column the it is possible that the design will break.
Forum: Plugins
In reply to: [Restrictions for BuddyPress] Too many redirects errorHi, we updated the plugins and the error should go away. Cheers