This topic has 11 replies, 2 voices, and was last updated 11 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.

    #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
    #49988
     sbr
    Participant

    Hi Laura

    Here is the login details:

    http://muslimmarriage.info/wp-login.php

    username: Sharad

    pass: Hfa73sptdxF4a

    A couple extra things :
    1)On the profile page if you click album,media or settings the profile pictures goes out of place. Do you know what could be causing this?

    2) Could you remove the white background and padding around the cover and is it possible to change the size of the cover?

    3) Under the media tab is it possible to change the music text to say audio?

    Would just like to know if something like this is possible in general or if there’s a plugin that can help:

    Is it possible for users not to be able to private message each other but the admin/admins can create a private message group with two persons and the admin ,or could this be done in a private group.

    Lastly is the buddypress profile cover from the Kleo theme available as a plugin to be used with sweetdate?

    Thank you for your help,it’s greatly appreciated!
    Regards,
    Sharad.

    #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
    #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
    #50688
     sbr
    Participant

    Hi Laura,
    Thank you for all your help!!
    Great job with the cover!

    -Is it possible to put the “Base” columns/rows back to default ( that is the “Base and other groups” in the white section below).
    It seems that it was better with your default, now when resizing the browser to around a cell phone screen size everything is too much to the right..( see screenshot- Base.png)

    -Also when the browser is resized the member in the directory list looks weird ( snapshot-members.png)

    -To make profiles and member directory visible to registered members only. ( If i need to use paid membership pro for this can i set it to register for free? It’s a non profit project and i’m trying to limit it to my country)

    -Is there a way that all my required fields in the Base group can be on the sign up/registration form and can i have a captcha plugin work with the registration form to help prevent spam.

    – Would just like to know if private messaging restriction like this can be done with paid membeship pro :
    “there is a way to restrict private messages using paid memberships pro plugin and Sweetdate > Memberships tab”
    Would it give me the ability to start private message conversations with user(s) and add other users and/or admins but users won’t be able to message other users.

    I really do appreciate the great job you have done and any help on these final points would be welcomed.

    Regards,
    Sharad.

    #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
    #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
    #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

    On the members directory i just thought this part would fill the width ( the profile box ) or maybe it’s because i don’t have a full name filled out.

    I haven’t tested on a smartphone or tablet.

    #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
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?