Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 5,726 through 5,750 (of 32,560 total)
  • Author
    Search Results
  • #254536
    r-a-y
    Keymaster

    So what you’re looking for is to use a custom user avatar instead of BuddyPress’?

    Try the following code snippet in your theme’s functions.php or wp-content/plugins/bp-custom.php:

    remove_filter( 'get_avatar', 'bp_core_fetch_avatar_filter', 10, 6 );

    Update – That code snippet only reverts the avatar in WordPress posts and comments.

    To override BuddyPress avatars in BuddyPress content with a custom avatar solution, you would have to hook into the 'bp_core_fetch_avatar' filter:
    https://buddypress.trac.wordpress.org/browser/tags/2.5.3/src/bp-core/bp-core-avatars.php?marks=534-549#L534

    #254531

    In reply to: text field pre fill

    danbp
    Participant

    The correct file is bp-legacy/buddypress/activity/post-form.php. Don’t modify it, but copy/paste (same path – same file name) buddypress/activity/post-form.php to your child-theme and do your changes from there.

    jasonegli
    Participant

    I’m having trouble with getting emails to send when BuddyPress is enabled. If I disable the plugin I get registration emails, but when it is enabled I get a message on the screen saying the message was successfully sent, but the email never goes through.

    I have tried installing Postman SMTP as described in this post: https://buddypress.org/support/topic/register-activation-emails-not-being-send-smtp-configuration-not-set/#post-252037

    Even with Postman STMP installed, registration messages still don’t come through. They also don’t show up in the Postman logs. However, my test messages in Postman are delivered with no trouble, and password resets, etc, show up in Postman logs and are delivered successfully.

    This is running on Windows Server 2012 using XAMPP
    Wordpress: 4.5.2
    BuddyPress: 2.5.3
    Theme: Alliance

    Any help is much appreciated.

    Jorrit
    Participant

    When sending a private message an error is displayed “Message was not sent. Please try again.” while the message is actually delivered and also in the Sent items. Sending a public message does however not show the same behaviour.

    I have tried using the 2015 theme (running default 2011) and disabling all other plugins, but to no improvement.
    One odd thing about my setup is that I have sqlite as backend DB.

    Hope someone can point me in the right direction on how to troubleshoot / fix this.

    About my set-up:
    1. Which version of WordPress are you running?
    WordPress 4.5.2 running Twenty Eleven theme.

    2. Did you install WordPress as a directory or subdomain install?
    Directory

    3. If a directory install, is it in root or in a subdirectory?
    Root

    4. Did you upgrade from a previous version of WordPress? If so, from which version?
    Nothing major just roling updates for CentOS

    5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting.
    yes

    6. Which version of BP are you running?
    2.5.3

    7. Did you upgraded from a previous version of BP? If so, from which version?
    No

    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?

    • BP Registration Options
    • BuddyPress Members only
    • CloudFlare
    • Contact Form 7
    • Contact Form 7 – Dynamic Text Extension
    • Google Analytics Dashboard for WP
    • Nav Menu Roles
    • Social Media Feather
    • SQLite Integration
    • UpdraftPlus – Backup/Restore
    • WP Easy Paypal Payment Accept
    • WP reCaptcha Integration
    • WP-Ban
    • WP-Mail-SMTP
    • WP-Polls

    9. Are you using the standard WordPress theme or customized theme?
    Twenty Eleven theme

    10. Have you modified the core files in any way?
    No

    11. Do you have any custom functions in bp-custom.php?
    No

    12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in?
    n/a

    13. Please provide a list of any errors in your server’s log files.
    Don’t see any

    14. Which company provides your hosting?
    AWS

    15. Is your server running Windows, or if Linux; Apache, nginx or something else?
    CentOS 7 with Apache

    #254509
    sharmavishal
    Participant

    Try running multisite…your task theme on main domain and sub domain run bp

    #254503
    romlin
    Participant

    For anyone interested, our instance of WordPress and BuddyPress with some custom and existing plugins (all free and/or open-source). Please note that is a very early development version, as is, and far from complete. Theme is based on Twenty Fifteen. Hope it can be of use! Feel free to contribute!

    http://enterpress.org

    Screenshot

    All the best!

    CharlesRABIFR
    Participant

    Hi,

    I’m recently working with a Project Management theme called Task Rocket.

    The bad point is that this theme appears to incompatible with BuddyPress, indeed, nothing is displayed in the “Groups” or “Members” page.

    Is there any way to make my theme compatible with BuddyPress ? I’ve ask the theme support, they don’t plan to make it compatible.

    Thanks a lot.

    Regards.

    #254484
    r-a-y
    Keymaster

    Add the following either to your theme’s functions.php file or /wp-content/plugins/bp-custom.php:
    https://gist.github.com/r-a-y/c9eb7c7f5bff2afb271a9b1edbf56a59

    Haven’t tested for breadcrumbs, but that code snippet changes the <title> tag and the page title to use whatever is set in the admin area.

    #254464
    bryanbatcher
    Participant

    Hello, BuddyPress Community!

    I have the plugin DW Reactions installed (https://wordpress.org/plugins/dw-reactions). It doesn’t integrate with BuddyPress. Assuming BuddyPress “activities” were a custom post type, I thought integrating it myself would be no problem. Well, after some digging, I noticed that activities were stored in the database as their own type of object (am I using the term “object” correctly?) and not as custom post types. DW Reactions is written to work with post types. I imagine that’s why it doesn’t work with BuddyPress activities.

    Is there a way to make activities register as a custom post type? If that’s not possible, is there a quick fix to make a plugin reference activities instead of posts?

    Or, is there anyone reading this who is familiar with DW Reactions and might know how to fix this?

    Thanks in advance for any help. Here are my answers to the questions in on of the sticky posts, in case they’re needed.

    1. Which version of WordPress are you running? 4.5.2
    2. Did you install WordPress as a directory or subdomain install? directory
    3. If a directory install, is it in root or in a subdirectory? root
    4. Did you upgrade from a previous version of WordPress? If so, from which version? yes, 4.5.1
    5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting. yes
    6. Which version of BP are you running? 2.5.3
    7. Did you upgraded from a previous version of BP? If so, from which version? no
    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones? yes, too many to list
    9. Are you using the standard WordPress theme or customized theme? custom, InspireBook v1.2.2
    10. Have you modified the core files in any way? no
    11. Do you have any custom functions in bp-custom.php? no
    12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? n/a
    13. Please provide a list of any errors in your server’s log files. n/a
    14. Which company provides your hosting? GoDaddy
    15. Is your server running Windows, or if Linux; Apache, nginx or something else? Linux

    #254455

    In reply to: Activity Feed

    danbp
    Participant

    Site access is restricted to members, and i won’t register anyway. Yes it’s probably theme related, but check also some settings.
    Can users comment on your site ?
    Have you tested with Twenty Sixteen or Fifteen theme ? If not you should do this. If it works with Twenty contact your theme support, who can help you to adjust CSS.

    You could also search the forum for similar question to yours.

    #254450

    In reply to: Activity Feed

    rblea24
    Participant

    Here is the URL https://www.goalsarecool.com/activity/

    When logged out the status update box disappears too. As it relates to my original question, Is this an issue with the theme? Anything you can do to help would be greatly appreciated.

    #254445
    sakshale
    Participant

    Thanks for the pointer — I’m finding many things about the installation process to by non-intuitive and skipped in the documentation. This is but one example.

    Current documentation issues;
    Getting started ends with configuration of components.

    Configure BuddyPress


    Unfortunately that is just the beginning.

    I am currently trying to figure out how create registration and activation pages. This is apparently not a new issue — I still wading through the support thread.
    https://buddypress.org/support/topic/registration-and-activation-pages-missing/
    It talks about switching to the bp theme — which isn’t listed as a selectable theme.
    I have found the files under bp-themes/bp-default — I just need to discover what to do with them. (more reading ahead)

    #254429
    danbp
    Participant

    Hum… Thrive is a premium theme for which we can’t assist you as we have no access to his code. Sorry, but you have to ask for help on the theme support.

    And BP is not the problem i guess.

    #254427
    damian12
    Participant

    > Which template did you changed?
    I changed the theme (thrive social) i’m testing , editing & setting because i want that theme for my site. I set another one i have installed (socialMe) to see if the translation problem in some places of the site persist in this one.

    > What do you want to fix if it works now ?
    I want to fix the problem in the thrive social template because that will be my main template.

    Yo said something like

    Apparently there are some missing tabs aside “subir”

    . What is that about?

    #254418
    maganiza
    Participant

    I am a learner like you but this is what I did last week and it worked for me. I just used two major things. The buddypress plugin and the boss theme. All the settings your’e looking for are preloaded and you just need to check and uncheck what is necessary.

    Give it a try.

    dainismichel
    Participant

    Hey, I’ve been running a couple BuddyPress sites for a good number of years now, and well, the setups are pretty involved.

    I’m curious, if there might not now be a few plugin combinations that create reasonably functional BuddyPress communities, out-the-box.

    So, basically: everything works.

    It’s not that important “how” everything works, but the setup creates a site that won’t be plagued by splogs or spam, obviously registration works properly, and there are usable community features that aren’t broken.

    Ideal answers would basically be lists of plugins & possibly themes.

    #254402

    In reply to: RSS FEED error

    danbp
    Participant

    Please give details.

    Could be a blank line outside php brackets.
    Best way to know what’s going on, is to check your site on http://validator.w3.org/feed/

    Depending the message you get from the validator, you can:

    – Check your wp-config.php file for blank lines outside of <? and ?> bracketed sections.
    – Check your theme’s functions.php file for blank lines outside of <? and ?> bracketed sections.
    – One by one, disable plugins and revalidate until you isolate the one causing the problem.

    #254399
    danbp
    Participant

    > I just changed the template and the translations works fine.

    Which template did you changed ? What do you want to fix if it works now ?
    Have you tried with a Twenty theme ?

    #254397
    damian12
    Participant

    No dan, i’m not using the child theme, should i?

    This problem also happens in others translations arround my site, not only in “subir”.
    Badly to me, i have not other template that supports buddypress, but i will try to find one and install it to check that. Thanks for your awesome support.

    EDIT: I just changed the template and the translations works fine. So the problem is the template. What do you think i should do to fix it?

    #254395
    danbp
    Participant

    Unable to reproduce. It’s working for me. Here’s what i see on my test site.

    translation to spanish

    What i did:
    – set site language to español de argentina
    – downloaded venezuela’s version of po/mo
    – renammed both file to buddypress-es_AR (
    – added the file to this directory wp-content/languages/plugins/buddypress-es_AR.mo

    That worked without changing header information, as ID is still “stable”. Sorry, my fault.

    Perhaps try to change the theme to see if something get different. Apparently there are some missing tabs aside “subir”. Compare pictures.

    Do you use a child-theme where you changed a profile template ?

    #254392
    danbp
    Participant

    @fidelduque,

    welcome here ! To not loose your changes, you need a child-theme.

    Theme Compatibility & Template Files

    Note that we can’t assist you here for premium theme, as we have no access to the code, but if you search the forum, you will find many topics related to child theme, profile-loop and customization.

    As you’re new, please read here.

    #254391

    In reply to: Hide All Members Tag

    danbp
    Participant

    hi @mlao,

    we let the tab All members where it is and remove only the count.

    function mlao_gettext( $translated, $original_text, $domain ) {
    
        if ( 'buddypress' !== $domain )  
               return $translated;
    
        switch ( $original_text ) {
            case 'All Members %s':
                return 'All Members';
    
            default:
                return $translated;
        }
    }
    add_filter( 'gettext', 'mlao_gettext', 20, 3 );

    Add this to bp-custom.php or child-theme functions.php

    #254390
    fidelduque
    Participant

    Hi everybody, I’m kind of newby with buddypress. I need to change the profile-loop file but I don’t wanna lose my changes when the buddypress gets updated. Any hint would be apreciated.

    I’m using a genesis framework theme (Enterprise pro theme) and my buddypress version is 2.5.3 and the wordpress version is: 4.5.2.

    Thanks

    antdevine
    Participant

    Buddy press is working great on all browsers and devices apart from on Windows mobile. When you are on the registration page on a windows phone and press one of the input fields the page just reloads and either doesn’t let you enter in any text or it lets you enter in the text but when you go to the next input field the page reloads again and loose the content from the previous field.

    I have got Twenty-fifteen theme enabled, I have also tried twenty-sixteen and the same happens.

    Any ideas what could be causing this?

    I am running:
    Wordpress 4.5.2
    Buddy press 2.5.2

    Thank you for your help.

    danbp
    Participant

    @gettingdownunder,

    i’m unable to reproduce your issue. I installed WPJM on my test site(latest BP & bbP, 3rd party theme), activate it and used default settings before saving. Worked like a charm, out of the box !

    The plugin created 3 pages, which i added to my theme. 1 as menu item, the 2 other as sub-menu. If you get a 404 on preview, the page

    For the settings, i disallowed account creation. Visitors must be site members to publish a job. Visitors should also not be able to publish when they’re not logged in.

    Check you have the tree pages, and disallow any thing related to account inside the plugin settings and see what goes on.

    Perhaps you trashed some pages and they are still in trash. Clear it. Pages must be unique.

Viewing 25 results - 5,726 through 5,750 (of 32,560 total)
Skip to toolbar