By Jean-Marie on Thursday, 20 February 2020
Posted in Technical Issues
Replies 3
Likes 0
Views 650
Votes 0
Hello

How to prevent a "featured" discussion is not displayed on all pages, I would like this to be displayed only on the home page.
Hey there,

Currently, featured posts can be disabled in Recent Posts page only by disabling the setting as shown in the screenshot. https://take.ms/exhPO
·
Friday, 21 February 2020 11:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello

Thanks for the reply, but even when you deactivate it as you indicate, the featured article is always displayed on all pages, which is annoying for my site.
Is there another solution, I don't need to see "the presentation of my site" on all the pages!
·
Friday, 21 February 2020 15:36
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey there,

I am really sorry for the late of the reply here.

Currently there is no setting to do it but you can add the following CSS code into the Backend > EasyDiscuss > Themes > Custom CSS:

body #ed.view-categories .is-featured {
display: none;
}

body #ed.view-tags .is-featured {
display: none;
}

body #ed.view-profile .is-featured {
display: none;
}

body #ed.view-groups .is-featured {
display: none;
}


Take note that it is impossible with custom CSS as well for the post listing of the user. https://take.ms/tVBin

Do clear all of your caches before you see the changes.
·
Monday, 24 February 2020 12:15
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post