Replies
- Daniel on January 14, 2019 at 10:28 am 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 - Daniel on January 12, 2019 at 4:00 pm in reply to: [Resolved] Problems uploading New Profile Photo or Cover Photo #20152
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 - Daniel on January 12, 2019 at 1:40 pm in reply to: [Resolved] Problems uploading New Profile Photo or Cover Photo #20148This reply has been marked as private.
- Daniel on January 11, 2019 at 12:04 pm in reply to: [Resolved] Need some Customization Help for BuddyBlog Plugin #20143
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 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- This reply has been marked as private.
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- This reply has been marked as private.
- Daniel on January 10, 2019 at 9:36 pm in reply to: [Resolved] Add small icon for Poke Button for more funny effect #20115
Hi Brajesh,
OK thanks will try.
Regards
Daniel - Daniel on January 8, 2019 at 7:19 am 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