BuddyDev

Search

Replies

  • Participant
    Level: Yogi
    Posts: 1114

    Hi there, the issue was part of a later break down of the hole page, so the issue was not caused by BP. The site is up and running again, after recreation, so all is good 😉

    Regards

  • Participant
    Level: Yogi
    Posts: 1114
    calu on in reply to: [Resolved] Considerations about moving to Nouveau #36316

    Hi Brajesh, thanks for your feedback, I managed the switch to Nouveau without too much effort.

    Regards
    Carsten

  • Participant
    Level: Yogi
    Posts: 1114
    calu on in reply to: [Resolved] BP template tag breaks my site #35604

    Hi Ravi, it’s working now!

    Thanks for your effort to help me in making it work, you are most kind

    Regards
    Carsten

  • Participant
    Level: Yogi
    Posts: 1114
    calu on in reply to: [Resolved] BP template tag breaks my site #35597

    Hi Ravi, thanks for the code. It output the same result.

    What I need is to hide the two tags individually, so the statement should be an OR.

    Is elseif = || ?

  • Participant
    Level: Yogi
    Posts: 1114
    calu on in reply to: [Resolved] BP template tag breaks my site #35592

    Hi Ravi, thanks again, you have been most helpful. For some reason it has no effect in this function, where this element should be hided on the /members/profilename/settings/ but I must look for a solution elsewhere.

    add_filter( 'generate_hook_element_display', function( $display, $element_id ) {
        if ( 45256 === $element_id && bp_is_current_component( "bp-messages" ) || bp_is_settings_component() ) {
            $display = false;
        }
    
        return $display;
    }, 10, 2 );

    Regards
    Carsten

    • This reply was modified 3 years, 10 months ago by calu.
    • This reply was modified 3 years, 10 months ago by calu.
  • Participant
    Level: Yogi
    Posts: 1114
    calu on in reply to: [Resolved] BP template tag breaks my site #35584

    Hi again Ravi, can you inform me if bp_is_settings_component()is deprecated as well?

  • Participant
    Level: Yogi
    Posts: 1114
    calu on in reply to: [Resolved] BP template tag breaks my site #35580

    Hi Ravi, thanks for the clarification, the bp_is_user_profile_edit is working, while the bp_is_profile_edit is not. strange that bp_is_user_profile_edit apparently is not listed in the Template Tag Reference.

    Regards
    Carsten

  • Participant
    Level: Yogi
    Posts: 1114

    Hi Brajesh, yes of course, you were absolutely right WordPress Address (URL) and Site Address (URL) were not changed to https.

    Thank you very much Brajesh, you saved me for a lot of time troubleshooting this issue!

    Regards
    Carsten

  • Participant
    Level: Yogi
    Posts: 1114

    Hi Brajesh, not in my General Settings

    https://imgur.com/QkUfoQQ

    Regards
    Carsten

  • Participant
    Level: Yogi
    Posts: 1114

    Hi Brajesh, thanks for your suggestion. I’m not sure which settings you are referring to, but the site is secured with SSL encryption, except for this slug, /activity/reply/, so I can’t see there should be any missing settings. I will ask cPanel support, thanks.

    Regards
    Carsten