subair.tc
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] “axlength” and “minlength” are not working@takayukister Thank you for the Quick response! solved the issue
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Invalid request errorIs this issue fixed in the plugin ?
- This reply was modified 5 years ago by subair.tc.
Tried to deactivate all the plugins except CF7 still the issue exist.
Fixed the issue on disabling X-content-option
https://www.keycdn.com/support/x-content-type-optionsI am developer checking with my sandbox account for my client, its already reference transaction enabled in my sandbox account so could you please help,
it shows
Sorry, it seems there are no available payment methods which support subscriptions. Please contact us if you require assistance or wish to make alternate arrangements.when I am adding $1 as shipping cost it will show the gateway. I will ask my client to raise a ticket in woocommerce, meanwhile, it sounds great when you are helping here.
ThankYou,
Thank you for your Quick reply, it’s working great!
I am facing the same issue when I am checking with sandbox account of Braintree.
Forum: Plugins
In reply to: [Testimonial Slider - Free Testimonials Slider Plugin] Error on image uploadis this issue is fixed?
i have same issue i latest version- This reply was modified 6 years, 3 months ago by subair.tc.
@dominic_ks thank you, fixed the issue
I am facing the same issue, how to configure my custom app with mini orange ?
miniOrange Team,
Thank you for the fix.
Thank you,
SubairResolved it!!. destroy_all() will destroy all the sessions so when we are use this in wp_login hook it will destroy the current session too, instead we can use destroy_others() function. The final code shown below
function your_function( $user,$user_id) { $sessions = WP_Session_Tokens::get_instance( get_current_user_id() ); $token = wp_get_session_token(); $sessions->destroy_others( $token ); } add_action('wp_login', 'your_function',10,2);
Hi,
I am getting the 400 error page when clicking on “Get Access Code” Red link.error message is
400. That’s an error. Error: redirect_uri_mismatch The redirect URI in the request, urn:ietf:wg:oauth:2.0:oob, can only be used by a Client ID for native application. It is not allowed for the WEB client type. You can create a Client ID for native application at https://console.developers.google.com/apis/credentials/oauthclient
hi,
Thanks for your reply,
Currently i have commented this hook,
I will update the plugin and let you knowThanks
SubairForum: Plugins
In reply to: [MC4WP: Mailchimp User Sync] Auto Sync userhello ,
Any one please help me,i have deactivated the plugin because of this issue.
Thanks
Forum: Plugins
In reply to: [YOP Poll] An error occuredwe are facing similar issue on safari ? you got any solution ?