Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

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

  • Rapforthemoment
    Participant

    @rapforthemoment

    I really appreciate your attempt! Thanks for the reply. Sadly that would really mess up my site by turning that off. So is there no way to format that function where I can just remove the function and place it in my functions.php?


    Rapforthemoment
    Participant

    @rapforthemoment

    Or something such as remove_action( 'bp_core_add_admin_notice( $notice );' ); maybe would work?
    I’m not really familiar with php but I am reading other forums and posts about similar topics.


    Rapforthemoment
    Participant

    @rapforthemoment

    Appreciate the response. Sadly, that would be better than having it nag me all the time. Is there really no way to edit that code so I can place it in my child themes functions.php and it remove the message?

    Something like notice = none or something like that?


    Rapforthemoment
    Participant

    @rapforthemoment

    I have successfully removed the message from appearing in my backend by cutting out this code in wp-content/plugins/buddypress/bp-core/admin/:

    if ( !empty( $orphaned_components ) ) {
    		$admin_url = bp_get_admin_url( add_query_arg( array( 'page' => 'bp-page-settings' ), 'admin.php' ) );
    		$notice    = sprintf( __( 'The following active BuddyPress Components do not have associated WordPress Pages: %2$s. <a href="%1$s">Repair</a>', 'buddypress' ), esc_url( $admin_url ), '<strong>' . implode( '</strong>, <strong>', $orphaned_components ) . '</strong>' );
    
    		bp_core_add_admin_notice( $notice );
    	}

    So far there are no malfunctions and no drawbacks. The message is gone and everything appears normal. Seemed to do the trick. Now I can register users through my themes registration process and not have to worry about any Buddypress registration.


    Rapforthemoment
    Participant

    @rapforthemoment

    Is there really no way to remove that nag notification? That seems like a pretty big drawback. Not even in the Buddypress files, there isn’t some code to cut out or insert to remove this message?


    Rapforthemoment
    Participant

    @rapforthemoment

    Thank you so much, Shane!


    Rapforthemoment
    Participant

    @rapforthemoment

    Gotcha. Anyone you could recommend to me? It would truly help me out so much! Thank you!


    Rapforthemoment
    Participant

    @rapforthemoment

    Please help. Really in trouble here.


    Rapforthemoment
    Participant

    @rapforthemoment

    Well that did it! Thank you so much. The firebug code gave me this:

    .label, .badge {
    color:#F9D800;
    display:inline-block;
    font-size:11.844px;
    font-weight:bold;
    line-height:14px;
    padding:2px 4px;
    }

    How do I go about using this to get to the code you gave me?


    Rapforthemoment
    Participant

    @rapforthemoment

    Works PERFECTLY! Better than expected! Couldn’t be happier! Thank you 🙂


    Rapforthemoment
    Participant

    @rapforthemoment

    Thank you SO much for your help! I have stepped away from my computer at the moment but in a short time I’ll be able to test out this code! Thank you in advance for your extensive amount of support!


    Rapforthemoment
    Participant

    @rapforthemoment

    This is the Happenstance theme. I believe it is from a production site, but it is available in the WordPress theme download search. I can only add the widgets to a Buddypress page if it is under Single Post Page, but if I do that, then the widget goes to every single post page, which I do not want.


    Rapforthemoment
    Participant

    @rapforthemoment

    Sir, I believe this is basic knowledge. That is not my problem. I cannot add a widget ANYWHERE on a page activated with BuddyPress. I have the right sidebar for widgets and they will not add any kind of widget to any page that has BuddyPress Activity, Groups, etc.


    Rapforthemoment
    Participant

    @rapforthemoment

    I managed to fix the unclickable “show everything” dropdown menu. Just a faulty plugin. I now have the problem where the box is scrunched. What can I do to fix this?

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