BuddyDev

Search

[Resolved] Hide image titles from front end

  • Participant
    Level: Initiated
    Posts: 6
    steve on #25979

    Hi,
    how can I hide the image titles from front end posting with buddypress?
    Thanks

  • Keymaster
    (BuddyDev Team)
    Posts: 24149
    Brajesh Singh on #25980

    Hi Steve,
    Welcome to BuddyDev.

    Please provide the context of the image upload. are you using any plugin for it?

    Regards
    Brajesh

  • Participant
    Level: Initiated
    Posts: 6
    steve on #25982

    Hi Bajesh,
    thanks for the welcome and quick reply,
    I am using media press and when uploading in the BP activity it shows image titles which if they have not been edited by the user can look terrible 🙂
    so is there a way to disable image titles form activity feed?

  • Keymaster
    (BuddyDev Team)
    Posts: 24149
    Brajesh Singh on #25984

    Hi Steve,
    Thank you for the details.

    Are you referring to the title in the lightbox? By default, MediaPress should not show the title in activity media list(for images). It does appear in the lightbox though.

    can you please confirm?

    Thank you
    Brajesh

  • Participant
    Level: Initiated
    Posts: 6
    steve on #25985

    Hi,
    yes in the light box for sure, but also it displays in a tooltip on the activity feed. not sure if this mediapress generating this or buddypress, a bit of a novice at all this at the moment.

  • Keymaster
    (BuddyDev Team)
    Posts: 24149
    Brajesh Singh on #25987

    Hi Steve,
    thank you.

    Please visit dashboard->Appearance->Customize

    Now, open the “Additional Css” section and paste it there

    
    
    .mpp-lightbox-media-title-info  { display:none;}
    
    

    That will remove it from the lightbox.

    For the tooltip, I am unable to provide a solution currently. It will need template overriding. The tooltip is being shown from the title attribute of the link.

    Regards
    Brajesh

  • Participant
    Level: Initiated
    Posts: 6
    steve on #25992

    many thanks Brajesh, i will add the css

  • Keymaster
    (BuddyDev Team)
    Posts: 24149
    Brajesh Singh on #26011

    You are welcome.

You must be logged in to reply to this topic.

This topic is: resolved