Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

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

  • buphx
    Participant

    @buphx

    Well, now I’m not sure if it’s even registering. I had placed this in my functions.php:
    function bp_check()
    {
    if (wp_script_is ( ‘bp-nouveau’, ‘registered’ )) {
    return;
    } else {
    echo ‘false’;
    }
    }
    add_action( ‘bp_enqueue_scripts’, ‘bp_check’ );

    It returns true on both the individual profile and site-wide activity pages for ‘registered’ but then returns false for ‘enqueued’ on both, even though the script is obviously working on the individual profile.

    Are you able to tell if that’s the correct way to check? Should I be using a different first arg for the add_action? Thanks!


    buphx
    Participant

    @buphx

    I’m not filtering anything related to nouveau. As far as I can tell the bp_nouveau script is registered but not enqueued (I used wp_script_is to check both). Any idea why this might be? Thanks!

    Nick


    buphx
    Participant

    @buphx

    Hello,
    I am having the exact same issue. The activity stream only shows up on an individual profile and I’ve disabled all other plugins and switched the theme to Twenty Seventeen. The console shows no related errors. When I switch from bp-nouveau to legacy everything seems to work perfectly but I would also much prefer to use nouveau. The only thing I can see that my site has in common with @aaronpods is WPEngine as a host. Any help with this would be much appreciated. I am happy to provide any other info that would be of use. Thank you!

    Nick

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