<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									No Button Feedback After Clicking &quot;Post Comment&quot; and &quot;Reply&quot; Buttons - How-to and Troubleshooting				            </title>
            <link>https://wpdiscuz.com/community/troubleshooting/no-button-feedback-after-clicking-post-comment-and-reply-buttons/</link>
            <description>wpDiscuz WordPress Comment Plugin Community. Support and Resources.</description>
            <language>en-US</language>
            <lastBuildDate>Wed, 20 May 2026 19:09:11 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: No Button Feedback After Clicking &quot;Post Comment&quot; and &quot;Reply&quot; Buttons</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/no-button-feedback-after-clicking-post-comment-and-reply-buttons/paged/2/#post-28199</link>
                        <pubDate>Fri, 28 Mar 2025 10:59:45 +0000</pubDate>
                        <description><![CDATA[@aerostar 
You can modify the code as you like.]]></description>
                        <content:encoded><![CDATA[<p>@aerostar </p>
<p>You can modify the code as you like. </p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/troubleshooting/">How-to and Troubleshooting</category>                        <dc:creator>Asti</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/troubleshooting/no-button-feedback-after-clicking-post-comment-and-reply-buttons/paged/2/#post-28199</guid>
                    </item>
				                    <item>
                        <title>RE: No Button Feedback After Clicking &quot;Post Comment&quot; and &quot;Reply&quot; Buttons</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/no-button-feedback-after-clicking-post-comment-and-reply-buttons/paged/2/#post-28189</link>
                        <pubDate>Wed, 26 Mar 2025 19:26:53 +0000</pubDate>
                        <description><![CDATA[Note: The use of an &quot;ajax spinner&quot; vs the word &quot;Posting...&quot; works best for websites that use plugins such as GTranslate (i.e., use a language dropdown selector). This would eliminate transla...]]></description>
                        <content:encoded><![CDATA[<p><strong>Note:</strong> The use of an "ajax spinner" vs the word "Posting..." works best for websites that use plugins such as GTranslate (i.e., use a language dropdown selector). This would eliminate translation issues with the word "Posting..." Cheers!</p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/troubleshooting/">How-to and Troubleshooting</category>                        <dc:creator>AeroStar</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/troubleshooting/no-button-feedback-after-clicking-post-comment-and-reply-buttons/paged/2/#post-28189</guid>
                    </item>
				                    <item>
                        <title>RE: No Button Feedback After Clicking &quot;Post Comment&quot; and &quot;Reply&quot; Buttons</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/no-button-feedback-after-clicking-post-comment-and-reply-buttons/paged/2/#post-28188</link>
                        <pubDate>Wed, 26 Mar 2025 19:08:30 +0000</pubDate>
                        <description><![CDATA[One final comment ... it would be great to further modify the above code snippet to allow the display of a &quot;ajax spinner&quot; instead of the word &quot;Posting...&quot; when the &quot;Post Comment&quot; button is c...]]></description>
                        <content:encoded><![CDATA[<p>One final comment ... it would be great to further modify the above code snippet to allow the display of a "ajax spinner" instead of the word "Posting..." when the "Post Comment" button is clicked. I'll work on that. If successful, I'll post it here. Cheers!</p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/troubleshooting/">How-to and Troubleshooting</category>                        <dc:creator>AeroStar</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/troubleshooting/no-button-feedback-after-clicking-post-comment-and-reply-buttons/paged/2/#post-28188</guid>
                    </item>
				                    <item>
                        <title>RE: No Button Feedback After Clicking &quot;Post Comment&quot; and &quot;Reply&quot; Buttons</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/no-button-feedback-after-clicking-post-comment-and-reply-buttons/paged/2/#post-28187</link>
                        <pubDate>Wed, 26 Mar 2025 18:39:41 +0000</pubDate>
                        <description><![CDATA[Hi @Asti,
Perfect! Worked like a charm.
Below please find the updated code snippet.
To see the code snippet in action, please visit this post and click on &quot;Post Comment.&quot;
I cannot thank ...]]></description>
                        <content:encoded><![CDATA[<p>Hi @Asti,</p>
<p>Perfect! Worked like a charm.</p>
<p>Below please find the updated code snippet.</p>
<p>To see the code snippet in action, please <a href="https://www.omniaaerospace.com/news/mitsubishi-delays-m90-delivery-again/#comments" target="_blank" rel="noopener">visit this post</a> and click on "Post Comment."</p>
<p>I cannot thank you enough for your help, dedication, and second-to-none plugin.</p>
<p>To help others, perhaps you can add this to your <a href="https://wpdiscuz.com/docs/codex/filters/" target="_blank" rel="noopener">plugin's documentation</a>?</p>
<p>Have a great week. <br /><br />Cheers!</p>
<p>---------------------------</p>
<pre contenteditable="false">function wpdiscuz_button_feedack_onclick() {
  if ( is_singular( 'post' ) ) {  
    ?&gt;
        &lt;script type="text/javascript"&gt;
  			jQuery(document).ready(function ($) {
        		
				$(document).on('wpdiscuz_new_comment', function(e, btn, form, depth){
    			$(btn).val("Posting...");
    			})

				$(document).on('wpdiscuz_comment_posted', function(e, btn, form, commentId, commentsCount){
    			$(btn).val('Post Comment');
    			});
	
		});
		&lt;/script&gt;
    &lt;?php
  }
}
add_action('wp_footer', 'wpdiscuz_button_feedack_onclick');</pre>
<p> </p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/troubleshooting/">How-to and Troubleshooting</category>                        <dc:creator>AeroStar</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/troubleshooting/no-button-feedback-after-clicking-post-comment-and-reply-buttons/paged/2/#post-28187</guid>
                    </item>
				                    <item>
                        <title>RE: No Button Feedback After Clicking &quot;Post Comment&quot; and &quot;Reply&quot; Buttons</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/no-button-feedback-after-clicking-post-comment-and-reply-buttons/paged/2/#post-28184</link>
                        <pubDate>Wed, 26 Mar 2025 11:14:38 +0000</pubDate>
                        <description><![CDATA[@aerostar 
Please try adding the JS code within jQuery(document).ready(function(){}); and also try adding it directly to the theme files.
We&#039;ve checked the code multiple times and it&#039;s wor...]]></description>
                        <content:encoded><![CDATA[<p>@aerostar </p>
<p>Please try adding the JS code within jQuery(document).ready(function(){}); and also try adding it directly to the theme files.</p>
<p>We've checked the code multiple times and it's working fine.</p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/troubleshooting/">How-to and Troubleshooting</category>                        <dc:creator>Asti</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/troubleshooting/no-button-feedback-after-clicking-post-comment-and-reply-buttons/paged/2/#post-28184</guid>
                    </item>
				                    <item>
                        <title>RE: No Button Feedback After Clicking &quot;Post Comment&quot; and &quot;Reply&quot; Buttons</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/no-button-feedback-after-clicking-post-comment-and-reply-buttons/paged/2/#post-28170</link>
                        <pubDate>Mon, 24 Mar 2025 19:42:29 +0000</pubDate>
                        <description><![CDATA[Regrettably, your code does not work at my end. Tested with wpDiscuz 7.6.29, all plugins deactivated except essentials, and flushed all cache.
These are the test code snippets I used:
PHP ...]]></description>
                        <content:encoded><![CDATA[<p>Regrettably, your code does not work at my end. Tested with wpDiscuz 7.6.29, all plugins deactivated except essentials, and flushed all cache.</p>
<p>These are the test code snippets I used:</p>
<p><strong>PHP Code Snippet:</strong> https://prnt.sc/sR0Sp3BGvxl_<br /><strong>JS Code Snippet:</strong> https://prnt.sc/l0YwnRKbuN-Y</p>
<p>Does it work at your end? How did you exactly implement it?</p>
<p>Thank you!</p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/troubleshooting/">How-to and Troubleshooting</category>                        <dc:creator>AeroStar</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/troubleshooting/no-button-feedback-after-clicking-post-comment-and-reply-buttons/paged/2/#post-28170</guid>
                    </item>
				                    <item>
                        <title>RE: No Button Feedback After Clicking &quot;Post Comment&quot; and &quot;Reply&quot; Buttons</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/no-button-feedback-after-clicking-post-comment-and-reply-buttons/paged/2/#post-28165</link>
                        <pubDate>Mon, 24 Mar 2025 11:25:30 +0000</pubDate>
                        <description><![CDATA[@aerostar 
Use this code: 
    $(document).on(&#039;wpdiscuz_new_comment&#039;, function(e, btn, form, depth){
        $(btn).val(&quot;Posting...&quot;);
    })

    $(document).on(&#039;wpdiscuz_comment_post...]]></description>
                        <content:encoded><![CDATA[<p>@aerostar </p>
<p>Use this code: </p>
<pre contenteditable="false">    $(document).on('wpdiscuz_new_comment', function(e, btn, form, depth){
        $(btn).val("Posting...");
    })

    $(document).on('wpdiscuz_comment_posted', function(e, btn, form, commentId, commentsCount){
       $(btn).val('Post Comment');
    });</pre>
<p>This code works if you're using wpDiscuz 7.6.29 or a higher version.</p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/troubleshooting/">How-to and Troubleshooting</category>                        <dc:creator>Asti</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/troubleshooting/no-button-feedback-after-clicking-post-comment-and-reply-buttons/paged/2/#post-28165</guid>
                    </item>
				                    <item>
                        <title>RE: No Button Feedback After Clicking &quot;Post Comment&quot; and &quot;Reply&quot; Buttons</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/no-button-feedback-after-clicking-post-comment-and-reply-buttons/paged/2/#post-27603</link>
                        <pubDate>Fri, 21 Feb 2025 17:33:06 +0000</pubDate>
                        <description><![CDATA[Helpful:
The attached code snippet works great with WordPress&#039; native comment system. Please give it a spin.
Perhaps you can adapt it for your plugin?
Thank you!]]></description>
                        <content:encoded><![CDATA[<p>Helpful:</p>
<p>The attached code snippet works great with WordPress' native comment system. Please give it a spin.</p>
<p>Perhaps you can adapt it for your plugin?</p>
<p>Thank you!</p>
4240
<p> </p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/troubleshooting/">How-to and Troubleshooting</category>                        <dc:creator>AeroStar</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/troubleshooting/no-button-feedback-after-clicking-post-comment-and-reply-buttons/paged/2/#post-27603</guid>
                    </item>
				                    <item>
                        <title>RE: No Button Feedback After Clicking &quot;Post Comment&quot; and &quot;Reply&quot; Buttons</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/no-button-feedback-after-clicking-post-comment-and-reply-buttons/#post-27601</link>
                        <pubDate>Fri, 21 Feb 2025 16:55:04 +0000</pubDate>
                        <description><![CDATA[You are awesome. Thanks for that!
Using your information, I tried several codes snippets to change our button text from &quot;Post Comment&quot; to &quot;Posting...&quot;. Unfortunately, none of them worked.
...]]></description>
                        <content:encoded><![CDATA[<p>You are awesome. Thanks for that!</p>
<p>Using your information, I tried several codes snippets to change our button text from "Post Comment" to "Posting...". Unfortunately, none of them worked.</p>
<p>What am I doing wrong? </p>
<p>Thank you!</p>
<p>(Note: Not posting the code snippets used to prevent confusion)</p>
<p> </p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/troubleshooting/">How-to and Troubleshooting</category>                        <dc:creator>AeroStar</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/troubleshooting/no-button-feedback-after-clicking-post-comment-and-reply-buttons/#post-27601</guid>
                    </item>
				                    <item>
                        <title>RE: No Button Feedback After Clicking &quot;Post Comment&quot; and &quot;Reply&quot; Buttons</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/no-button-feedback-after-clicking-post-comment-and-reply-buttons/#post-27571</link>
                        <pubDate>Fri, 21 Feb 2025 09:22:27 +0000</pubDate>
                        <description><![CDATA[@aerostar 
The new hook has been added. Please update the wpDiscuz plugin and write your custom code based on it. An example is provided below.
$(document).on(&#039;wpdiscuz_new_comment&#039;, funct...]]></description>
                        <content:encoded><![CDATA[<p>@aerostar </p>
<p>The new hook has been added. Please update the wpDiscuz plugin and write your custom code based on it. An example is provided below.</p>
<pre contenteditable="false">$(document).on('wpdiscuz_new_comment', function(e, btn, form, depth){ 

   // do your stuff 

});</pre>
<p> </p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/troubleshooting/">How-to and Troubleshooting</category>                        <dc:creator>Asti</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/troubleshooting/no-button-feedback-after-clicking-post-comment-and-reply-buttons/#post-27571</guid>
                    </item>
							        </channel>
        </rss>
		