Info
- 3 posts
- 2 voices
- Started 2 years ago by KICKERMAN360
- Latest reply from KICKERMAN360
- This topic is not resolved
CSS not found (but it is there)
-
- Posted 2 years ago #
Ok
I integrated WordPress 2.8.1 and bbPress 1.0.1 using the tutorial by Sam and it worked perfectly.
I did deep integration by adding:
if ( !defined( 'ABSPATH' ) ) {
include_once( '/path/to/wp-load.php' );
}
*with the correct path*And again, worked. Now I want to load both stylesheets off WordPress and bbPress. Only WordPress loads it style sheet, bbPress returns a 404.
This didn't happen with bbPress 0.9, anyone know why this happened?
Permissions are 755 on all files and folders.
-
- Posted 2 years ago #
Please post a URL if you still need help with this.
-
- Posted 2 years ago #
Hey, thanks for the reply.
I found a fix by placing my theme in the bb-templates folder (I know we're not supposed to). Even placing the original templates in my-templates folder screwed up. I think it's a chmod issue.
Thanks anyway though.
-
You must log in to post.