This topic has 11 replies, 2 voices, and was last updated 9 years by Laura.

  • Author
  • #49545
     sbr
    Participant

    Hi,
    How do you move the Buddypress profile tabs/base container section to display below the @username and also increase the width of the left profile field rows. (example. name,aage etc)

    Thanks.

    Attachments:
    You must be logged in to view attached files.
    #49547
     sbr
    Participant

    Also how do you remove the username from the cover photo?

    #49712
     Laura
    Moderator

    Hello, this will require custom css, please share your website link 🙂

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #49988
     sbr
    Participant
    This reply has been set as private.
    #50557
     Laura
    Moderator

    Hello, will check all of that now, and for your questions, there is a way to restrict private messages using paid memberships pro plugin and Sweetdate > Memberships tab

    The buddypress profile cover can work with sweetdate with a few tweaks, will check it out now

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #50568
     Laura
    Moderator

    Hello, here is that i did:
    CSS > Inisde quick css or style.css
    Submenu tabs width css

    COPY CODE
    
    .dl-horizontal dd {
      margin-left: 280px;
    }
    .dl-horizontal dt {
      float: left;
      width: 260px;
      line-height: 2.3em;
      overflow: hidden;
      clear: left;
      text-align: right;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-weight: bold;
    }
    

    I added support for Buddypress Cover Photo by SeventhQueen replacing this

    COPY CODE
    
    <style type="text/css">
                body.buddypress.is-user-profile div#item-header {
                    background-image: url("<?php echo $image_url;?>");
                    background-repeat: no-repeat;
                    background-size: cover;
                    background-position: <?php echo $position;?>;
                }
            </style>
    

    For this

    COPY CODE
    
    <style type="text/css">
                body.buddypress.is-user-profile div#item-header, body.buddypress.is-user-profile div #profile {
                    background-image: url("<?php echo $image_url;?>");
                    background-repeat: no-repeat;
                    background-size: cover;
                    background-position: <?php echo $position;?>;
                }
            </style>
    

    To change the word Music to Audio in rtMedia, i installed the plugin Codestyling localization in your website, then scanned english language, searched for Music in rtMedia then changed it ( check attachment )

    As i made Buddypress Cover Photo compatible, do you still require the other changes?

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    Attachments:
    You must be logged in to view attached files.
    #50688
     sbr
    Participant
    This reply has been set as private.
    #51125
     Laura
    Moderator

    Hello, will take a look at it and will let you know 🙂

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #51126
     Laura
    Moderator

    Hello, fixed tab back to default
    Also members directory looks like that by default, so members fit better in mobile
    Yes, you can use paid memberships pro with free levels, and restrict pages for only FREE level members
    All your base fields will appear in registration form by default, the best captcha plugin i suggest is https://wordpress.org/plugins/buddypress-captcha/

    I didnt understand the private message thing, could you explain a bit more?

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #51130
     sbr
    Participant

    Hi Laura,

    In regards to the Private messages , I would like to know if it’s possible to do the following with buddypress or another plugin/service.

    1) restrict users from private messaging other users but allow them to PM an admin

    2) for an admin to start a PM conversation with multiple users (like FB group private message)
    Basically for an admin to be an active moderator to all PM conversations

    Thank you for all the extra help!!

    #51132
     sbr
    Participant
    This reply has been set as private.
    #51465
     Laura
    Moderator

    Hello, your name will be next to test or down of it, try to add a larger name to test
    Below single there is only space for custom code info

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

Viewing 12 posts - 1 through 12 (of 12 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?