Search Results for 'theme'
-
AuthorSearch Results
-
November 18, 2010 at 10:30 pm #98639
In reply to: Questions: Members widget & BuddyPress
@mercime
ParticipantSimple revisions via adding some styles in active theme’s style.css file
#1 can be addressed by adding `{ display: none; }` to specific widget’s avatar image
#2 which list are you referring to? In any case, add missing styles for the the overlapping images in lists with something like `{ float: left; clear: left; }` specific to the list ID or class
#3 can add styling like `body.members img.avatar { width: 35px; height: 35px; }`November 18, 2010 at 9:49 pm #98634In reply to: How remove Reply button in global activity
borgopio
Participantmmm….for me that action remove the whole Activity Stream….
Instead I prefer to override the page in the child theme.
Simply comment lines 27-28 of activity/entry.php where you should find the reply link
`<!–<a href="” class=”acomment-reply” id=”acomment-comment-“>
()–>`
Also i’ve tried to do the same with lines 191-192 of _inc/ajax.php to remove the reply link for the existent reply comments meta but didn’t seem to work….anyway, soon the stream will flood them away
November 18, 2010 at 9:40 pm #98633omosha
ParticipantWhenever I post these, the collective seems to guide me to the answer. If you ever run into this problem, just use the buddypress compatible theme plugin and it will auto correct.
Thanks you if you’re reading this, but it is resolved.
Cheers.
November 18, 2010 at 8:32 pm #98622In reply to: Apparent Bug in BuddyPress when Friends is disabled.
desha
MemberHi Paul,
I do have BuddyPress Theme Compatibility plug-in installed and activated. There are 2 check boxes, neither of which is checked. Is there something additional I should be doing?
Thank you.
November 18, 2010 at 8:14 pm #98621In reply to: Apparent Bug in BuddyPress when Friends is disabled.
Paul Wong-Gibbs
KeymasterYour theme needs to be updated for BP 1.2.7. Did you use the Template Pack to add support into Platform theme?
November 18, 2010 at 6:18 pm #98608In reply to: Custom Community Slide Show
konradS
ParticipantNovember 18, 2010 at 3:52 pm #98596In reply to: I need a tutorial of Citizen Kane Theme
webart
Participantwill check thanks
November 18, 2010 at 8:37 am #98572In reply to: Custom Community Slide Show
phyz
Member@ChuckNJ I would love to show you, but its only in the testing phase right now so it’s not up to me right now. What I can say is this is a great theme and allows for great customization. When the site is done I will definitely send you out a link.
November 18, 2010 at 8:13 am #98571In reply to: Custom Community Slide Show
ChuckNJ
MemberSuccess!! Thanks so much! This has been making me go crazy.
Also, Is your site live yet? I’d really like to see how your using the theme.November 18, 2010 at 7:50 am #98567In reply to: Custom Community Slide Show
phyz
Member@ChuckNJ Oh alright, when you post there is a bar on the right side, under “post tags” called “featured image”. Click “set featured image” and then either upload or select from your library. Also with this theme you are able to set which categories are shown in the slider. For instance, I created a category called “featured” and only those posts in the category get displayed. This is useful because you may not want all of your categories to be displayed.
November 18, 2010 at 6:36 am #98561In reply to: Custom Community posts in columns
phyz
Member@Svenl77 Hi, thanks for the response, I have got this working! Sorry for the late response. I also have one question, are drop down menus finished? Thank you for your great theme.
November 18, 2010 at 4:25 am #98553In reply to: Display Number of Users Online
r-a-y
KeymasterHere’s a quick snippet you can add in your theme’s functions.php:
`function ray_number_online_users() {
$i = 0;if ( bp_has_members( ‘user_id=0&type=online&per_page=999&populate_extras=0’ ) ) :
while ( bp_members() ) : bp_the_member();
$i++;
endwhile;
endif;return $i;
}`Then you can use it in a template like:
`if ( function_exists( ‘ray_number_online_users’ ) ) echo ray_number_online_users();`
—
*Sidenote: code could be better. I just modified the code from the online widget.
November 18, 2010 at 4:12 am #98550r-a-y
Keymaster@zomex – If you’re trying to override the adminbar CSS on the subblog, create a file called:
`/wp-content/themes/_YOURTHEME_/_inc/css/adminbar.css`And copy the styles from bp-default’s adminbar.css. Then you can customize the styles to your heart’s content.
November 17, 2010 at 10:21 pm #98534In reply to: Buddypress theme – no date on posts – only time
Paul Wong-Gibbs
KeymasterSince you’ve dug up a 3 month old post, the theme for the future 1.3 release has these switched to date now
November 17, 2010 at 10:08 pm #98529In reply to: Buddypress theme – no date on posts – only time
borgopio
Participantfor me the same thing not only on bp-default/index.php
even in single blog post at bp-default/single.phpAnyway +1 for @DJPaul suggestion.
November 17, 2010 at 7:41 pm #98522In reply to: I need a tutorial of Citizen Kane Theme
modemlooper
ModeratorTry this css
div.subcontentpost h2{
text-overflow:ellipsis;
overflow:hidden;
white-space:nowrap;
}November 17, 2010 at 5:40 pm #98513Bytewoopy
MemberI tried this method with Buddypress links, I want to make them my front page.
I got the links to show up on a custom page but the formatting is all screwed up and the share button seems to be broken. I think it is not loading the css file for the links or the added javascripts. How would I go about updating it so that it works properly?
This is what my custom template page looked like. I had to copy over the bp-links-default directory over to my-buddypress theme.
`
`Here is the actual page http://www.playbookit.com/frontpage
Anyone know how to fix this? I’ve been at it for a few days.
November 17, 2010 at 5:38 pm #98512Boone Gorges
KeymasterOnce you have activated a BuddyPress-compatible theme, such as the packaged bp-default, you will see a Groups tab at the top of the main page. Click on it. You should then see a Create A Group button at the top of the Groups directory.
November 17, 2010 at 11:01 am #98492In reply to: installed correctly but links not working
jayst19143
MemberI’m having the same problem. Just spent the last 4 hours no luck.. I think the problem may be (with me anyway is) that my “bp-template-pack” (located in the plugins folder) which contains the 6 folders that I moved to the “bp-default” directory under the “theme” folder, also needs the files within the folder “buddypress” (located in the plugins folder).
I get 404 for some, not all pages.
November 17, 2010 at 9:55 am #98487In reply to: I need a tutorial of Citizen Kane Theme
webart
ParticipantThis will be great. I planned to go live today with my page.
November 17, 2010 at 3:31 am #98466In reply to: I need a tutorial of Citizen Kane Theme
modemlooper
ModeratorWell that’s going to be an issue as the boxes are a specific size. I’ll think of a solution.
November 17, 2010 at 1:49 am #98460In reply to: [New theme] BuddyLite for BP125 and BP126 is ready!
pcwriter
ParticipantHi all,
Just added an online version of the BuddyLite Manual for those who want to check stuff out before downloading
http://buddylite.com/buddylite-basic-manual/The theme should (hopefully) be available soon from the repo… gotta wait for the reviewers to approve it first
November 17, 2010 at 1:18 am #98459In reply to: How to enable Cutom Header option in Child theme?
imjscn
ParticipantThanks! That helps solving the problem!
November 17, 2010 at 12:28 am #98454In reply to: I need a tutorial of Citizen Kane Theme
webart
Participantsuper thanks modemlooper is working.
one more question.
how can I change the space between this thumbs in the latest posts.
due to to long title, some of the post title text are behind the latest post thumbs.
thanksNovember 16, 2010 at 11:46 pm #98448In reply to: Member count off by 1
hcleary
MemberI have this problem as well.
All Users: bp_get_total_member_count() in /theme/members/index.php,
Viewing count: bp_members_pagination_count() in /theme/members/members-loop.php -
AuthorSearch Results