Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 35,476 through 35,500 (of 68,918 total)
  • Author
    Search Results
  • #122459
    @mercime
    Participant

    == I have already done step 4 but nothing changed in apperiance of my theme..==
    First, do not disable BP Template Pack CSS. Also, the link I posted above in #4 for styles to add to your style.css file was wrong and corrected now to https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-ten-bp-1-5/3/

    Re: image attached. Some minor tweaks you could add to your style.css
    `span.activity, div#message p {
    background: #202020 none !important;
    }
    div.item-list-tabs {
    background: #202020 none !important;
    }
    div.item-list-tabs ul li.selected a, div.item-list-tabs ul li.current a {
    background-color: #cccccc !important;
    }
    div#subnav.item-list-tabs {
    background: #cccccc none !important;
    margin: -22px -19px 15px !important;
    }`
    Note: there are a lot of !important declarations there to override bp.css enqueued after your stylesheet.

    == Btw ajax/js of my buddypress doesnt load anything ==
    Make sure you didn’t disable the BP Template Pack JS/Ajax, i.e. no check marks on this page https://mercime.files.wordpress.com/2011/10/2011-09.gif

    #122457
    PO7582
    Member

    Hey joe, i use a buddy press theme … don’t think there is a link between my theme and buddypress. Others plugins does not seem neither involved in the trouble … Don’t understand what could i do.

    Oh sorry Joe, you seemed to be right. It’s strange but it is due to aweber plungin widget at first sight.

    thanks

    #122839
    djoep
    Member

    hmmm… if it were me, first I’d try disabling all other plugins and selecting the twentyeleven theme before activating buddypress. then select the buddypress default theme, then activating the other plugins one at a time.
    If all that works, I’d then create a child theme for the theme I wanted to use with no content other than the required style.css bare bones file. Then I’d use the buddypress template pack to modify my child theme to be buddypress compatible and finally, activate the modified chiled theme.
    good luck,
    joe

    #122836
    modemlooper
    Moderator

    Deactivate BuddyPress template pack if you are using a child theme and not a WordPress theme you want to add BuddyPress support to.

    #122835

    In reply to: Buddypress default.

    @mercime
    Participant

    Comments are off on that page, at the very least for regular visitors, since comment box is not visible.

    #122834

    In reply to: Buddypress default.

    arts808
    Member

    When I created a page and turned the comment feature off in the top where it says, “screen options” the comments are still on. I would like this page to only display content and not have comments. How do I do this?

    heres the example link. http://hawaiiartistnetwork.com/art-directory/

    #123360
    Prasad Nevase
    Participant

    @boonebgorges, I would be much thankful of you if you could help me out here. I have mentioned the problem statement above. Thanks in advance :)

    #123359
    Paul Wong-Gibbs
    Keymaster

    @peeld We moved the permalink to the timestamp; click it.

    #123358
    gopi4nath
    Member

    Hi all

    I used buddypress locally for creating small social network in that part i use openinviter plugin for importing contacts from other email providers like facebook, gmail,twitter and orkut. But it works only to gmail remaining i got an error like in the following….

    Login failed. Please check the email and password you have provided and try again later

    Login failed. Please check the email and password you have provided and try again later
    You do not have any contacts that you can invite!

    can anybody give suggestion……………….

    I used :

    Wordpress version :3.2.1

    buddypress version: 1.5

    openinviter pulgin version :1.7

    #123356
    JackVD
    Participant

    I have got similars problems. Since I updated from 1.5 to 1.5.1 i have 2 problems: 1) when creating a group its not asked to upload an group avatar, 2) its not possible to delete or edit buddypress updates in my activity stream.

    #123353
    Paul Wong-Gibbs
    Keymaster

    See https://buddypress.trac.wordpress.org/ticket/3682 :)

    If it only popped up once after completing the installation wizard, it seems to be harmless.

    #123351
    aresbasic
    Member

    Hello Boone, no I don’t use any plugin that might interfere with registration, it just does this thing of asking for a proper validation key, I will install it again and see if it works this time.

    #122738
    yconoart
    Member

    Funny one, will be great if it could localize languages, spanish mainly.

    #122735
    yconoart
    Member

    @Aces Andrew mean that the last uploaded photo to his account album (like BP album plugin) may become automaticly in user avatar. Also the option for users to choose from his account album any photo as avatar, example, clicking a ” set this photo as your user avatar” buttom. Sounds very tricky.
    Better a sort of gallery of custom avatars in user profile/change avatar/ to choose from any time. An idea how to achive that?

    kkradel
    Participant

    “2. When you are in a buddypress page, like say activity, and I click on another users avatar, the info in the sidebar widget then populates with that person’s info.”

    If you click on an @username or on a person’s avatar, it usually takes you to that person’s activity stream. The member-header would normally be at the top of the page, so instead, since you put the member-header code in the sidebar, then that’s where it appears. The @username‘s avatar and information is called in that member-header code.

    #123205
    Paul Wong-Gibbs
    Keymaster

    “All posts for that particular user”; do you mean all posts on the blog on the site that BuddyPress is running on, or, are you running multisite and you want to pull each person’s posts from their site into the main site?

    #123203
    Paul Wong-Gibbs
    Keymaster

    I don’t think we’ve seen this problem before. It works fine for me, I’ve just tested.

    In the interim; if you do not want to use group forums AT ALL, deactivate the “Discussion Forums” component in the BuddyPress > Components menu.

    #123200

    In reply to: Pages won’t show

    Paul Wong-Gibbs
    Keymaster

    I assume you mean your regular WordPress posts’ content? I’m not sure, I haven’t seen this before. At least part of your site is working, e.g. http://www.passiveincomeformula.net/members/adrien/

    It’s probably not directly related to BuddyPress, rather a theme configuration issue or a conflict with another plugin. Which plugins are you running?

    #122436
    PrimeSuspect
    Member

    Btw ajax/js of my buddypress doesnt load anything..
    i mean “Show box” doesnt work.
    For example i choose “Everything” or “Updates” from the Show box , it doesnt show anything.This ajax’s loading gif is turning.

    i know i ask so many question… Thank you very much for your support…

    #122435
    PrimeSuspect
    Member

    Hi mercime

    im sorry for my poor english

    Yes im talking about .css
    I have already done step 4 but nothing changed in apperiance of my theme..i thnk its about BP Template Pack CSS of BuddyPress compatibiliy plugin.(/wp-content/plugins/bp-template-pack/bp.css)

    when i disable bp template pack’s css : http://imageshack.us/photo/my-images/836/bp2c.jpg
    when i enable bp templates pack’s css : http://imageshack.us/photo/my-images/88/69319545.jpg

    i just want to make fonts , colors , size and other .css things compatible with my theme.

    #123329
    Paul Wong-Gibbs
    Keymaster

    Time permitting, i’m hoping to abstract this a bit in BuddyPress 1.6 (or 1.7, if I run out of time).

    #123328
    zatmando
    Member

    Have you found a solution for this issue?

    I am currently experiencing the same thing. I turned off all plugins, using the default theme, running current version of Buddypress and wordpress.

    #123326
    amilius123
    Member

    @Travel-Junkie
    Thanks a lot ! ill try it out today – let you know if i managed to make it work

    #123325
    jsigned
    Member

    So a little bit more searching found this:
    https://buddypress.trac.wordpress.org/ticket/1995
    Which has had no attention for 17 months until cnorris23 jumped on board 3 days ago.

    and this
    https://buddypress.trac.wordpress.org/ticket/3695
    which has some attention and actual code by cnorris23. You go guy!

    I just don’t understand why this critical functionality has had no attention. Hopefully cnorris23 will make some progress.

    #123323

    In reply to: buddypress.org problem

    @mercime
    Participant

    Hi djoep, BuddyPress.org is being retrofitted. Check out official BP test site at http://testbp.org/

Viewing 25 results - 35,476 through 35,500 (of 68,918 total)
Skip to toolbar