Replies
Ok, A huge mistake on my end. I was not handling the ajax actions and WordPress was not allowing subscriber to set post thumbnail.
Hi Peter,
I am sorry. May be you are right as I just realized I was doing the tests with an author account and forgot to do the final test with subscriber. Please give me an hour and I will have more details. I am sorry for all the trouble. It is most probably an issue on my end.If that is not happening, The javascript file is not loading. Can you please check if bsfep.js is being loaded?
It should be loaded in the footer on the page where form is displayed. If it does not load, you will see featured image option but that won’t be set. It overrides some of the media model/view settings for post id/nonces to make them work.
Hi Peter,
Most probably the included js is not loading. Please try this and let me know what you see1. Click Add New in BuddyBlog menu
2. On that screen, click “Set Featured Image link” which is just below the Content Area
3. Does that link open a popup? If yes, select an image and click the button “Set featured image”, Now, that image should be inserted in the area below post content. Is that happening?That’s all I need to know.
PS: And admin uploaded image can not be deleted/removed by subscribers.
No, BuddyBlog update is not required. Are you able to set/remove post thumbnail on the screen? Also, if you are using custom post type, please make sure your post type supports post thumbnail.
Hi Peter, Nate
Please Upgrade to Simple Front End post plugin 1.2.6Now, this plugin allows setting/removing featured image properly.
Hope that helps.
Thank you
BrajeshThank you Peter.
Some good news here. I have got the add remove thumbnail working properly as well as the other things now. I won’t be able to post today and the code needs some more cleanup but will do tomorrow.Thank you
Brajesh- Brajesh Singh on December 12, 2015 at 7:56 pm in reply to: [Resolved] BP Force Profile Photo Plugin – Red Notification Bar Not Showing Up Anymore #2007
In that case, just put it at the bottom of header.php that will be visible but may not look great.
- Brajesh Singh on December 12, 2015 at 7:43 pm in reply to: [Resolved] BP Force Profile Photo Plugin – Red Notification Bar Not Showing Up Anymore #2005
Hi Vicki,
I am sorry but that depends on your theme. Most probably putting it in header.php should be fine. You will need to find the proper location (container etc) as I am not familiar with the above mentioned theme. Try putting it at the end and then you may adjust as per the layout. - Brajesh Singh on December 12, 2015 at 7:09 pm in reply to: [Resolved] BP Force Profile Photo Plugin – Red Notification Bar Not Showing Up Anymore #2003
Hi Vicki,
I am sorry for the delayed reply.You will need to have this line in all your pages
<?php do_action( 'template_notices' ); ?>
Currently it is only on few specific pages(User/groups/forums) in your template.
This is used to display notice (and there is not other way to inject notice)
Please put that line in your header file and check if the notice is available or not. You may have to do it conditionally to avoid double notice on user profile/group though.Hope that helps.
Regards
Brajesh