<?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>
									Problem in the nest replies - How-to and Troubleshooting				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/problem-in-the-nest-replies/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Sun, 15 Mar 2026 14:13:45 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Problem in the nest replies</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/problem-in-the-nest-replies/#post-56436</link>
                        <pubDate>Wed, 28 Jul 2021 15:42:57 +0000</pubDate>
                        <description><![CDATA[@hassancs91,
Please use the CSS code I posted above. If the result is not enough, you can go forward and remove the sidebar.]]></description>
                        <content:encoded><![CDATA[<p>@hassancs91,</p>
<p>Please use the CSS code I posted above. If the result is not enough, you can go forward and remove the sidebar.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>Robert</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/problem-in-the-nest-replies/#post-56436</guid>
                    </item>
				                    <item>
                        <title>RE: Problem in the nest replies</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/problem-in-the-nest-replies/#post-56432</link>
                        <pubDate>Wed, 28 Jul 2021 14:10:45 +0000</pubDate>
                        <description><![CDATA[Thanks]]></description>
                        <content:encoded><![CDATA[<p>Thanks</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>hassancs91</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/problem-in-the-nest-replies/#post-56432</guid>
                    </item>
				                    <item>
                        <title>RE: Problem in the nest replies</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/problem-in-the-nest-replies/#post-56431</link>
                        <pubDate>Wed, 28 Jul 2021 13:35:57 +0000</pubDate>
                        <description><![CDATA[@hassancs91 Check this reply mate :)]]></description>
                        <content:encoded><![CDATA[<p>@hassancs91 Check this reply mate :)</p>
<p>https://wpforo.com/community/postid/37165/</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>Macky</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/problem-in-the-nest-replies/#post-56431</guid>
                    </item>
				                    <item>
                        <title>RE: Problem in the nest replies</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/problem-in-the-nest-replies/#post-56429</link>
                        <pubDate>Wed, 28 Jul 2021 12:24:41 +0000</pubDate>
                        <description><![CDATA[Thank you, is there any way I can remove the sidebar in the forum only?]]></description>
                        <content:encoded><![CDATA[<p>Thank you, is there any way I can remove the sidebar in the forum only?</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>hassancs91</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/problem-in-the-nest-replies/#post-56429</guid>
                    </item>
				                    <item>
                        <title>RE: Problem in the nest replies</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/problem-in-the-nest-replies/#post-56416</link>
                        <pubDate>Wed, 28 Jul 2021 03:50:06 +0000</pubDate>
                        <description><![CDATA[@hassancs91,
This option doesn&#039;t have any relation to your problem. Now I see what are you talking about. These are not the reply nesting issue, these are the &quot;quote&quot; nesting issue.
1. You...]]></description>
                        <content:encoded><![CDATA[<p>@hassancs91,</p>
<p>This option doesn't have any relation to your problem. Now I see what are you talking about. These are not the reply nesting issue, these are the "quote" nesting issue.</p>
<p>1. Your forum width is too small. So you should expect this result. This is your choice. Make your forum wider and blockquote text smaller with this CSS code. Insert this CSS code in Dashboard &gt; Forums &gt; Settings &gt; Styles &gt; Custom CSS Code textarea, save it, delete all caches, go to forum front-end and press Ctrl+F5:</p>
<pre contenteditable="false">.wpforo div.left-content {
    border-right: 1px solid #e5e5e5;
    margin-right: 0;
    padding: 50px 20px;
}
#wpforo #wpforo-wrap .wpforo-post blockquote, 
#wpforo #wpforo-wrap .wpforo-revision-body blockquote {
    width: 100% !important;
}
#wpforo #wpforo-wrap .wpforo-post blockquote::before {
    width: 2px;
    border-radius: 0;
}
#wpforo #wpforo-wrap .wpforo-post .wpforo-post-quote-author, 
#wpforo #wpforo-wrap .wpforo-revision-body .wpforo-post-quote-author {
    padding: 1px 0 !important;
}
#wpforo #wpforo-wrap .wpforo-post .wpforo-post-content blockquote p, 
#wpforo #wpforo-wrap .wpforo-revision-body blockquote p {
    font-size: 13px !important;
    line-height: 18px !important;
}</pre>
<p> </p>
<p>2. Why your forum users quote so much? They can reply instead of quote. I think the issue is in the <a href="https://wpforo.com/docs/root/categories-and-forums/forum-layouts/" target="_blank" rel="noopener">forum layout</a> you're currently using. As far as I see, you're using the <a href="https://wpforo.com/docs/root/categories-and-forums/forum-layouts/extended-layout/" target="_blank" rel="noopener">Extended forum layout.</a> Check out the threaded forum layout, it shows the reply thread and people don't have to quote to see the thread of replies. If your users like to quote, then you should use the Threaded layout: https://wpforo.com/docs/root/categories-and-forums/forum-layouts/threaded-layout/</p>
<p>https://wpforo.com/wp-content/uploads/2019/02/Screenshot-wpForo-Threaded-Forum-Layout-View-Posts-List-1.png</p>
<p> </p>
<p><strong>IMPORTANT:</strong> The threaded layout will change your forum home page and forum list as well. It won't look like a classic forum. Here is the Threaded layout forum home page:</p>
<p>https://wpforo.com/wp-content/uploads/2019/02/Screenshot-wpForo-Threaded-Forum-Layout-View-Forums-List.png</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>Robert</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/problem-in-the-nest-replies/#post-56416</guid>
                    </item>
				                    <item>
                        <title>RE: Problem in the nest replies</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/problem-in-the-nest-replies/#post-56401</link>
                        <pubDate>Tue, 27 Jul 2021 17:52:48 +0000</pubDate>
                        <description><![CDATA[@robert Thanks for your response, here are some examples:
 
I set the option to 3 already.]]></description>
                        <content:encoded><![CDATA[<p>@robert Thanks for your response, here are some examples:</p>
<p>https://h-educate.com/forums/general-qa/number-of-forum-post/paged/2/#post-36041</p>
<p>https://h-educate.com/forums/getting-started/got-rejected-by-ad-sense-3-times-frustrated/paged/4/#post-36162</p>
<p> </p>
<p>I set the option to 3 already.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>hassancs91</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/problem-in-the-nest-replies/#post-56401</guid>
                    </item>
				                    <item>
                        <title>RE: Problem in the nest replies</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/problem-in-the-nest-replies/#post-56362</link>
                        <pubDate>Tue, 27 Jul 2021 06:09:05 +0000</pubDate>
                        <description><![CDATA[Hi @hassancs91,
The screenshot is too small, I cannot see the whole issue. Please leave a direct link to that thread or just decrease the maximum nesting level for your thread replies, e.g....]]></description>
                        <content:encoded><![CDATA[<p>Hi @hassancs91,</p>
<p>The screenshot is too small, I cannot see the whole issue. Please leave a direct link to that thread or just decrease the maximum nesting level for your thread replies, <span style="color: #ff0000">e.g. set it 3.</span> The option is called <span style="color: #800080">"Threaded Layout - Replies Nesting Levels Deep"</span> and it's located in <span style="color: #3366ff">Dashboard &gt; Forums &gt; Settings &gt; Topics &amp; Posts Tab.</span></p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>Robert</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/problem-in-the-nest-replies/#post-56362</guid>
                    </item>
				                    <item>
                        <title>Problem in the nest replies</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/problem-in-the-nest-replies/#post-56330</link>
                        <pubDate>Mon, 26 Jul 2021 21:16:10 +0000</pubDate>
                        <description><![CDATA[I have a problem in my forum, when people reply multiple times, the nesting will break the design, take a look at the attached image.
 2.PNG]]></description>
                        <content:encoded><![CDATA[<p>I have a problem in my forum, when people reply multiple times, the nesting will break the design, take a look at the attached image.</p>
<div id="wpfa-0" class="wpforo-attached-file"><a class="wpforo-default-attachment" title="2.PNG" href="//wpforo.com/wp-content/uploads/wpforo/default_attachments/1627334171-2.png" target="_blank" rel="noopener"><i class="fas fa-paperclip"></i> 2.PNG</a></div>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>hassancs91</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/problem-in-the-nest-replies/#post-56330</guid>
                    </item>
							        </channel>
        </rss>
		