-
Author
-
March 10, 2015 at 19:48 #49545sbrParticipant
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.March 10, 2015 at 19:50 #49547sbrParticipantAlso how do you remove the username from the cover photo?
March 11, 2015 at 17:37 #49712LauraModeratorHello, 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 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 🙂
March 17, 2015 at 20:14 #50557LauraModeratorHello, 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 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 🙂
March 17, 2015 at 21:08 #50568LauraModeratorHello, here is that i did:
CSS > Inisde quick css or style.css
Submenu tabs width cssCOPY 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 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 🙂
Attachments:
You must be logged in to view attached files.March 23, 2015 at 01:41 #51125LauraModeratorHello, 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 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 🙂
March 23, 2015 at 01:49 #51126LauraModeratorHello, 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 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 🙂
March 23, 2015 at 02:57 #51130sbrParticipantHi 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 conversationsThank you for all the extra help!!
March 25, 2015 at 15:21 #51465LauraModeratorHello, 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 infoHi 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.