Notifications
Clear all

wpForo 1.x.x [Solved] Problem with last posts

8 Posts
3 Users
1 Likes
1,104 Views
Bastbra
Posts: 24
Topic starter
(@bastbra)
Eminent Member
Joined: 5 years ago
Hi there, unfortunately I have a problem with the display of the last sent posts. Since I redesigned the design of my website, the error has only occurred since then. What can I do about it now?
 
 
Best regards,
Bastbra
7 Replies
Posts: 1602
(@anonymous20)
Noble Member
Joined: 8 years ago

Press f12 of your browser, you have several errors. Possibly from your rocket caching optimization.

 

Bastbra
Posts: 24
Topic starter
(@bastbra)
Eminent Member
Joined: 5 years ago

I don't cache or optimize this site, only the pictures. I already deactivated this, but it doesn't work.

2 Replies
(@anonymous20)
Joined: 8 years ago

Noble Member
Posts: 1602
Posted by: @bastbra

I don't cache or optimize this site, only the pictures. I already deactivated this, but it doesn't work.

Do you understood what i posted? You have js and other errors in your pages.

Can't be sure from where they come, 99% of time they come from optimizations.

Maybe not related to your problem, still your site doesn't work right.

Bastbra
(@bastbra)
Joined: 5 years ago

Eminent Member
Posts: 24

@anonymous20

Yes, I understood, but this didn't help me. And the site is still running, moreover the errors don't seem to come from the optimization, because I have already deactivated them everywhere and nothing has changed. I've already written that.

Posts: 986
Moderator
(@martin)
Support Team
Joined: 8 years ago

Hi @bastbra,

Try this CSS code, it should fix the problem

#wpforo #wpforo-wrap .wpforo-recent-wrap table{display: block;}

Don't forget delete all caches and press ctrl+f5 on forum front-end before checking the result.

Bastbra
Posts: 24
Topic starter
(@bastbra)
Eminent Member
Joined: 5 years ago

Yep, it works. Thanks!

1 Reply
Moderator
(@martin)
Joined: 8 years ago

Support Team
Posts: 986

@bastbra

I'd also add this CSS code to see the whole text. Currently, the end of post contents are not visible:

#wpforo #wpforo-wrap .wpforo-recent-wrap .wpforo-recent-content td.wpf-stext {
     white-space: normal;
}