• This topic has 9 replies, 2 contibutors, and was last updated 9 years ago by Anonymous.
Viewing 10 posts - 1 through 10 (of 10 total)
  • Question

    #48332
    @gimmedia

    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?

    Answers

    #48428

    Anonymous
    @

    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

    #48442
    @gimmedia

    ok thanks

    #48701

    Anonymous
    @

    🙂

    #49087
    @gimmedia

    Can that field be disabled for users? I don’t want to let them use it or maybe hide it?

    #49169

    Anonymous
    @

    Hi @gimmedia You can use following code

    
    #buddyboss-media-bulk-uploader-uploaded textarea {
        display: none;
    }
    

    Regards

    #49203
    @gimmedia

    thx

    #49257

    Anonymous
    @

    🙂

    #51116
    @gimmedia

    I also added this

    #buddyboss-media-bulk-uploader-text{
        display: none;
    }

    So the text area is also disabled in the activity upload

    #51494

    Anonymous
    @

    Great, I will close this thread

Viewing 10 posts - 1 through 10 (of 10 total)
  • The question ‘Image Description’ is closed to new replies.