Black Friday: Grab all our memberships, plugins and themes at the biggest-ever 30% discount. Use coupon BLACKFRIDAY2025 before December 1st

BuddyDev

Search

Mediapress main plugin – Gallery

  • Participant
    Level: Initiated
    Posts: 8
    Horst on #55853

    Hi Brajesh, thanks for your feedback and support. Will wait for the update.

  • Keymaster
    (BuddyDev Team)
    Posts: 25226
    Brajesh Singh on #55862

    Hi Horst,
    Thank you for your patience.

    We are running lowercasing the recorded type label. Will it work for you if I shared css snippet to make the word in capital case?

    Regards
    Brajesh

  • Participant
    Level: Initiated
    Posts: 8
    Horst on #55864

    Hi Brajesh, yes of course. I would give it a try! In addition please tell me where to put the CSS Code ….

  • Participant
    Level: Initiated
    Posts: 8
    Horst on #55883

    Hi Brajesh, may be you did forget me … ?

  • Keymaster
    (BuddyDev Team)
    Posts: 25226
    Brajesh Singh on #55887

    Hi Horst,
    I am sorry, I missed on it. I will share the code today.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25226
    Brajesh Singh on #55889

    Hi Horst,
    Thank you for your patience.

    Please visit Dashboard->Appearance->Customize->Additional CSS and add the following:-

    li.mpp_media_upload .activity-header p a:nth-child(2)
    Specificity: (0,3,3)
     {
        text-transform: capitalize;
    }
    

    That should make the first letter capital. Please let me know if it works for you or not?

    Regards
    Brajesh

  • Participant
    Level: Initiated
    Posts: 8
    Horst on #55890

    Hi Brajesh, thanks for your support, but it doesn’t work. The activity is still

    “silberfuchs fügte ein neues foto Album hinzu.”

    “Album” is a link, that’s right – but the word “foto” is the issue. It’s only text – may be it should be included in the link e.g. “Foto-Album”

    Best regards,
    Horst

  • Participant
    Level: Initiated
    Posts: 8
    Horst on #55891

    The issue is in the original Text:

    %s created a %s gallery

    The first %s seems to be wrong to be translated:

    For German language:

    %s fügte ein neues %s Album hinzu.

    shows then: “silberfuchs fügte ein neues foto Album hinzu.”

  • Keymaster
    (BuddyDev Team)
    Posts: 25226
    Brajesh Singh on #55897

    Hi Horst,
    Thank you for the reply.

    It seems updating individual word is not going to help. Please give me couple of days to think. I am planning that we can incur full string for know media types and then fallback to default for unknown types(future types). That will work better with localization.

    Regards
    Brajesh

You must be logged in to reply to this topic.

This topic is: not resolved