-
Tammie Lister replied to the forum topic My buddypress site: yeah! Hackney in the group Gallery 13 years, 2 months ago
Really cool I have a soft spot for community use like this of BuddyPress – great use. Nice amount of members and done from ground up always puts a smile on my face 🙂
-
Tammie Lister replied to the forum topic Child Theme CSS Import Problems with WP-Multi Network and BP 1.5 beta 2 in the group How-To and Troubleshooting 13 years, 2 months ago
If you want to use the child style yes that’s what you need to do 🙂
-
Tammie Lister replied to the forum topic Nav Bar Glitch in the group Gallery 13 years, 2 months ago
Just adding to that because I apparently can’t edit…
If by selected you mean ‘on state’ as in on that page then it would be a classname like this:
#nav li.current_page_item a
Do you have […]
-
Tammie Lister replied to the forum topic Nav Bar Glitch in the group Gallery 13 years, 2 months ago
A slight question – you say CSS is designed to show the page? To me this would be more PHP that would be doing this auto placing of the page. Would it be possible to paste in what code (if you know it) does this […]
-
Tammie Lister replied to the forum topic Confusing in the group How-To and Troubleshooting 13 years, 2 months ago
My philosophy is everyone starts knowing nothing we all know varying things and should share to help each other. Whilst a lot of what I think you want to know would be helped if you can by installing BuddyPress […]
-
Tammie Lister replied to the forum topic How do i let users upload their own themes? in the group How-To and Troubleshooting 13 years, 2 months ago
I’m going to assume you mean under WordPress not BuddyPress specifically and using Multisite? Is that right? If not what do you mean by theme?
-
Tammie Lister replied to the forum topic BuddyPress 1.5 Resources: Tutorials, Videos and Info in the group Installing BuddyPress 13 years, 2 months ago
Were you looking for some tutorials / info or accidental post?
-
Tammie Lister replied to the forum topic my top menu bar is missing in the group Miscellaneous 13 years, 3 months ago
Did you change the settings on when it should show or is it not showing for all users? If that is the case it is probably something to do with a scripting error however if you can a link to see your site would help in diagnosis. […]
-
Tammie Lister replied to the forum topic Admin Bar and Spacing Issues in the group How-To and Troubleshooting 13 years, 3 months ago
I will add you’d need to add a clause of ‘if the logged in tick isn’t there use the padding-top – it’s really 2 fold the CSS and the PHP check to see if that check is there I think.
-
Tammie Lister replied to the forum topic Admin Bar and Spacing Issues in the group How-To and Troubleshooting 13 years, 3 months ago
My idea would be to use the body class:
.logged-in
For instance we have the following class and style for the padding:
body {
padding-top: 25px;
}
We could use something like this:
[…]
-
Tammie Lister replied to the forum topic custom theme in the group How-To and Troubleshooting 13 years, 3 months ago
Are you using the_content or the_excerpt to show the content? the_excerpt should give you exactly that an excerpt so if using you would need to make that smaller:
https://codex.wordpress.org/Function_Reference/the_excerpt
[…] -
Tammie Lister replied to the forum topic BP style help needed please in the group How-To and Troubleshooting 13 years, 3 months ago
You appear to not have a style for the links so as a result yes it is going to default.
Try this:
a, a:link{
color: #ffffff;
}
a:visited{
color: #ffffff;
}
a:hover{
color: #ffffff;
}
I listed […]
-
Tammie Lister replied to the forum topic Can i disable the site-wide activity stream? in the group How-To and Troubleshooting 13 years, 3 months ago
Have you tried: https://buddypress.org/community/groups/private-buddypress/activity/ ?
-
Tammie Lister replied to the forum topic Show template paths for debugging purposes? in the group How-To and Troubleshooting 13 years, 3 months ago
You mean what is using activity / groups and files in it unless I’m mistaken?
I can’t think of a quicker method than having the default theme open with child and following the path it’s fairly accessible in 1.5.
Some […]
-
Tammie Lister replied to the forum topic Submenu activities bar disappeared in the group How-To and Troubleshooting 13 years, 3 months ago
Sounds to me like a scripting error and your comment about loading then finding issue also lends weight to that. Have you been down the remove all (if can) and add back in each, test? If so you don’t say if without any it worked […]
-
Tammie Lister replied to the forum topic Polls? in the group Requests & Feedback 13 years, 3 months ago
The PollDaddy one springs to mind: https://buddypress.org/community/groups/polldaddy/, maybe that does what you are looking for?
-
Tammie Lister replied to the forum topic Members Page has error in the group How-To and Troubleshooting 13 years, 3 months ago
It’s a little hard to diagnose without a link as could be a few things but let’s see about some common ones first.
– have you changed your perm links at all?
– are you using a plugin that has changed them / what happens […] -
Tammie Lister replied to the forum topic Members Page has error in the group How-To and Troubleshooting 13 years, 3 months ago
It’s a little hard to diagnose without a link as could be a few things but let’s see about some common ones first.
– have you changed your perm links at all?
– are you using a plugin that has changed them / what happens […] -
Tammie Lister replied to the forum topic Moving Buddypress sidebar to the left in the group Creating & Extending 13 years, 3 months ago
You’re going to have to do a few edits like this:
div#content .padder {
margin-left: 225px;
}div#sidebar {
float: left;
width: 224px;
margin-right: -226px;
}div#content {
float: right;
width: 100%; […] -
Tammie Lister replied to the forum topic How can i add "View Profile" link so that when click it will link to that user profile in the group How-To and Troubleshooting 13 years, 3 months ago
A in view your profile or view the members profile? I ask as two different things.
- Load More
@karmatosed
Active 1 week, 5 days ago