Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
  • in reply to: Customization #114192
     philipchang24
    Participant

    Thank you Laura! The code from thread you linked works (shown below).

    1. However, taking this one step further, can you think of CSS code that will hide the top section when you’re on Profile Tab > Edit & Profile Tab > Change Profile Pictures? (Basically the top profile section only shows when you’re on Profile > View

    2. Were you able to figure out how to hide the all the tabs below the picture when looking at other user profiles?

    body.activity section #profile{ display: none !import`ant; }
    body.notifications section #profile{ display: none !important; }
    body.messages section #profile{ display: none !important; }
    body.friends section #profile{ display: none !important; }
    body.groups section #profile{ display: none !important; }
    body.forums section #profile{ display: none !important; }
    body.album section #profile{ display: none !important; }
    body.media section #profile{ display: none !important; }
    body.settings section #profile{ display: none !important; }

    Thank you!

    in reply to: Customization #110877
     philipchang24
    Participant
    This reply has been set as private.
    in reply to: Customization #110090
     philipchang24
    Participant

    3) For that you will need to add a php with custom css to hide that section when you are not in your profile or if you want it for your own profile too a css code will do it, let me know what you prefer 🙂

    I only want the bottom half invisible only when I am looking at other profiles. I would want to see the bottom half to check message, and etc when I am in my own profile.

    Thank you for your help!

    in reply to: Few Questions #107441
     philipchang24
    Participant

    ALSO

    6. To disable albums you can deactivate rtmedia and for forums bbpress
    I am trying to disable just the “forum” tab in the picture attached. I am able to get rid of activities, albums, and etc through wp settings, but the “forums” tab was something I can’t get rid of. This CSS doesnt work either.

    li#forums-personal-li {
    display: none !important;
    }

    I appreciate your help. Thank you!

    Attachments:
    You must be logged in to view attached files.
    in reply to: Few Questions #107427
     philipchang24
    Participant

    Thank you Laura. I tried checking if it was due to plugins, but to no avail. Your demo site is doing the same thing as well. When clicking, through the sub tabs like notifications, albums, or editing your profile, the page reloads to the top and I would have to scroll down again. I just want to make sure if this just happening to me or if the theme is just coded that way (and if so, how can we fix this?).

    3. This can be caused by various factors like :

    – Some plugin that do this – please disable all plugins except buddypress and try again, if the issue dissappears enable plugins one by one and check to see what causes this. Tried, but to no avail

    – Some function that you have added to your functions.php file from child theme, do you have added php files to child theme ? No

    – Make sure that WP and rest of the plugins are up to date. All updated

    Thank you!

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

Log in with your credentials

Forgot your details?