This topic has 5 replies, 2 voices, and was last updated 8 years by Laura.

  • Author
  • #106947
     philipchang24
    Participant

    Hi, I had few questions and it would be great if you could help me out. I appreciate it.

    1.. Is there a way  I can restrict access when a user is looking at other peoples profile > media? For example, you would have to purchase premium membership to see the media in other users profile

    2. Can I set up a members page where it’s already filtered? For example, create a “Search Women” and if i click it, its already only filtered on women.

    3. When I am editing my profile, (base, myself summary, etc) The page always reloads to the top when switching between the sub tabs. Any easy fix to this?

    4. When looking at profiles, There’s quotation marks. How can I get rid of this? Please see attachment.

    5.. In Settings > Buddy Press > Pages, for some reason the register and activate pages dissipated within the drop downs, so its really messing up the theme. Do you know why this might be happening?

    6.. In the profile view, can you get rid of “forums” and “albums”?

    Attachments:
    You must be logged in to view attached files.
    #107089
     Laura
    Moderator

    Hello, for 1, at Sweetdate > Memberships you will see all available restrictions, there will be more in the future 🙂
    2. Yes, just do a search and copy the url of the search at your browser, use that url to create a button or use it in a link
    3. – Will let you know soon
    4. Just add this to style.css of child theme

    COPY CODE
    
    #profile .cite a:hover, #profile .cite a:focus, #profile .regulartab a:hover, #profile .regulartab a:focus, .callout .bp-profile-details:before {
        color: #09a9d9;
        display: no;
    }
    

    5. Just add them again by creating a new page 🙂
    6. To disable albums you can deactivate rtmedia and for forums bbpress

    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 🙂

    #107127
     Laura
    Moderator

    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.

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

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

    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 🙂

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

    #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.
    #107621
     Laura
    Moderator

    Hello, for the forum, use this css

    COPY CODE
    
    a#user-forums {
        display: none !important;
    }
    

    For the scroll issue, this is because there is no ajax in those sections and its not using any id to position the scroll bar, its like going to another page. This is a buddypress “issue” ( because ti really doesn’t affect nothing ) they may or may not change it

    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 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?