Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)

  • cornerstonecooking
    Member

    @cornerstonecooking

    Ah. Ok. Will do mercime. Thanks for the reply!


    cornerstonecooking
    Member

    @cornerstonecooking

    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.


    cornerstonecooking
    Member

    @cornerstonecooking

    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.


    cornerstonecooking
    Member

    @cornerstonecooking

    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!


    cornerstonecooking
    Member

    @cornerstonecooking

    Nope. Didn’t even know about that. Thanks! I’ll give it a shot and report back.


    cornerstonecooking
    Member

    @cornerstonecooking

    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.


    cornerstonecooking
    Member

    @cornerstonecooking

    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..


    cornerstonecooking
    Member

    @cornerstonecooking

    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.


    cornerstonecooking
    Member

    @cornerstonecooking

    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!


    cornerstonecooking
    Member

    @cornerstonecooking

    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

Viewing 10 replies - 1 through 10 (of 10 total)
Skip to toolbar