Himanshu Goel
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: How to Stop receiving [WordPress Plugin][1706424]If this is really stopped right now with this method, I will really be thankful to you for this relief and if in case I found more update will let you know about the same…
In between, Thanks a Lot !
Forum: Everything else WordPress
In reply to: How to Stop receiving [WordPress Plugin][1706424]Hi,
As per your view I have taken the recent information from emails stats from my Gmail Inbox and got something like:from: [email protected]
to: [email protected]
date: Wed, Aug 9, 2017 at 8:02 AM
subject: [WordPress Plugin][1710685] contact-form-7/trunk/includes/ config-validator.php: Config Validator: Add validation for use of deprecated settings (on_sent_ok and on_submit).
mailed-by: www.ads-software.com
signed-by: www.ads-software.com
security: Standard encryption (TLS) Learn more
: Important mainly because of the people in the conversation.Also, thinking over your point Maybe you’re subscribed to it on a different account I am sure that earlier this account was running with some other email account and thus, now I have changed my email later in a believe that subscription will be no more, but still receiving same and going on and on.
Forum: Everything else WordPress
In reply to: How to Stop receiving [WordPress Plugin][1706424]Hey Thanks !
But on hovering I am getting this link – https://www.ads-software.com/plugins/wp-json/plugins/v1/plugin/contact-form-7/commit-subscription?_wpnonce=gdgfdg&subscribe=1 and I think this is not the one which we are searching for so I have not clicked over it as this may subscribe me in addition to another thing.- This reply was modified 7 years, 3 months ago by Samuel Wood (Otto). Reason: nonce removed
Forum: Everything else WordPress
In reply to: How to Stop receiving [WordPress Plugin][1706424]Hi Thanks,
This helped in other things but that is still not closed and I think it is subscription somewhere on Plugins Development Page which I am unable to track and un-subscribe from.
Reference I got on email –Revision
1706424
Author
takayukister
Date
2017-08-01 15:11:17 +0000 (Tue, 01 Aug 2017)Log Message
Introduce wpcf7.apiSettings.getRoute() into the admin JS. Same approach as its frontend JS.
Modified Paths
contact-form-7/trunk/admin/admin.php
contact-form-7/trunk/admin/js/scripts.jsDiff
Modified: contact-form-7/trunk/admin/admin.php (1706423 => 1706424)— contact-form-7/trunk/admin/admin.php 2017-08-01 15:10:40 UTC (rev 1706423)
+++ contact-form-7/trunk/admin/admin.php 2017-08-01 15:11:17 UTC (rev 1706424)
@@ -301,9 +301,11 @@$args = array(
‘apiSettings’ => array(
– ‘root’ => esc_url_raw( get_rest_url() ),
+ ‘root’ => esc_url_raw( rest_url( ‘contact-form-7/v1’ ) ),
+ ‘namespace’ => ‘contact-form-7/v1’,
‘nonce’ => ( wp_installing() && ! is_multisite() )
– ? ” : wp_create_nonce( ‘wp_rest’ ) ),
+ ? ” : wp_create_nonce( ‘wp_rest’ ),
+ ),
‘pluginUrl’ => wpcf7_plugin_url(),
‘saveAlert’ => __(
“The changes you made will be lost if you navigate away from this page.”,Modified: contact-form-7/trunk/admin/js/scripts.js (1706423 => 1706424)
— contact-form-7/trunk/admin/js/scripts.js 2017-08-01 15:10:40 UTC (rev 1706423)
+++ contact-form-7/trunk/admin/js/scripts.js 2017-08-01 15:11:17 UTC (rev 1706424)
@@ -77,8 +77,7 @@$.ajax( {
method: ‘POST’,
– url: wpcf7.apiSettings.root +
– ‘contact-form-7/v1/contact-forms/’ + postId,
+ url: wpcf7.apiSettings.getRoute( ‘/contact-forms/’ + postId ),
beforeSend: function( xhr ) {
xhr.setRequestHeader( ‘X-WP-Nonce’, wpcf7.apiSettings.nonce );
},
@@ -275,4 +274,14 @@
} );
};+ wpcf7.apiSettings.getRoute = function( path ) {
+ var url = wpcf7.apiSettings.root;
+
+ url = url.replace(
+ wpcf7.apiSettings.namespace,
+ wpcf7.apiSettings.namespace + path );
+
+ return url;
+ };
+
} )( jQuery );Not showing the Author Bio and having more than 1 Authors
Forum: Themes and Templates
In reply to: [Iconic One] Social media icon improvementHi, I am interested in knowing that how did you managed more social links and icons in Iconic One theme…
I have Finally Covered it up, can somebody tell me how to end or close this topic…
Forum: Plugins
In reply to: Help Please – After updating todayi donno about the plugin much that is it working or not.. well, for your website you can remove the plugin.
Forum: Plugins
In reply to: [WP Supersized] [Plugin: WP Supersized] PHP error "open_basedir restriction"hello guys !
i am new to wordpress.
i m surprised to know
where this line can be found which can solve the issues… i am new on a windows server facing this problem, where as on a linux server there is no issues….Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 Stores Its Data Where In DatabaseOnce Again Thanks, For The Help…
Forum: Plugins
In reply to: [Contact Form 7] save content of the form as custom post after submitYa, thanks I Have Been Using That Plugin Too…
Thanks For The Faster Reply… All In MySql DataBase.
Great Going Sir !
@ Michael Simpson
Firstly, Thanks for such a beautiful plugin which solves & Serves better than others.
Secondly, i want to know that using contact form 7 to database extension (cf7 to DB) saves the submitted form data to mysql database directly which can further be processed from there or it saves the submitted form data some where else in the plugin folder. and where the uploaded files are stored as an attachment along with the contact form 7.Thanking You In Advance (Sir)
Hello – @ Shashank Shekhar
Can You Provide that Version To Me (If It Generates The post Automatically After The Fill Up Of The Contact Form 7, The Only Thing Left By Me…)
Forum: Plugins
In reply to: [Contact Form 7] save content of the form as custom post after submitHello, lilike
If You Have Solved This Issue Can You Provide The Solution To me. I Was looking for the same…
Thanking You In Advance…