Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 16,401 through 16,425 (of 69,016 total)
  • Author
    Search Results
  • dainismichel
    Participant

    oh well

    i:

    purchased a commercial theme for $60 hoping it would work out the box. it didn’t.

    i created a child theme and it works with the old version of buddypress

    i added all the memory stuff to files like .haccess that folks recommend when you get the WSOD w buddypress

    i updated buddypress and got a success message:

    http://screencast.com/t/2bpHT6m6NZr

    now i have the WSOD and back i go to the backup i created at the start of the day…

    dainismichel
    Participant

    yeah, made a child theme now and will see if i can update buddypress…

    maybe, by some chance, after i upgrade buddypress, the activity stream will display properly using the commercial theme i purchased

    …otherwise…it’s right back to bp-default…

    #184578
    Andrea Reed
    Participant

    What’s the best theme to use with BuddyPress? Thanks. I think this may explain a lot…

    dainismichel
    Participant

    yeah, just bought a $60 theme — and upon activation — there is an overlap issue on the activity stream.

    this is why we need a buddypress default.

    for people who just want their community software to work.

    i mean, it’s not “massive,” the community in question is just over 300 people, but i just bought a theme figuring eh, i’ll improve some stuff, and maybe eventually, having purchase will “improve” some stuff — but really — i just want it to work.

    so it goes:

    i used bp-default directly (not child theme)
    i updated buddypress
    i got a white screen of death
    started fiddling with memory etc
    still the white screen of death
    –good i have backups–
    bought a $60 theme hoping it would “just work” the way bp-default did — so i could upgrade buddypress
    noticed an “overlap error” in the activity stream…
    now, it looks like i need to make a child theme (just in case), then upgrade BP, then hope it works with the child theme — then try the commercial theme…

    i mean, i “can” go in and resolve these things, it’s just not that fun, and really, it would be nice if there were a theme that “just worked” for users of buddypress.

    dainismichel
    Participant

    for one site, i just used bp-default directly because i figured it would always be there and would always work.

    but i did find this:

    If you are already using bp-default, either directly or as a parent theme, don’t worry.

    at the link you recommended…

    right now, i am less interested in making buddypress look and feel the way i want it to — than in just using wordpress community software that actually works.

    with BuddyPress, over the years, i noticed that the best strategy is just to leave it alone and not try to do anything with it, because then it’s just going to break in unforseen ways — and not even “configuration,” but just implementation can and will be riddled with errors and problems and headaches.

    so, for one site, yes, i used a child theme, but for the site in question, i didn’t. i just figured some form of “buddypress default” would always be there — and it would always work.

    if “it” changed, i would just configure it — but i would not need to dig around and search for errors and fix things and ask at the forum and have peoples’ emotions flare just cuz i am interested in having the software work — etc.

    i also figured it would be a theme buddypress would always maintain and upgrade — and improve. for example, have you ever seen the activity stream in twentytwelve? while there may be classier activity streams around — for 2012 — it was easily one of the nicest looking activity streams available. so — i figured buddypress would notice that — and just continuously improve whatever the “buddypress default” theme was…

    i “might” make a child theme now — but i have now looked around at some commercial themes — so maybe i’ll buy one of those.

    really — it is about immediate functionality and convenience. it needs to work, first and foremost, and it needs to “look good” as well (but it needs to actually work — first).

    anyway — what this development at BuddyPress did — is it sent me searching for a commercial theme to upgrade to. not sure if that was the intended result, but it’s what it did in my case.

    best and blessings and thanks for all the work you do, let us know if you ever plan on releasing a kind of “default theme” in the future ok?

    sincerely,
    dainis

    #184574
    Henry Wright
    Moderator

    Last time we checked, Canvas was not compatible with BuddyPress


    @mercime
    that explains these redirection problems 🙂

    #184565
    @mercime
    Participant

    @canadadre Last time we checked, Canvas was not compatible with BuddyPress. Have you checked with woo if it supports BP now? cc: @henrywright

    #184564
    elihub
    Participant

    I did the same research as @kansas3d – multiselect only saves the last of multiple fields on the xprofile edit screen. I am running BP 2.0.1 (WP 2.9.1), and have confirmed that rolling back to BP 1.9 (not BP 2.0) fixes the issue. I disabled all plugins and experienced the same problem in my custom theme (built on Bones, not TwentyFourteen-derived).

    Converting multiselect to checkboxes allows for multiple value saving, but is not optimal. I have tracked down some similar tickets (#2176 from BP 1.2 and there’s another somewhere…)

    Update – it appears there is an open ticket (#5672) related to this:
    https://buddypress.trac.wordpress.org/ticket/5672

    #184561
    Henry Wright
    Moderator

    That’s a premium theme so unfortunately I don’t have access to the code. Try searching the theme’s code for wp_redirect or bp_core_redirect – the aim is to find out where the redirect to wp-admin.php is happening and then remove it. To my knowledge, this isn’t something that BuddyPress core does, so the issue is likely to be either plugin or theme related (most likely your theme).

    #184551
    shanebp
    Moderator

    @jayce103

    I’ve done several maps:
    Wordpress posts, based on editable location field: http://www.newspebbles.com/map/
    BuddyPress members, based on signup / profile field: http://www.deeptimejourney.org/members-map/

    This does markers just for groups: https://github.com/naton/bp-group-location

    The issue with a distributed plugin is the time-based limits imposed by various geocode web services. So it’s a scaling issue. There are ways to get around that for per-site custom plugins.

    #184547

    @jayce103,

    this is not a buddypress site. It seems this site was developed on corephp.But i can code the functionality you want.

    #184544
    jayce103
    Participant

    Hi @djouonanglandry

    I have seen this in action already on another site, I am just not sure whether it is a buddypress site or even a wordpress thing.

    All the evidence looks like it is as it has activity/groups, etc but it is a privately built website so not sure.

    http://www.rvillage.com is the site and the accounts are free if anyone as 5 mins to go and have a look at the explore page on the site. This is the page that has the functionality

    Jayce

    #184535
    @mercime
    Participant
    #184506
    3rd Eye
    Participant

    FWIW the Flavor theme developer shared a fix that worked for me:

    #buddypress #activity-stream p {display:inline-block!important}

    #184505
    mixtapela
    Participant

    @mercime,

    Thanks for checking into this issue for me, I apologize but for testing purposes I had to disable Activity Social Plugin. The activity page should now show the “Share” button.

    I was able to fix the alignment issue with the css code i posted earlier this week, and that only works for buddypress meta buttons not plugin generated buttons.

    The main issue now is that everything looks aligned correctly when clicking on the “load more” button and the “share” button works. But not on the default results of the activity page.

    I’ve contacted the theme support team and they are still unable to figure it out, I’ve deactivated all plugins, re-installed buddypress and installed a clean version of the theme. This issue has been driving me nuts for over a year now and would appreciate some help. Thanks!

    #184502
    @mercime
    Participant

    Why is there no “Profile” page listed among the “Pages” portion of this plugin???? … Please help me understand why I cannot upload or crop avatar images.


    @gt-director
    RE Profile pages missing: probably theme issue or BP missing files in upload. So Change to the Twenty Fourteen theme to see if issue is resolved. If not, keep Twenty Fourteen activated and re-upload BuddyPress plugin manually.
    RE cannot upload or crop avatar uploads: Did you enable avatar uploads in Settings > BuddyPress > Settings? https://mercime.files.wordpress.com/2013/12/bpsettings1.png

    #184500
    @mercime
    Participant
    #184495
    @mercime
    Participant

    @jaybee08 have you done some basic troubleshooting like changing to Twenty Fourteen theme and deactivating all plugins except BuddyPress?

    #184494
    Jrzwv
    Participant

    I just deactivated all my plugins and changed my theme, then i used the tool again and it still did not work. 1318 is showing buddypress all members frontend and Viewing member 1 to 20 (of 1,320 active member). I have just 8 registered member. Please i need your help sir. how do i fix this?

    #184489
    meg@info
    Participant
    #184488
    meg@info
    Participant
    #184486

    In reply to: Member photo galleries

    peter-hamilton
    Participant

    How it happens is not much of my concern, I do feel however that the Buddypress core crew should work with the people they feel comfortable with.

    An image insert would be one of the important next steps to improve Buddypress, I used RTMedia during my development but found it bulky, now I use BP-Albums and that does an almost perfect job, in combination with the attachments plugin.

    A post like system is also high on the list, same goes for an extended profile page, and the list is long.

    I understand that plugins can/should do a lot of this paraphernalia and focus needs to be on the core functions of Buddy/BB/Wordpress so these plugins can become more effective and create less pageload.

    But inline images would be on top of my list to see as a core function.

    Anyway, I will keep watching these topics closely.

    P.H.

    ps. my current and first Buddypress project is : Cultivators Forum | BBFacelook theme

    @mercime
    Participant

    since applying the latest updates


    @karlajw
    which updates – BP. WP. Canvas theme, and/or other plugins? When did you start using the Canvas theme? Last time I saw the theme mentioned in this forum (last year), it was not compatible with BuddyPress. If you change to the Twenty Fourteen theme and clear cache, are the issues resolved?

    #184467
    @mercime
    Participant

    @gt-director incompatible WP/BP versions as noted in your other forum topic https://buddypress.org/support/topic/how-to-viewing-profiles/

    #184466
    @mercime
    Participant

    Each time I select “View” i get the default WP chat profile instead.

    incompatible WP/BP versions as noted in your other forum topic https://buddypress.org/support/topic/how-to-viewing-profiles/

Viewing 25 results - 16,401 through 16,425 (of 69,016 total)
Skip to toolbar