Hello,
i have the problem that it is not showing the last posters username at the topic list.
It looks like that:
How can i change that? I checked the bbPress settings but can’t find a option for that so i guess it has something todo with the template.
Thank you very much
Hi,
Can you post the link to your forum please?
Regards,
Josue
Hey!
You can add this on your custom.css or Quick CSS:
#bbpress-forums li {
display: block !important;
}
Cheers!
Ismael
Hey Ismael,
now everything is messed up. Not sure whats wrong there.
Thank you very much for your assist.
Hey,
i would appreciate it if someone could come up with a fix for this.
Just updated to the latest bbPress and Enfold but still have the same problem.
Thanks
Hey!
Can you please post a screenshot of the layout that you like? That is the default look of the topic box. Kriesi chose to removed some of the elements to make it look better.
Best regards,
Ismael
Hey Ismael,
The problem is that the Freshness column is not in the correct position.
I would like it to have it as you have it here (on this support forum)
Thank you very much
Hi!
Please use this on your Quick CSS or custom.css:
li.bbp-forum-info, li.bbp-topic-title {
width: 55%;
}
li.bbp-forum-freshness, li.bbp-topic-freshness {
text-align: center;
float: left;
width: 25%;
}
Best regards,
Ismael
Thank you very much Ismael :)