Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

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

8 Posts
3 Users
1 Reactions
1,701 Views
Bastbra
Posts: 24
Topic starter
(@bastbra)
Eminent Member
Joined: 6 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: 1599
(@anonymous20)
Noble Member
Joined: 9 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: 6 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: 9 years ago

Noble Member
Posts: 1599
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: 6 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: 990
Moderator
(@martin)
Support Team
Joined: 9 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: 6 years ago

Yep, it works. Thanks!

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

Support Team
Posts: 990

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