-
Author
-
February 26, 2016 at 22:09 #106947philipchang24Participant
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.February 27, 2016 at 18:10 #107089LauraModeratorHello, 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 themeCOPY 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 bbpressHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
February 27, 2016 at 20:47 #107127LauraModerator3. 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 solutionLaura 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 🙂
February 29, 2016 at 19:06 #107427philipchang24ParticipantThank 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!
February 29, 2016 at 19:52 #107441philipchang24ParticipantALSO
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.March 1, 2016 at 14:09 #107621LauraModeratorHello, for the forum, use this css
COPY CODEa#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 solutionLaura 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 🙂
-
AuthorPosts
You must be logged in to reply to this topic.