BuddyBoss Home – Web Support Forums Themes Boss. theme iOS 9 Issue for Mobile Device on Boss Theme – Weird Square shapes on Buttons

Viewing 5 posts - 1 through 5 (of 5 total)
  • Question

    #46810
    @ryan-valdez

    I was testing the site out on iOS 9 and I saw that on the activity page or member page where ever there is activity, the Like Button, the delete button, the privacy button all have a grayish box on top of them. I tried this out with Safari and Chrome on my iphone with iOS 9. I do not see this problem with an android phone or desktop browsers.

    Is there a css fix to fix this. Here is an image to see what is happening.

    Answers

    #46815

    Anonymous
    @

    Hi @ryan-valdez, i have notified developers about it to fix the issue.
    Regards

    #48002
    @ryan-valdez

    @vapvarun Any news on this problem with iOS 9 and the Square shapes on the buttons?

    #48090

    Alyssa
    Participant
    @alyssa-buddyboss

    @ryan-valdez this issue is currently in testing. Please allow us a week or so to get this pushed to a new release. Thank you for your patience.

    #48196

    Anonymous
    @

    Hi @ryan-valdez, It is fixed inside our development version and will be updated shortly.
    You can also added following css to your child theme custom.css
    for quick fix

    
    #buddypress #activity-stream .activity-meta .buddyboss_privacy_filter {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        background: transparent !important;
    }
    

    Regards
    Varun Dubey

Viewing 5 posts - 1 through 5 (of 5 total)
  • The question ‘iOS 9 Issue for Mobile Device on Boss Theme – Weird Square shapes on Buttons’ is closed to new replies.