Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 6,001 through 6,025 (of 32,561 total)
  • Author
    Search Results
  • #252567
    danbp
    Participant

    Hi,

    You’re using a premium theme for which we can’t help you on this forum. You should ask on their support, included in the license. Or read theme’s documentation.

    #252563
    danbp
    Participant

    Hi,

    you say Cropping Tool not showing… you omited to say with your theme.

    Have you tested with Twenty Fifteen ? If the tool appears with Twenty, you’ll need to adjust your theme or ask his author for support.

    f you’re confortable with CSS, maybe you can use Firebug to get some precious information to help you doing that adjustment.

    #252560
    remocode
    Participant

    I wanna automatically add new registered user to corresponding group by Buddypress.
    Here is my code put in the theme’s functions.

    function automatic_group_membership( $user_id ) {
    
           if( !$user_id ) return false;
    
            $join_group = xprofile_get_field_data(2, $user_id);  // 2 is xprofile field_id
    
            // conditionnal
            if ($join_group == "Group1") // Group Name
                $group_id = 3; // Group id
    
            // action
            groups_accept_invite( $user_id, $group_id );
    
        }
    
        add_action( 'bp_core_activated_user', 'automatic_group_membership' );

    But it doesn’t work.

    How can I figure out this problem?

    #252552
    jseitzer
    Participant

    Hi Everyone,

    I am brand new to BuddyPress. I am launching a new membership site May 1st so I have been actively working on my website (I have Under Construction Image as I work on it). I am NOT good or even know coding but I can easily follow direction. I also utilize Google and Youtube ALL the time to figure things out.

    I am using the X Theme which is supposed to be compatible with BuddyPress. Here is my issue.

    The Profile Image (not Gravatar) works great but I am unable to Change Cover Image. What can I do to get this feature to work? Thank you so much in advance.

    #252551
    SlowSpeed
    Participant

    I’m building a website in wordpress using the wplms theme which is using the buddypress plugin (and several more).

    In the website I see there’s an option to send personal messages to the other users but for some reason when I do that I always get an error that the message couldn’t been sent.

    Are there any configurations I need to do in order for that to work?
    Or is it actually another plugin and the original BuddyPress plugin doesn’t have this feature?

    Also if possible, how can I change the error text? I would like it to be translated to spanish in the website..

    Website is http://formed-temp.tk
    I’m using wordpress 4.4.2
    BuddyPress 2.5.1

    #252542
    danbp
    Participant

    Hi,

    a simple, but raw solution would be to use CSS. Something like:

    #buddypress .standard-form #profile-details-section {
       float: left; 
       clear: left;
    }

    But it’s raw and probably need some adjustment with your theme, and some mobile devices detection rules.

    Another solution could be to use this premium plugin, by BuddyDev.

    #252526
    @mercime
    Participant

    @noahboddy BuddyPress is compatible with nearly all WordPress themes. Checked out the source code of your theme’s page.php. It’s clean and should work with BP. So in all probability, the conflict could with another plugin. Good luck.

    #252524
    noahboddy
    Participant

    Thanks @mercine! I’ll give that a go after the weekend. I do have one question: is BuddyPress only compatible with certain themes? That’s another thing I was going to look into. I’m still learning,so I appreciate the help!

    #252497
    sharmavishal
    Participant

    can u check if it works with the bp default or twenty fifteen theme on your site?

    #252489
    gdams82
    Participant

    BTW, that was tested in WordPress 4.4.2 and BuddPress 2.5.2 on local XAMPP running Apache/2.4.17, PHP/5.6.15, custom theme, 25 plugins.

    #252483
    skulldragon
    Participant

    Weird, I deactivated the plugins and changed the theme the other day and it didn’t work.

    Yesterday, started off deactivating 404 to 301 and surprise, that was it.

    @mcuk
    Participant

    This might work to hide it for logged out users (put in bp-custom.php):

    function hide_bubble_logged_out () {
    	if ( !is_user_logged_in() ) {
    		?><style type="text/css">.bubble { display: none; }</style><?php
    	}		
    }	
    add_action( 'bp_ready', 'hide_bubble_logged_out' );
    BackpackersUnion
    Participant

    Is it possible to add an “All” activity tab to the Activity Submenu on a users profile (Personal + Friends = All [Excluding none friends, unlike the main feed])? It appears an issue preventing this was fixed in this trac, but I haven’t seen any successful implementation of this using bp-custom or a child function.php.

    The only viable solution I’ve seen is this plugin which goes beyond what I’d need. Has anyone had any luck implementing this with custom code (or even modifying a page template as a last resort)?

    Thanks!

    BP + WP Current Versions, 2014 theme

    #252460
    shanebp
    Moderator

    There is most likely a conflict with one of your other plugins.
    Try deactivating theme one at a time. Start with ‘Page Links To’.

    After that, try switching momentarily to a WP theme like 2013 to determine if it is your theme.

    #252457
    skulldragon
    Participant

    1. Which version of WordPress are you running? The latest

    2. Did you install WordPress as a directory or subdomain install? Normal install in root

    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? No

    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? The latest

    7. Did you upgraded from a previous version of BP? If so, from which version? If there was another version around 2 months ago, yes. Issue persists through both updates.

    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?
    404 to 301
    All in one Favicon
    bbPress
    BP Profile Search
    BuddyPress
    BuddyPress Cover Photo
    Custom Facebook Feed
    Divi Builder
    Elegant Themes Updater
    Events Manager
    Go – Responsive Pricing & Compare Tables
    K Elements
    List category posts
    Page Links To
    rtMedia for WordPress, BuddyPress and bbPress
    s2Member Framework
    Slider Revolution
    Taxonomy Metadata
    WP FullCalendar
    WPBakery Visual Composer

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

    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? Latest

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

    14. Which company provides your hosting? Siteground

    15. Is your server running Windows, or if Linux; Apache, nginx or something else? Apache I think.

    #252456
    danbp
    Participant

    We’re unable to help you for Yoo Helios premium theme.

    Have you assigned a particular template to the mandatory BP pages: activity, members, groups,… ? If yes, remove them, as BP pages must stay “empty”. Just give them a title and nothing else.

    Instead of using an exotic function, better try this solution.

    is_buddypress fn definition: You can tell if a page is displaying BP content by whether the current_component has been defined. More here.

    #252452
    DrMarkRhodes
    Participant

    I found a way to edit the theme. It wasn’t the most elegant, but it worked very well for spacing. I added <br> <br> at the very bottom of the header.php file. It put some white space in there so the BuddyPress search buttons were not partially hidden under the bottom of the header menu.

    #252450
    christopherwayne
    Participant

    Hi @danbp
    Thanks!!

    I found this code to solve the problem pasting it into funtions.php of my current theme, but it does not work. With the theme Twenty Thirteen not the comment list appears, so it is clear that the issue is a problem I am using.

    add_filter(‘tc_show_comments’, ‘disable_comments_buddypress_pages’);
    function disable_comments_buddypress_pages( $bool ){
    if ( is_page() && is_buddypress() )
    return false;
    return $bool;
    }

    #252440
    danbp
    Participant

    @christopherwayne

    This comment template is in your theme and has nothing to do with BuddyPress. Best way to ensure is to test with Twenty Fifteen.
    After that, you may need a child-theme and use some template overload. Read documentation.

    #252436
    christopherwayne
    Participant

    I found this code to solve the problem pasting it into funtions.php of my current theme, but it does not work. With the theme Twenty Thirteen not the comment list appears, so it is clear that the issue is a problem I am using.

    add_filter(‘tc_show_comments’, ‘disable_comments_buddypress_pages’);
    function disable_comments_buddypress_pages( $bool ){
    if ( is_page() && is_buddypress() )
    return false;
    return $bool;
    }

    Naomi
    Participant

    I’m running WP 4.5, BuddyPress 2.5.2, Twenty Twelve theme and TML 6.4.4

    I posted this as TML support and was told it’s a Buddypress issue

    I added custom TML fields when people register (city, state, and reason for wanting to join the site) following instructions here: https://www.jfarthing.com/development/theme-my-login/adding-extra-registration-fields/

    the fields are working as needed when users register. But since they aren’t xprofile fields, they aren’t showing up on BuddyPress member profile pages.

    How can I make them show up on member pages so all viewers can see where people are from (city, state) and also on the member directory.

    Site is here: http://www.charlottemasoneducation.org

    Thank you.

    #252414
    gigininja
    Participant

    Hi,
    I have a problem with image uplod. specifically, all the images are loaded in /wp-content/uploads/2015/07/ folder. I have checked “Organize my uploads into month- and year-based folders”.
    I disabled all plugin and upload works correctly. Reactivating BuddyPress, upload not working yet.
    I also tried to change the theme, but the problem continues.

    Can you help me?

    Thanks.

    #252411
    Dono12
    Participant

    Yes. I might add I have bbpress child theme don’t think that should matter

    #252407
    skulldragon
    Participant

    Whenever I try to view ANY profile on the members page, I get redirected to the homepage.

    ALL links in the black box in the upper right hand corner redirect to the homepage.

    ALL links that have a directory after /members/ gets redirected to the homepage.

    I’ve searched these forums and all over google but can’t seem to find a solution.
    Changing/saving permalinks do not work.
    Deactivating plugins and changing theme to 2015 does not work.

    I’m running s2 with bbPress and BuddyPress. Just trying to get everything working happily together.

    http://jerseymanlegacyclub.com/

    timgreenleaf
    Participant

    I am looking for general advice and maybe help strategizing how to do this:

    I want to set up a custom, default page for 1) member listing, 2) member profile, 3) group listing, and 4) group detail where the output from the WordPress and Buddypress loops are combined. Essentially, the rendered page structure would look like this:

    [global header etc]
    [Content from the WP page editor]
    [dynamic Buddypress content for Members or Groups]
    [global footer etc]

    I successfully created a custom WordPress template for the member directory where I inserted /wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/index.php as a PHP include right after the WP loop code is done. It works as long as it is a custom listing page (NOT set as the default for Members in Settings) but the members profile page is still the generic default. If I adjust the site settings to define this page as default for Members, it doesn’t work at all or it just ignores the content from the WP editor.

    Is it possible to do this inversely — e.g. insert the WordPress content loop into the Buddypress template? I haven’t had any luck. I am not even sure the WP loop is invoked when a core BP page (e.g. members or groups) is rendered.

    FYI, I’m on the latest version of BuddyPress and WordPress 4.4.2, and have implemented BP with the BP Project Framework plugin for my customizations. I am using Cumulo, a commercial theme that seems to be pretty good, and have that set up with a child theme (in case that matters here).

    I am new to Buddypress but have used WordPress for years (not a hard core coder but can write/edit code) and am familiar with how it works under-the-hood, but am not sure about the best approach here. Thanks in advance for any advice/guidance/ideas with what you think the best way is to do this!

Viewing 25 results - 6,001 through 6,025 (of 32,561 total)
Skip to toolbar