Notifications
Clear all

wpForo 1.x.x [Solved] Can't change forum colors

15 Posts
2 Users
2 Reactions
4,037 Views
Posts: 11
Topic starter
(@jonathan)
Active Member
Joined: 7 years ago

Ok I did that too.

BlackRaz
Posts: 404
Admin
(@blackraz)
Contributor
Joined: 8 years ago

Yes the problem comes from file writing permissions.

In your site wpforo have not a permission to write into file 

/wp-content/plugins/wpforo/wpf-themes/classic/colors.css

The right way to solve this problem is fix files and folders permission.

All files in FTP to be have a chmod 0644 and folders to have chmod 0755

BlackRaz
Posts: 404
Admin
(@blackraz)
Contributor
Joined: 8 years ago

The another way to fix this problem.

  1. Open file /wp-content/plugins/wpforo/wpf-includes/wpf-hooks.php
  2. Go to line 1025 and change this code line  to this code 
wp_add_inline_style( 'wpforo-dynamic-style', $css );


3. And Go to line 1028 and change this code line to this code 

 

add_action( 'wp_enqueue_scripts', 'wpforo_dynamic_style', 12 );


after all changes save this file into FTP and try refresh Forum Page with Ctrl + F5

Posts: 11
Topic starter
(@jonathan)
Active Member
Joined: 7 years ago

Ok, thank you very much!

Page 3 / 3