Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 22,276 through 22,300 (of 32,562 total)
  • Author
    Search Results
  • #98639
    @mercime
    Participant

    Simple 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; }`

    #98634
    borgopio
    Participant

    mmm….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 :)

    omosha
    Participant

    Whenever 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.

    #98622
    desha
    Member

    Hi 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.

    #98621
    Paul Wong-Gibbs
    Keymaster

    Your theme needs to be updated for BP 1.2.7. Did you use the Template Pack to add support into Platform theme?

    #98608
    konradS
    Participant

    @ChuckNJ and @phyz: thanks for using and liking our theme. We are very interested in feedback and examples of how others are using it. Please check out our demo page, FAQ and documentation is also following soon on there.

    http://www.custom-community.themekraft.com/

    #98596
    webart
    Participant

    will check thanks

    #98572
    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.

    #98571
    ChuckNJ
    Member

    Success!! 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.

    #98567
    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.

    #98561
    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.

    #98553
    r-a-y
    Keymaster

    Here’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.

    #98550
    r-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.

    #98534
    Paul Wong-Gibbs
    Keymaster

    Since you’ve dug up a 3 month old post, the theme for the future 1.3 release has these switched to date now :)

    #98529
    borgopio
    Participant

    for me the same thing not only on bp-default/index.php
    even in single blog post at bp-default/single.php

    Anyway +1 for @DJPaul suggestion.

    #98522
    modemlooper
    Moderator

    Try this css

    div.subcontentpost h2{
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
    }

    #98513
    Bytewoopy
    Member

    I 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.

    Boone Gorges
    Keymaster

    Once 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.

    #98492
    jayst19143
    Member

    I’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.

    #98487
    webart
    Participant

    This will be great. I planned to go live today with my page.

    #98466
    modemlooper
    Moderator

    Well that’s going to be an issue as the boxes are a specific size. I’ll think of a solution.

    #98460
    pcwriter
    Participant

    Hi 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 ;-)

    #98459
    imjscn
    Participant

    Thanks! That helps solving the problem!

    #98454
    webart
    Participant

    super 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.
    thanks

    #98448

    In reply to: Member count off by 1

    hcleary
    Member

    I 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

Viewing 25 results - 22,276 through 22,300 (of 32,562 total)
Skip to toolbar