Forum Replies Created
-
Ah. Ok. Will do mercime. Thanks for the reply!
Just an update. I found a plugin that gives at least basic functionality.
https://wordpress.org/extend/plugins/bbpress-post-toolbar/
It allows for basic text edits and images and stuff so this will work for now. Also it seems like maybe there will be better support for an editor in bbpress 2.1.
Hey Paul, thanks for the quick reply. I’m actually using bbPress. I don’t see the option to turn on the TinyMCE controls. They don’t appear to be there by default.
Well, that helped I think although my child theme style still wasn’t loading at all.
I solved it though by just downloading and installing a child theme off the buddypress website, uploading it, activating it, and then clearing out all the css/code for that child theme. For some reason that worked, but creating the folders from scratch didn’t.
Oh well. Problem solved. Thanks for the tip on teh bp-template pack!
Nope. Didn’t even know about that. Thanks! I’ll give it a shot and report back.
Sorry… still stuck on this. A bit more info. When I inspect the loaded page I can see that it is loading the following stylesheet:
“
That’s automatically being generated in the section. That’s the stylesheet tha tI want to load although I don’t know what the deal is with the ver=20120110.
Anyway, I tried to just change something simple like the
style and it doesn’t load.
Anybody have any other tips? I feel like I’m missing something stupid.
Have those new people maybe not activated their profiles?
Not sure but just a thought that maybe they don’t show until they are activated..
Ah. It was the quote thing. Thanks aces!
Do I need to do that for each style sheet? Now it looks like it subbed out the default stylesheet for that basically blank one.
If you check out the site (www.cornerstonecooking.com) there is no style on it really.
Ah! Now we are getting somewhere.
Now I’m getting…
// Add main CSS
Warning: Division by zero in /home/cornerst/public_html/wp-content/themes/cornerstone/functions.php on line 7`<?php
if ( !function_exists( ‘bp_dtheme_enqueue_styles’ ) ) :
function bp_dtheme_enqueue_styles() {}
endif;wp_enqueue_style( ‘cornerstone’, get_stylesheet_directory_uri() . ‘/style.css’, array(), $version );`
Googled it and sounds like it has something to do with variable declaration, but I haven’t changed any variables in the main code…
Thanks for your help!
Hmm.. got this error:
// Add main CSS if ( !function_exists( ‘bp_dtheme_enqueue_styles’ ) ) : function bp_dtheme_enqueue_styles() {} endif; wp_enqueue_style( ‘cornerstone’, get_stylesheet_directory_uri() . ‘/style.css’, array(), $version );
Warning: Cannot modify header information – headers already sent by (output started at /home/cornerst/public_html/wp-content/themes/cornerstone/functions.php:6) in /home/cornerst/public_html/wp-includes/pluggable.php on line 866