<?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>
									Author Info Popup needed on Author Name as well as Author Image Link - wpDiscuz Comment Author Info				            </title>
            <link>https://gvectors.com/forum/wpdiscuz-comment-author-info/author-info-popup-needed-on-author-name-as-well-as-author-image-link/</link>
            <description>WordPress Plugins Support Forum</description>
            <language>en-US</language>
            <lastBuildDate>Tue, 21 Apr 2026 08:05:34 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Author Info Popup needed on Author Name as well as Author Image Link</title>
                        <link>https://gvectors.com/forum/wpdiscuz-comment-author-info/author-info-popup-needed-on-author-name-as-well-as-author-image-link/#post-26824</link>
                        <pubDate>Wed, 27 Jan 2021 23:48:48 +0000</pubDate>
                        <description><![CDATA[Thank you very much. This worked.]]></description>
                        <content:encoded><![CDATA[<p>Thank you very much. This worked.</p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/wpdiscuz-comment-author-info/">wpDiscuz Comment Author Info</category>                        <dc:creator>Om Swami Meditations</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/wpdiscuz-comment-author-info/author-info-popup-needed-on-author-name-as-well-as-author-image-link/#post-26824</guid>
                    </item>
				                    <item>
                        <title>RE: Author Info Popup needed on Author Name as well as Author Image Link</title>
                        <link>https://gvectors.com/forum/wpdiscuz-comment-author-info/author-info-popup-needed-on-author-name-as-well-as-author-image-link/#post-26631</link>
                        <pubDate>Sat, 16 Jan 2021 08:42:39 +0000</pubDate>
                        <description><![CDATA[@om-swami-meditations,
I apologize for the late response. Please follow the steps below:
1. Remove the code from the functions.php file. It&#039;s not necessary. 
2. Replace the js code provid...]]></description>
                        <content:encoded><![CDATA[<p>@om-swami-meditations,</p>
<p>I apologize for the late response. Please follow the steps below:</p>
<p>1. Remove the code from the functions.php file. It's not necessary. </p>
<p>2. Replace the js code provided by Elvina with the following one:</p>
<pre class="c-mrkdwn__pre" data-stringify-type="pre">jQuery(document).ready(function ($) {<br />   $(document).on('click', '.wcai-short-info', function (e) {<br />      e.preventDefault();<br />      var elem = $(this);<br />      elem.removeClass('wcai-not-clicked');<br />      var attrId = elem.parents('.wpd-comment-left').siblings('.wpd-comment-right').attr('id');<br />      var commentId = attrId.substring(attrId.lastIndexOf('-') + 1);<br />      var data = new FormData();<br />      data.append('commentId', commentId);<br />      data.append('action', 'wcaiGetInfo');<br />      wpdiscuzAjaxObj.getAjaxObj(true, true, data).done(function (resp) {<br />         elem.addClass('wcai-not-clicked');<br />         if (resp) {<br />            $('#wcaiInfo').html(resp);<br />            $('#wcaiInfo ul.wcai-list .wcai-list-item:first-child').addClass('wcai-active');<br />            $('#wcaiInfo div.wcai-content .wcai-content-item:first-child').addClass('wcai-active');<span class="c-mrkdwn__br" data-stringify-type="paragraph-break"></span>            if (!($('#wcaiInfo').is(':visible'))) {<br />               $('#wcaiInfoAnchor').trigger('click');<br />            }<br />         }<br />         $('#wpdiscuz-loading-bar').hide();<br />      });<br />      return false;<br />   });<br />});</pre>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/wpdiscuz-comment-author-info/">wpDiscuz Comment Author Info</category>                        <dc:creator>Astghik</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/wpdiscuz-comment-author-info/author-info-popup-needed-on-author-name-as-well-as-author-image-link/#post-26631</guid>
                    </item>
				                    <item>
                        <title>RE: Author Info Popup needed on Author Name as well as Author Image Link</title>
                        <link>https://gvectors.com/forum/wpdiscuz-comment-author-info/author-info-popup-needed-on-author-name-as-well-as-author-image-link/#post-26616</link>
                        <pubDate>Fri, 15 Jan 2021 18:29:49 +0000</pubDate>
                        <description><![CDATA[Hi @Elvina - Do you have an update on this ticket?]]></description>
                        <content:encoded><![CDATA[<p>Hi @Elvina - Do you have an update on this ticket?</p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/wpdiscuz-comment-author-info/">wpDiscuz Comment Author Info</category>                        <dc:creator>Om Swami Meditations</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/wpdiscuz-comment-author-info/author-info-popup-needed-on-author-name-as-well-as-author-image-link/#post-26616</guid>
                    </item>
				                    <item>
                        <title>RE: Author Info Popup needed on Author Name as well as Author Image Link</title>
                        <link>https://gvectors.com/forum/wpdiscuz-comment-author-info/author-info-popup-needed-on-author-name-as-well-as-author-image-link/#post-26422</link>
                        <pubDate>Wed, 30 Dec 2020 03:59:30 +0000</pubDate>
                        <description><![CDATA[Thank you @Elvina for the suggestions. I tried the steps as you suggested but it did not work the way I was expecting. Few things that I noticed are:

The code is adding a class to wpd-com...]]></description>
                        <content:encoded><![CDATA[<p>Thank you @Elvina for the suggestions. I tried the steps as you suggested but it did not work the way I was expecting. Few things that I noticed are:</p>
<ol>
<li>The code is adding a class to wpd-comment-author class, while I wanted to modify the avatar behavior. It seems like the code is modifying comment author behavior.</li>
<li>The hook also seems to be adding class to Author Name &amp; Author Avatar.</li>
</ol>
<p>Just to repeat my question, Comment Author name link is launching the "Comment Author Info" popup &amp; that is the correct behavior. I don't want to make any change to that behavior.</p>
<p>But Comment Author Avatar is a hyperlink to Author's Page. This is the behavior, I want to change where clicking on Comment Author Avatar should also launch "Comment Author Info" popup. Can you please recheck &amp; confirm the solution?</p>
<p>Regards</p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/wpdiscuz-comment-author-info/">wpDiscuz Comment Author Info</category>                        <dc:creator>Om Swami Meditations</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/wpdiscuz-comment-author-info/author-info-popup-needed-on-author-name-as-well-as-author-image-link/#post-26422</guid>
                    </item>
				                    <item>
                        <title>RE: Author Info Popup needed on Author Name as well as Author Image Link</title>
                        <link>https://gvectors.com/forum/wpdiscuz-comment-author-info/author-info-popup-needed-on-author-name-as-well-as-author-image-link/#post-26417</link>
                        <pubDate>Tue, 29 Dec 2020 11:23:45 +0000</pubDate>
                        <description><![CDATA[Hi @om-swami-meditations,
Please follow the steps below to make it work as you want:
1. Put the following JS code in the current active theme JS file:
jQuery(document).ready(function ($) ...]]></description>
                        <content:encoded><![CDATA[<p>Hi <span>@om-swami-meditations,</span></p>
<p>Please follow the steps below to make it work as you want:</p>
<p>1. Put the following JS code in the current active theme <span style="color: #000080"><strong>JS</strong> </span>file:</p>
<pre>jQuery(document).ready(function ($) {<br />   $('.wpd-comment-author').addClass('wcai-short-info wcai-not-clicked');<br />      if (typeof wpdiscuzAjaxObj !== 'undefined') {<br />         wpdiscuzAjaxObj.addClassOnAuthorName = function () {<br />         $('.wpd-comment-author').addClass('wcai-short-info wcai-not-clicked');<br />     };<br />   }<br />});</pre>
<p><span>Here is a good example on how to add JS code: </span><a href="https://www.wpbeginner.com/wp-tutorials/how-to-easily-add-javascript-in-wordpress-pages-or-posts/" rel="nofollow">https://www.wpbeginner.com/wp-tutorials/how-to-easily-add-javascript-in-wordpress-pages-or-posts/</a></p>
<p>2. Put the following hook in the current active <span style="color: #000080"><strong>functions.php</strong> </span>file:</p>
<pre>add_filter("wpdiscuz_ajax_callbacks", function ($response) {<br />   $response[] = "addClassOnAuthorName";<br />   return $response;<br />});</pre>
<p>3. Save, delete all caches, and check again.</p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/wpdiscuz-comment-author-info/">wpDiscuz Comment Author Info</category>                        <dc:creator>Elvina</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/wpdiscuz-comment-author-info/author-info-popup-needed-on-author-name-as-well-as-author-image-link/#post-26417</guid>
                    </item>
				                    <item>
                        <title>Author Info Popup needed on Author Name as well as Author Image Link</title>
                        <link>https://gvectors.com/forum/wpdiscuz-comment-author-info/author-info-popup-needed-on-author-name-as-well-as-author-image-link/#post-26409</link>
                        <pubDate>Mon, 28 Dec 2020 21:35:08 +0000</pubDate>
                        <description><![CDATA[Dear Wp Discuz Team - Thanks for the wonderful plugin &amp; add-ons that you have built. They are well written &amp; very fast which is great. I had a question around &quot;Comment Author Info&quot; a...]]></description>
                        <content:encoded><![CDATA[<p>Dear Wp Discuz Team - Thanks for the wonderful plugin &amp; add-ons that you have built. They are well written &amp; very fast which is great. I had a question around "Comment Author Info" add-on.</p>
<p>As shown on this demo - https://addons.wpdiscuz.com/wpdiscuz-comment-author-info/. The add-on adds different type of links on Author's Avatar Image &amp; Name. Author's Avatar Image is a link the the Author's page while Author's Name is the popup provided by Comment Author Info Add-on.</p>
<p>We want both the Author's Avatar Image &amp; Name to launch the Comment Author Info Add-on. That way if the user really needs more details on the Author, they can click on Author's name but the behavior on both avatar image click &amp; name click should be same/consistent IMHO.</p>
<p>Kindly let me know, how this can be achieved.</p>
<p>Regards</p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/wpdiscuz-comment-author-info/">wpDiscuz Comment Author Info</category>                        <dc:creator>Om Swami Meditations</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/wpdiscuz-comment-author-info/author-info-popup-needed-on-author-name-as-well-as-author-image-link/#post-26409</guid>
                    </item>
							        </channel>
        </rss>
		