This topic has 4 replies, 2 voices, and was last updated 5 years by Radu.

  • Author
  • #216221
     bensegal770
    Participant

    in mobile:

    1. when i click on the register or login button, the modal not responsive.

    2. in the member profile, the buttons not responsive.

    in computer/mobile:

    3. in the profile member, i don’t see the profile tags.

    Attachments:
    You must be logged in to view attached files.
    #216298
     Radu
    Moderator

    Hi,

    1. Add this css to wp-admin -> theme options -> styling options -> quick css

    COPY CODE
    
    .rtl .reveal-modal {
        margin-right: -150px !important;
    }
    

    2.

    COPY CODE
    
    .rtl.bp-user div#item-buttons {
        text-align: -webkit-left;
        float: left;
    }
    
    .rtl.bp-user .two.columns.pull-two {
        padding: 0;
    }
    
    .rtl.bp-user div#friendship-button-6 {
        padding:0 !important;
        margin-left:0 !important;
        margin-bottom:5px !important
    }
    
    

    3. Check in theme option Bp profile tabs -> set ON

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #216593
     bensegal770
    Participant

    thank you!

    the responsive is good, but the profile tabs not work.
    when i click in the button:

    Attachments:
    You must be logged in to view attached files.
    #216596
     bensegal770
    Participant

    ok now is good.

    in the profile member, how i can put the buttons in center?

    Attachments:
    You must be logged in to view attached files.
    #216670
     Radu
    Moderator

    Hi,

    Make sure to have latest theme update for profile fields issue, also try to switch all things off just to test plugins and child theme and leave only the parent theme activated (latest version) it should works since on my local install and rest of the works. Let me know!

    For the centering buttons on mobile use the next css

    COPY CODE
    
    
    @media(max-width:940px) {
        .rtl .two.columns.pull-two {
            left: 0 !important;
        }
    
        .rtl.bp-user div#item-buttons {
            float: none;
            text-align: -webkit-center;
        }
    }
    

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?