BuddyDev

Search

[Resolved] BUDDYPRESS REPORT BUTTON APPEARING TWICE

  • Participant
    Level: Initiated
    Posts: 10
    Psycho on #41343

    I found out something that might give an indication of where the problem is caused.

    In the mobile view / smartphone, the button labeling is not duplicated. only on larger screen sizes.

    Thank you for your efforts!

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

    Hi,
    I have checked and see the issue. The problem happens due to the way the screen-reader-text class is used in the theme.

    Please visit Dashboard->Appearance->Customize and click on “Additional css”, Then, Please put the following css there and save.

    
    .activity-content span.bpmts-moderation-label {
        display: none;
    }
    

    That will fix it.

    Please let me know if it works for you or not?

    Regards
    Brajesh

  • Participant
    Level: Initiated
    Posts: 10
    Psycho on #41353

    Resolved.

    Thank you!

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

    Thank you for confirming.

    Regards
    Brajesh

The topic ‘ [Resolved] BUDDYPRESS REPORT BUTTON APPEARING TWICE’ is closed to new replies.

This topic is: resolved