BuddyDev

Search

Replies

  • Participant
    Level: Guru
    Posts: 504
    Daniel on in reply to: Implementing Instagram Photos into MediaPress ? #20168

    Hi Brajesh,

    I was just stumbling upon this plugin which looks promising and it might could help to implement Instagram Photos of the User into Media Press:

    https://wordpress.org/plugins/instashow-lite/

    Regards
    Daniel

  • Participant
    Level: Guru
    Posts: 504

    Hi Brajesh,

    Yeah, it was the Lazy Load images Plugin causing this. Wow you’ve made my day!!!

    These things only Masters can know.

    Thank you so much I feel really relieved now!!!

    That’s so good the feature works again and I’m very happy 🙂 !!!

    Thank you again!!!

    Regards
    Daniel

  • Participant
    Level: Guru
    Posts: 504
    This reply has been marked as private.
  • Participant
    Level: Guru
    Posts: 504

    Hi Brajesh,

    1. I have already enabled Featured Image in BuddyBlog Settings but the function is hidden in frontend when the user is trying to EDIT his post.

    In the older Buddyblog Version the user was able to change the Featured Image when Editing Post, but since the new update the function is hidden even when enabled in backend.

    Also, Ravi had send me the code below to hide “New Post” Tab because I am using another plugin to create New Post.
    Since the new update, the “New Post” tab is visible again. Would it be possible to change the code Ravi provided in order that the user gets redirected to https://mypage.com/create-new-blog/ when clicking on “New Post” tab instead of hiding the tab? If that will not be possible could you please change the code in order that the tab is invisible?

    function buddydev_remove_new_post_tab() {
    	if( ! buddyblog_is_edit_post() ) {
    		bp_core_remove_subnav_item( buddypress()->buddyblog->slug, 'edit' );
    	}
    }
    add_action( 'bp_buddyblog_setup_nav', 'buddydev_remove_new_post_tab' );
    
    function buddydev_remove_admin_new_post_tab( $wp_admin_nav_items ) {
    
        if ( ! buddyblog_is_edit_post() ) {
    	    $new_admin_items = array();
    
    	    foreach ( $wp_admin_nav_items as $wp_admin_nav_item ) {
    
    		    if ( $wp_admin_nav_item['id'] == 'my-account-' . buddypress()->buddyblog->id . '-new-post' ) {
    			    continue;
    		    }
    
    		    $new_admin_items[] = $wp_admin_nav_item;
    	    }
    
    	    return $new_admin_items;
        }
    
        return $wp_admin_nav_items;
    }
    
    add_filter( 'bp_buddyblog_admin_nav', 'buddydev_remove_admin_new_post_tab' );

    Thank you very much for your assistance.

    Regards
    Daniel

  • Participant
    Level: Guru
    Posts: 504
    Daniel on in reply to: Bug in some plugin #20130

    Hi Brajesh,

    Cool, I thought so too it is the Live Notification.

    Yes, I have re-activated the Moderation Tool and all works well.

    Does this mean I cannot use Live Notification Plugin with my Theme ?

    Thanks & Regards
    Daniel

  • Participant
    Level: Guru
    Posts: 504
    Daniel on in reply to: Bug in some plugin #20125
    This reply has been marked as private.
  • Participant
    Level: Guru
    Posts: 504
    Daniel on in reply to: Bug in some plugin #20120

    Hi Brajesh,

    I have deactivated the Moderation Tool plugin but the UFO Button is still there.

    Might it is another plugin causing this?

    Thanks & Regards
    Daniel

  • Participant
    Level: Guru
    Posts: 504
    Daniel on in reply to: Bug in some plugin #20116
    This reply has been marked as private.
  • Participant
    Level: Guru
    Posts: 504

    Hi Brajesh,

    OK thanks will try.

    Regards
    Daniel

  • Participant
    Level: Guru
    Posts: 504
    Daniel on in reply to: [Resolved] BP Contact Form Issue enable/disable #20037

    Hi Brajesh,

    Apologies, all is working well, I had to enable to show Contact Form and it works now.

    Please disregard my previous ticket response.

    Thank you & Regards,
    Daniel