-
Tammie Lister replied to the forum topic Avanue theme: Sidebar being pushed down, forum not there either in the group Installing BuddyPress 12 years, 4 months ago
Have you used the template pack for BuddyPress? You need to either use that or make your theme a child theme of BuddyPress default. This is because the theme you are using is not a BuddyPress compatible theme […]
-
Tammie Lister replied to the forum topic Email notifications when members have updated specific profile fields in the group Creating & Extending 12 years, 4 months ago
I’d suggest you look at wp_mail as the starting point https://codex.wordpress.org/Function_Reference/wp_mail. You can hook into the profile fields (with some custom coding) and send using that I think.
I […]
-
Tammie Lister replied to the forum topic Need major help with uninstalling multisite and keeping BP in the group How-To and Troubleshooting 12 years, 4 months ago
It’s hard to say just not knowing your install and set up really. But, BuddyPress does work without Multisite so if you are having issues my advice probably in this case would be to export the contents you want […]
-
Tammie Lister replied to the forum topic Buddypress theme compatiblity help – Collection theme in the group Installing BuddyPress 12 years, 5 months ago
It seems you need to set some widths and CSS adjustments to your theme’s CSS – this usually happens when doing theme compatibility as it’s not a simple case of drop in. As a starting point I would […]
-
Tammie Lister replied to the forum topic `Plugin for polls with hidden votes? in the group Creating & Extending 12 years, 5 months ago
Whilst not a specific plugin for that personally for polls http://polldaddy.com/ works well.
-
Tammie Lister replied to the topic How can I change the buttons? in the forum Creating & Extending 12 years, 5 months ago
To change the buttons you want to be using CSS and possibly editing the template. What I would suggest though is you rather than editing the template try ‘all CSS” solutions.
The rough CSS for this would be:
{
[Read more]
background: url('imagelocation') no-repeat;
height: sizeofimageheight px;
width: sizeofimagewidth px;
text-indent: enoughtonotshow… -
Tammie Lister replied to the forum topic How can I change the buttons? in the group Creating & Extending 12 years, 5 months ago
To change the buttons you want to be using CSS and possibly editing the template. What I would suggest though is you rather than editing the template try ‘all CSS” solutions.
The rough CSS for this would […]
-
Tammie Lister replied to the forum topic Using non-buddypress themes in the group How-To and Troubleshooting 12 years, 5 months ago
In theory you can use any theme but you’d have to use the template pack https://wordpress.org/extend/plugins/bp-template-pack/ to add the files you need which is what that link valuser supplied does. To be […]
-
Tammie Lister replied to the forum topic How to change the default oEmbed YouTube player size? in the group How-To and Troubleshooting 12 years, 5 months ago
When you say default are you pasting from YouTube (getting the url) or using a plugin to add them into BuddyPress? I ask because a plugin could mean a different route needs to be taken.
-
Tammie Lister replied to the forum topic User profile Pick a premade Design/theme in the group How-To and Troubleshooting 12 years, 5 months ago
Whilst not 100% what you are asking the current community developed theme for the next version of BuddyPress has a custom background and colour option. As it’s a community project you can download from Github […]
-
Tammie Lister replied to the forum topic Tags for forum in sidebar are exceeding width of sidebar in the group How-To and Troubleshooting 12 years, 5 months ago
It’s a little hard to tell with a link when you’ve done something custom. However, my suggestion would be to set a width limit on the side bar or if you have one then look using CSS to decrease that font size – […]
-
Tammie Lister replied to the forum topic Login and logout issue in the group How-To and Troubleshooting 12 years, 5 months ago
To be honest my first thought is some scripting clash with the behaviour you are suggesting. However, that’s hard to guess – is a link to your site possible? I would probably suggest you try with the plugin […]
-
Tammie Lister replied to the forum topic jQuery conflict in the group How-To and Troubleshooting 12 years, 5 months ago
WordPress comes with jQuery rolled in so therefore does BuddyPress. You can see how to safely add scripts here: https://codex.wordpress.org/Function_Reference/wp_enqueue_script
If the avatar cropping isn’t […]
-
Tammie Lister replied to the topic [Resolved] Moving sidebar in Buddypress default theme from the right to the left in the forum How-to & Troubleshooting 12 years, 5 months ago
You can take a slightly simplier approach:
div#content {
remove the margin-left, float it right and set a width of say 80% *you may have to adjust this to fit
}div#sidebar{
change to be a width % like 17% and float left, remove the margin left -100%
}You will have to tweak this a little to work for yourself but this is a less restrictive…[Read more]
-
Tammie Lister replied to the forum topic Moving sidebar in Buddypress default theme from the right to the left in the group How-To and Troubleshooting 12 years, 5 months ago
You can take a slightly simplier approach:
div#content {
remove the margin-left, float it right and set a width of say 80% *you may have to adjust this to fit
}`div#sidebar{
change to be a width % like […] -
Tammie Lister replied to the topic [Resolved] How to modify the width of adminbar? in the forum How-to & Troubleshooting 12 years, 5 months ago
You want to adjust the CSS here:
body#bp-default #wp-admin-bar .padder {
min-width: 960px;
max-width: 1250px;
}You may also want to do:
#wp-admin-bar {
width: 100%;
}Depending on your theme.
Try putting that in your child theme with the changes you want.
-
Tammie Lister replied to the forum topic How to modify the width of adminbar? in the group How-To and Troubleshooting 12 years, 5 months ago
You want to adjust the CSS here:
body#bp-default #wp-admin-bar .padder {
min-width: 960px;
max-width: 1250px;
}You may also want to do:
#wp-admin-bar {
width: 100%;
}Depending on your […]
-
Tammie Lister replied to the forum topic Worship Ministry in the group Gallery 12 years, 5 months ago
Oooo that’s nice. Really cool design consistency and that font for headers really is strong. I really like http://www.worshipministry.com/setlists/ too.
-
Tammie Lister replied to the forum topic Responsive BuddyPress Examples? in the group Gallery 12 years, 5 months ago
Just to add, the default BuddyPress theme itself is responsive now. So, you can get responsive out of the box.
Many of those other themes do a bit more ‘responsive’ the default is a bit minimal about what it […]
-
Tammie Lister replied to the forum topic Cannot search buddypress.org support forums. in the group Miscellaneous 12 years, 5 months ago
Just to add what I’ve experienced today here, I can search just can’t use the pagination. It simply goes to the 1 page each time.
- Load More
@karmatosed
Active 1 week, 4 days ago