Trollkjeft (@trollkjeft)

Forum Replies Created

Viewing 1 replies (of 1 total)

  • Trollkjeft
    Participant

    @trollkjeft

    Hi Jared, and thanks for your reply! Well, the child theme’s is supporting bbPress it seems, and function file read the following from row 73 to 93:

    /*———————————————————————————–*/
    /* Initialize the Options Framework
    /* http://wptheming.com/options-framework-theme/
    /*———————————————————————————–*/

    if ( !function_exists( ‘optionsframework_init’ ) ) {

    define(‘OPTIONS_FRAMEWORK_URL’, PARENT_URL . ‘/admin/’);
    define(‘OPTIONS_FRAMEWORK_DIRECTORY’, PARENT_DIR . ‘/admin/’);

    require_once (OPTIONS_FRAMEWORK_DIRECTORY . ‘options-framework.php’);

    }

    if ( class_exists( ‘jigoshop’ ) ) {
    require_once (PARENT_DIR . ‘/jigoshop_functions.php’);
    }

    if ( class_exists( ‘bbPress’ ) ) {
    require_once (PARENT_DIR . ‘/bbpress_functions.php’);
    }

    require_once (PARENT_DIR . ‘/shortcodes.php’);

    The strange thing is that this problem appeared after using the childtheme (unmodified) for a while. The first week it rolled just s expected.

    Hmm…

Viewing 1 replies (of 1 total)