<?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>
									Article Rating shown three time - Bug Reports				            </title>
            <link>https://wpdiscuz.com/community/bug-reports/article-rating-shown-three-time/</link>
            <description>wpDiscuz WordPress Comment Plugin Community. Support and Resources.</description>
            <language>en-US</language>
            <lastBuildDate>Tue, 14 Apr 2026 02:33:18 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Article Rating shown three time</title>
                        <link>https://wpdiscuz.com/community/bug-reports/article-rating-shown-three-time/#post-13952</link>
                        <pubDate>Fri, 08 Apr 2022 06:50:10 +0000</pubDate>
                        <description><![CDATA[Okay, thank you.]]></description>
                        <content:encoded><![CDATA[<p>Okay, thank you.</p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/bug-reports/">Bug Reports</category>                        <dc:creator>kristo</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/bug-reports/article-rating-shown-three-time/#post-13952</guid>
                    </item>
				                    <item>
                        <title>RE: Article Rating shown three time</title>
                        <link>https://wpdiscuz.com/community/bug-reports/article-rating-shown-three-time/#post-13947</link>
                        <pubDate>Thu, 07 Apr 2022 13:42:18 +0000</pubDate>
                        <description><![CDATA[@kristo,
No, the code doesn&#039;t remove it from the source code, it just hides the first two sections. If you want to remove it from the source code you should find the problem maker. 
It may...]]></description>
                        <content:encoded><![CDATA[<p>@kristo,</p>
<p>No, the code doesn't remove it from the source code, it just hides the first two sections. If you want to remove it from the source code you should find the problem maker. </p>
<p>It may be a theme or some builder plugin. </p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/bug-reports/">Bug Reports</category>                        <dc:creator>Asti</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/bug-reports/article-rating-shown-three-time/#post-13947</guid>
                    </item>
				                    <item>
                        <title>RE: Article Rating shown three time</title>
                        <link>https://wpdiscuz.com/community/bug-reports/article-rating-shown-three-time/#post-13945</link>
                        <pubDate>Thu, 07 Apr 2022 12:41:21 +0000</pubDate>
                        <description><![CDATA[Posted by: @asti 
The easiest way you can hide the first two sections using the CSS code: 
 

Dear Asti, will using your code in CSS remove wpDiscuz duplicates from source code?]]></description>
                        <content:encoded><![CDATA[<blockquote data-userid="407" data-postid="13941" data-mention="asti">
<div class="wpforo-post-quote-author"><strong> Posted by: @asti </strong></div>
<p>The easiest way you can hide the first two sections using the CSS code: </p>
<pre contenteditable="false"> </pre>
</blockquote>
<p>Dear Asti, will using your code in CSS remove <span>wpDiscuz duplicates from source code?</span></p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/bug-reports/">Bug Reports</category>                        <dc:creator>kristo</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/bug-reports/article-rating-shown-three-time/#post-13945</guid>
                    </item>
				                    <item>
                        <title>RE: Article Rating shown three time</title>
                        <link>https://wpdiscuz.com/community/bug-reports/article-rating-shown-three-time/#post-13943</link>
                        <pubDate>Thu, 07 Apr 2022 12:35:46 +0000</pubDate>
                        <description><![CDATA[Posted by: @asti 
section.fusion-tb-header &gt; #wpd-post-rating, .fusion-page-title-bar &gt; #wpd-post-rating {display: none !important;}
 

Many thanks, that works fine.
regards from ...]]></description>
                        <content:encoded><![CDATA[<blockquote data-userid="407" data-postid="13941" data-mention="asti">
<div class="wpforo-post-quote-author"><strong> Posted by: @asti </strong></div>
<pre contenteditable="false">section.fusion-tb-header &gt; #wpd-post-rating, .fusion-page-title-bar &gt; #wpd-post-rating {display: none !important;}</pre>
<p> </p>
</blockquote>
<p>Many thanks, that works fine.</p>
<p>regards from germany<br />Lars</p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/bug-reports/">Bug Reports</category>                        <dc:creator>richterslars</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/bug-reports/article-rating-shown-three-time/#post-13943</guid>
                    </item>
				                    <item>
                        <title>RE: Article Rating shown three time</title>
                        <link>https://wpdiscuz.com/community/bug-reports/article-rating-shown-three-time/#post-13941</link>
                        <pubDate>Thu, 07 Apr 2022 11:57:06 +0000</pubDate>
                        <description><![CDATA[@richterslars,
This issue comes from the structure of the content on your website. Actually, wpDiscuz displays the rating before or after (depends on the option you&#039;ve chosen) the content o...]]></description>
                        <content:encoded><![CDATA[<p>@richterslars,</p>
<p>This issue comes from the structure of the content on your website. Actually, wpDiscuz displays the rating before or after (depends on the option you've chosen) the content of the page using the hook. In your case, the hook can be used several times on the same page, so it displays the rating section several times. </p>
<p>The easiest way you can hide the first two sections using the CSS code: </p>
<pre contenteditable="false">section.fusion-tb-header &gt; #wpd-post-rating, .fusion-page-title-bar &gt; #wpd-post-rating {display: none !important;}</pre>
<p> </p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/bug-reports/">Bug Reports</category>                        <dc:creator>Asti</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/bug-reports/article-rating-shown-three-time/#post-13941</guid>
                    </item>
				                    <item>
                        <title>RE: Article Rating shown three time</title>
                        <link>https://wpdiscuz.com/community/bug-reports/article-rating-shown-three-time/#post-13934</link>
                        <pubDate>Wed, 06 Apr 2022 15:56:07 +0000</pubDate>
                        <description><![CDATA[@asti Of course :)
 
You can see it on this page for example:]]></description>
                        <content:encoded><![CDATA[<p>@asti Of course :)</p>
<p> </p>
<p>You can see it on this page for example: <a href="https://customerdriveninnovation.digital/kollaboratives-arbeiten/" target="_blank" rel="noopener">https://customerdriveninnovation.digital/kollaboratives-arbeiten/</a></p>
<p> </p>
2402]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/bug-reports/">Bug Reports</category>                        <dc:creator>richterslars</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/bug-reports/article-rating-shown-three-time/#post-13934</guid>
                    </item>
				                    <item>
                        <title>RE: Article Rating shown three time</title>
                        <link>https://wpdiscuz.com/community/bug-reports/article-rating-shown-three-time/#post-13868</link>
                        <pubDate>Fri, 01 Apr 2022 13:43:29 +0000</pubDate>
                        <description><![CDATA[Hello Lars,
Please leave a screenshot of the section &quot;Display Ratings&quot; option and an example URL as well.]]></description>
                        <content:encoded><![CDATA[<p>Hello Lars,</p>
<p>Please leave a screenshot of the section "Display Ratings" option and an example URL as well. </p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/bug-reports/">Bug Reports</category>                        <dc:creator>Asti</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/bug-reports/article-rating-shown-three-time/#post-13868</guid>
                    </item>
				                    <item>
                        <title>Article Rating shown three time</title>
                        <link>https://wpdiscuz.com/community/bug-reports/article-rating-shown-three-time/#post-13865</link>
                        <pubDate>Fri, 01 Apr 2022 10:05:56 +0000</pubDate>
                        <description><![CDATA[Hi there!
I have a problem showing article ratings in my Avada theme. When I choose the option &quot;show before content&quot; or &quot;after content&quot; the article raing is shown three times :(
I think th...]]></description>
                        <content:encoded><![CDATA[<p>Hi there!</p>
<p>I have a problem showing article ratings in my Avada theme. When I choose the option "show before content" or "after content" the article raing is shown three times :(</p>
<p>I think that's because I use the Layouts-Feature provided by avada and handles each section I add to a layout as "content". When I disable Layouts everything is fine. But I need the different layouts ;)</p>
<p>Is there any way to place the rating with a shortcode (or some php-code) manually?</p>
<p> </p>
<p>Regards</p>
<p>Lars</p>
2388
2389
<p> </p>
<p> </p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/bug-reports/">Bug Reports</category>                        <dc:creator>richterslars</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/bug-reports/article-rating-shown-three-time/#post-13865</guid>
                    </item>
							        </channel>
        </rss>
		