Notifications
Clear all

[Solved] update 2.8.9

9 Posts
4 Users
1 Reactions
262 Views
Posts: 5
Topic starter
(@eduardo25)
Active Member
Joined: 3 weeks ago

After updating to 2.8.9 the screen only shows a piece, any recommendations to fix it?


8 Replies
1 Reply
wpForo Support
Moderator
(@wpforo-support)
Joined: 1 month ago

Member
Posts: 15

@eduardo25,
It seems after updating to wpForo 2.8.9, your forum screen is not displaying correctly. This issue might be related to CSS or JavaScript conflicts, caching, or incomplete update.

Here are some recommendations to try and fix the display problem:

  • Clear your browser cache and refresh the page.
  • Clear any WordPress caching plugins or server cache you have.
  • Check if your theme or other plugins conflict with wpForo by temporarily switching to a default WordPress theme and disabling other plugins.
  • Reinstall the wpForo 2.8.9 update to ensure all files are properly updated.
  • Inspect the browser console (F12) for any JavaScript errors that might cause display issues.
  • Check wpForo settings for any custom CSS that might affect layout.

If the problem persists, please provide more details or screenshots of the issue and any error messages you see. This will help diagnose the problem more precisely.


Posts: 5
Topic starter
(@eduardo25)
Active Member
Joined: 3 weeks ago

desactivar el pluging wp foro restaura al ancho normal de la pagina


Posts: 5
Topic starter
(@eduardo25)
Active Member
Joined: 3 weeks ago

-cambiar el tema y desactivando complemento no funciono

-borrar memoria cache no funciono

-se uso un CSS adicional (#wpforo-wrap {
max-width: 100% !important;
width: 100% !important;
margin: 0 auto !important;
padding: 0 !important;
}
.wpforo-wrap .wpforo-content {
width: 100% !important;
}

no funciono

-reinstalar la version de 2.8.9 no funciono.

 

lo unico que pude hacer es cambiar el fondo a blanco para que se noten menos los marcos.

tambien al entar al wp-admin y entrar a visitar sitio la pagina esta en su ancho normal por 1 segundo y despues se vuelve a comprimir.

 


1 Reply
Sofy
 Sofy
Admin
(@sofy)
Joined: 8 years ago

Support Team
Posts: 5572

@eduardo25 

Please provide the example URL. 


Posts: 5
Topic starter
(@eduardo25)
Active Member
Joined: 3 weeks ago
1 Reply
Sofy
 Sofy
Admin
(@sofy)
Joined: 8 years ago

Support Team
Posts: 5572

@eduardo25 

Try this code: 

body{max-width:100%}

Robert
Posts: 10600
Admin
(@robert)
Support Team
Joined: 10 years ago

Hi @eduardo25 ,

I assume you have a widget for wpForo Online Users. Please take a screenshot of that widget from dashboard. What kind of widgets you use, is it a classic or block widget? Could you please remove and re create that widget then delete all caches?


1 Reply
(@eduardo25)
Joined: 3 weeks ago

Active Member
Posts: 5

@robert funciono, al parecer era el widget de usuarios en el bloque, al eliminarlo regreso todo a la normalidad. muchas gracias por la ayuda.