pavelwld
Forum Replies Created
-
Forum: Plugins
In reply to: [Mailgun Email Validator] 420 Error when verifying api keyThe support helped to remove the limit.
ThanksForum: Plugins
In reply to: [Mailgun Email Validator] 420 Error when verifying api keyThe message says “Account has exceeded its public validation limit” though the validation plugin vas installed a few days ago and there are only few successful forms submissions. Will contact Mailgun support
Thank you for reply. The issue was in another plugin which uses save_post hook called before your plugin hook and happened for me only when new lead created
Forum: Plugins
In reply to: [Object Sync for Salesforce] make unique salesforce_id column case sensitiveI think it should work, Jonathan.
Forum: Plugins
In reply to: [Object Sync for Salesforce] make unique salesforce_id column case sensitiveHi again. Thinking the issue is here https://www.screencast.com/t/9ODsuvdq3o , in js. If I add for example 3 field mappings they have name indexes 0, 1, 2 . The next added would be equal to row_count = 3 – its OK. But after i remove first added mapping and try to add the new, the row_count is equal to 2, but my last mapping already has name index=2. I think you have to rebuild indexes when saving at server side to make them begin always from 0.
Forum: Plugins
In reply to: [Invisible reCaptcha for WordPress] Does this work with AJAX?My custom form ajax submitting stopped working after i’ve added
<?php do_action('google_invre_render_widget_action');?>
into it. The page began reloading when form submitted. I had to add “wpcf7-submit” class ( according to renderInvisibleReCaptcha function described in invisible-recaptcha\engine\PublicEngine.php ) to the form Submit button to make ajax submitting work again.Forum: Plugins
In reply to: [WP eCommerce] Add media and manage product image gallery button not workinghad the same issue. just added
add_theme_support( 'post-thumbnails',array('wpsc-product'));
to my theme functions.php and the errors in js disappeared