- This topic has 9 replies, 2 contibutors, and was last updated 9 years ago by .
Viewing 10 posts - 1 through 10 (of 10 total)
Question
Answers
Viewing 10 posts - 1 through 10 (of 10 total)
- The question ‘Image Description’ is closed to new replies.
BuddyBoss Home – Web › Support Forums › Plugins › BuddyBoss Media › Image Description
Hi, I want to use the Image Description which a user can add to an uploaded image in a template. Can I query this field?
Hi @gimmedia,
You have include post activity for photo upload, if you are looking for caption option for each individual image, it’s not available as option
Say Something about the Photo input also display at top of the lightbox
Regards
ok thanks
🙂
Can that field be disabled for users? I don’t want to let them use it or maybe hide it?
Hi @gimmedia You can use following code
#buddyboss-media-bulk-uploader-uploaded textarea {
display: none;
}
Regards
thx
🙂
I also added this
#buddyboss-media-bulk-uploader-text{
display: none;
}
So the text area is also disabled in the activity upload
Great, I will close this thread