AI Search
Classic Search
 Search Phrase:
 Search Type:
Advanced search options
 Search in Forums:
 Search in date period:

 Sort Search Results by:

AI Assistant
Notifications
Clear all

[Closed] Problem in the nest replies

8 Posts
3 Users
0 Reactions
3,881 Views
Posts: 7
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@hassancs91)
Active Member
Joined: 5 years ago
[#17735]

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

7 Replies
Robert
Posts: 10736
Admin
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@robert)
Support Team
Joined: 2 months ago

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. set it 3. The option is called "Threaded Layout - Replies Nesting Levels Deep" and it's located in Dashboard > Forums > Settings > Topics & Posts Tab.


2 Replies
(@hassancs91)
Joined: 5 years ago

Active Member
Posts: 7
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian

@robert Thanks for your response, here are some examples:

https://h-educate.com/forums/general-qa/number-of-forum-post/paged/2/#post-36041

https://h-educate.com/forums/getting-started/got-rejected-by-ad-sense-3-times-frustrated/paged/4/#post-36162

 

I set the option to 3 already.


Robert
Admin
(@robert)
Joined: 2 months ago

Support Team
Posts: 10736
Robert
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian

@hassancs91,

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.

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 > Forums > Settings > Styles > Custom CSS Code textarea, save it, delete all caches, go to forum front-end and press Ctrl+F5:

.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;
}

 

2. Why your forum users quote so much? They can reply instead of quote. I think the issue is in the forum layout you're currently using. As far as I see, you're using the Extended forum layout. 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/

 

IMPORTANT: 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:


Posts: 7
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@hassancs91)
Active Member
Joined: 5 years ago

Thank you, is there any way I can remove the sidebar in the forum only?


2 Replies
(@percysgrowroom)
Joined: 7 years ago

Noble Member
Posts: 1244
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian

@hassancs91 Check this reply mate 🙂

https://wpforo.com/community/postid/37165/


Robert
Admin
(@robert)
Joined: 2 months ago

Support Team
Posts: 10736
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian

@hassancs91,

Please use the CSS code I posted above. If the result is not enough, you can go forward and remove the sidebar.


Posts: 7
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@hassancs91)
Active Member
Joined: 5 years ago

Thanks


Share: