Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 2,026 through 2,050 (of 32,287 total)
  • Author
    Search Results
  • dagamachris
    Participant

    Hi,

    Wordpress 5.2.2, Buddypress 4.3.0 Reign theme from Wbcom http://www.tipua.com

    I’ve got this code to hide comments by default with a show/hide option on each activity update, and it’s working fine on my staging site. Ideally though I’d like to display 3 comments by default with a read more option. I’ve read that BP uses a WP config to set the number of comments displayed initially, but the posts I’ve read seem to indicate that was on older versions. Is there a configuration I can set to show the number of comments by default, (In which case I could dispense with the code module) or do I need to modify this code. If the latter, any guidance would be greatly appreciated.

    Thanks
    Chris

    add_action( ‘wp_footer’, ‘add_comment_hide_show’ );
    function add_comment_hide_show() {
    ?>
    <style>
    .activity-comments ul{display: none;}
    </style>
    <script type=”text/javascript”>
    jQuery(function($) {
    setInterval(function() {
    $(‘.activity-meta’).each(function() {
    if( !$(this).find(‘.show-comments’).length ){
    var html = ‘Show/Hide‘;
    $(this).find(‘.button.acomment-reply’).after(html);
    }
    });

    }, 500);

    $(‘body’).on(‘click’, ‘.show-comments’, function(e) {
    e.preventDefault();
    var obj = $(this).closest(‘.activity-content’).next(‘.activity-comments’).find(‘ul’);
    obj.slideToggle();
    return false;
    });

    });
    </script>
    <?php
    }

    lesthomas85
    Participant

    Hello,

    I am using BUddypress 4.3.0 on wordpress 5.2.2. Under the option for a member to hide their profile from the members list. If the user selects yes then the profile is hidden.

    If you then try to change back to no (so the profile is visible) then the profile remains hidden in the members list. This happens in both the theme I am using (customify) and the Twenty Nineteen theme.

    Any help would be much appreciated.

    Many Thanks Les

    #306736
    shanebp
    Moderator

    The error is coming from your theme – Not from BuddyPress.

    bp_is_user_forums() was removed from BuddyPress since Version 3.0.0

    You could delete those two lines from themes/moview/members/single/home.php
    If you did not add BP templates to your theme, then you could also send an error report to the creators of your theme.

    #306733
    FahimMurshed
    Participant

    Got this error on this theme.

    Fatal error: Uncaught Error: Call to undefined function bp_is_user_forums() in /Applications/MAMP/htdocs/moview/wp-content/themes/moview/members/single/home.php:85 Stack trace: #0 /Applications/MAMP/htdocs/moview/wp-includes/template.php(724): require() #1 /Applications/MAMP/htdocs/moview/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(155): load_template('/Applications/M...', false) #2 /Applications/MAMP/htdocs/moview/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(61): bp_locate_template(Array, true, false) #3 /Applications/MAMP/htdocs/moview/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(338): bp_get_template_part('members/single/...', NULL) #4 /Applications/MAMP/htdocs/moview/wp-content/plugins/buddypress/bp-members/classes/class-bp-members-theme-compat.php(212): bp_buffer_template_part('members/single/...', NULL, false) #5 /Applications/MAMP/htdocs/moview/wp-includes/class-wp-hook.php(286): BP_Members_Theme_Compat->single_dummy_content('') #6 /Applications/MAMP/h in /Applications/MAMP/htdocs/moview/wp-content/themes/moview/members/single/home.php on line 85

    This file line is: /Applications/MAMP/h in /Applications/MAMP/htdocs/moview/wp-content/themes/moview/members/single/home.php on line 85

    
    		elseif ( bp_is_user_forums() ) :
    			bp_get_template_part( 'members/single/forums'   );
    

    moview theme

    If I delete this folder from this theme, style is broken.

    Please help me.

    #306718
    brianckimble
    Participant

    Whenever I try to post the links to the pictures it doesn’t work. Changing the theme to Twenty Seventeen didn’t help at all.

    https://charlottesvilleartists.com/wp-content/uploads/2019/06/Screen-Shot-2019-06-26-at-8.57.28-AM.png

    #306709
    shanebp
    Moderator

    Check your browser console for javascript errors.

    To see if your issue is theme related – try momentarily switching to a WP theme like 2019.

    If you still have issues, you can open a ticket here.

    ( btw- you cannot upload images here. Instead upload them somewhere else and then post the url here. )

    #306708
    brianckimble
    Participant

    Wordpress: 5.2.2
    BuddyPress: 4.3.0
    Theme: Astra

    I have an error when changing profile picture. After selecting picture from computer, the green progress loading bar is only “full” for a couple of seconds (as opposed to “filling” corresponding to the file upload), and then it displays a picture for “crop” that is either nothing or miniscule. All that is visible is the “crop” button and what appears to be the four corner dots of the crop tool all bunched together. I have screen shots of the error, but don’t know how to upload them.

    coolhunt
    Participant

    Though I wonder what the benefit of creating a new fork/platform over – separate paid-premium plug-ins and hyper tuned themes..

    Still I love buddyboss themes – but being locked in is a headache I would not ever try to think about..

    Frankly I’ve always been deeply frustrated with buddypress though..

    Aron Prins
    Participant

    All I have to say about this: if you “try” their platform, make sure you have backups.

    It will ask you to convert your site to “their” structure and I don’t think it’ll be easy to revert back.

    I was a customer. I still have and use their products, but I guess I’ll have to look for another theme provider as they seem to have lost their midas-touch introducing this stuff.

    Cheers,
    Aron

    #306682
    shanebp
    Moderator

    If you can reach the groups page when you are logged in, then some code in your theme or a plugin is restricting that page to only loggged in users.
    You need to find the source of that restriction.
    BuddyPress does not include that restriction.

    allnamestaken
    Participant

    I use the boss theme from them, Im considering updating to new theme for the updated look and functionality.. more info https://www.buddyboss.com/resources/docs/development/theme-development/theme-compatibility/

    coolhunt
    Participant

    I use buddyboss and I LOVE what they do…

    but.. im a little nervous .. with the change over.

    Its worth pointing out that there OUTSTANDING themes are still available for normal buddypress..

    allnamestaken
    Participant

    there is a buddyboss platform plugin designed to replace buddypress and bbpress.

    buddyboss platfofm plugin is free. Theme cost money. Plugin is hard to find… look at the top left corner is says free download.

    shanebp
    Moderator

    I saw that announcement. Does their ‘platform’ include all of BuddyPress or just the templates?
    Themes often include the BP templates as overloads but not the component classes.
    If it is a fork then it would be the first commercial fork, afaik.

    #306660

    In reply to: User Feedback Buttons

    Prashant Singh
    Participant

    It’s very strange. I can see it perfectly fine with just BuddyPress and Twenty Nineteen theme activated. Can you please try changing the theme to twenty seventeen and then check if it is coming there?

    #306655
    Prashant Singh
    Participant
    schossie
    Participant

    Hello, I think this issue has been going on for years, but I dont seem to be able to find that it had been fixed at some point!

    I am using wp 5.22 bbpress 2.5.14 and buddypress 4.3.0
    It still happens when I use different themes and if I uninstall other plugins.

    I have hidden buddypress groups which show in the activity stream even if you are not registered or logged in see here
    Core women is a hidden buddypress group and should be not visible to anybody except the group members.

    In bbpress I have a plugin called private groups which also show in the activity stream. You cant enter the forum via the link, but still you see the heading and actually also the text.
    I wonder if this problem is because of a false bbp and BP integration? BP doesnt get the info for private/hidden forums?

    I am very new to this and dont have much experience so please tell me what more information I can give.
    Has there ever been a solution to this?
    Thank you!

    #306642
    schossie
    Participant

    Hello Shane,
    yes I did switch from Divi to twentyninteen theme and still the same, also the same when I switch of other plugins.

    It looks like this, with no group creation button for all users Screenshot

    And I activated the option like this: Screenshot

    I am all new to this so have no idea what else you might need for information…
    Thank you!

    #306623
    shanebp
    Moderator

    Your issue cannot be replicated on a standard installation.

    Therefore, you need to provide some details.
    Such as- did you try swtiching to a WP theme like 2019?
    Did you try deactivating other plugins?

    If you still cannot create groups – what exactly are you doing and what do you see?
    Errors?
    And is it the same for all roles ?

    #306606
    lahddah
    Participant

    I know this has been asked and resolved before, but none of the solutions have worked for me. When I look at the members page – either while logged in as admin, or logged in as a different registered user – the members page is not finding any members.

    I’ve tried adding the php that changes the ‘last activity date’ to the functions.php file, then the bb-custom.php file. Neither changed a thing.

    Is there anything else I should try? The Buddypress plugin came as part of a theme I purchased. Their support suggested I try to disable plugins, then enable the bp plugins to see if they work. Is this a correct way to go? It seems like a lot of people have this same issue, so I’m hoping the fix is something simple.

    Thanks.
    Laura

    #306602
    chris19731973
    Participant

    Hi Frederik,

    I am looking for the same feature … user online/offline status for BuddyPress …

    So far, I didn’t find any code for function.php file (theme) or bp-custom.php file (buddypress)
    I have found an outdated plugin (2 years old) which can temporary help (Status Buddy plugin) :

    Status Buddy


    With this plugin, the online status is only shown on the directory of members
    This plugin works with WordPress v5.2.0

    If you find something else, please let me know about it …

    Thanks in advance

    Chris

    #306549
    teknikpaten
    Participant

    Hi all. In fact I know Buddypress for a long time but never I use it for my projects. Now I am searching for pro themes. Any suggestions it would be appreciated.

    benjiswart
    Participant

    Hey team,

    Having a problem getting any comments from a user on a custom post type to show up on the activity stream. Currently using the mylisting theme with buddypress integration. I have site tracking enabled and have double checked that I can see comments on the listing in the admin section.

    I also found this snippet which enabled a new Activity feed action when ever anyone creates a new listing but does not pick up on any comments:

    <?php
    function job_listing_activity_args() {
    	if ( ! bp_is_active( 'activity' ) ) {
    		return;
    	}
    	add_post_type_support( 'job_listing', 'buddypress-activity' );
    	bp_activity_set_post_type_tracking_args( 'job_listing', array(
    		'component_id'             => 'activity',
    		'action_id'                => 'new_job_listing',
            	'bp_activity_admin_filter' => __( 'Published a new Report', 'text-domain' ),
            	'bp_activity_front_filter' => __( 'Reports', 'text-domain' ),
            	'contexts'                 => array( 'activity', 'member' ),
            	'activity_comment'         => true,
            	'bp_activity_new_post'     => __( '%1$s posted a new Report: <a href="%2$s">[Job]</a> aproximately', 'text-domain' ),
            	'bp_activity_new_post_ms'  => __( '%1$s posted a new Report: <a href="%2$s">[Job]</a>, on the site %3$s', 'text-domain' ),
            	'position'                 => 100,
        	) );
    }
    add_action( 'init', 'job_listing_activity_args' );
    function job_listing_include_post_type_title( $action, $activity ) {
    	if ( empty( $activity->id ) ) {
    		return $action;
    	}
    	if ( 'new_job_listing' != $activity->type ) {
    		return $action;
    	}
    	preg_match_all( '/<a.*?>([^>]*)<\/a>/', $action, $matches );
    	if ( empty( $matches[1][1] ) || '[Job]' != $matches[1][1] ) {
    		return $action;
    	}
    	$post_type_title = bp_activity_get_meta( $activity->id, 'post_title' );
    	if ( empty( $post_type_title ) ) {
    		switch_to_blog( $activity->item_id );
    		$post_type_title = get_post_field( 'post_title', $activity->secondary_item_id );
    		// We have a title save it in activity meta to avoid switching blogs too much
    		if ( ! empty( $post_type_title ) ) {
    			bp_activity_update_meta( $activity->id, 'post_title', $post_type_title );
    		}
    		restore_current_blog();
    	}
    	return str_replace( $matches[1][1], esc_html( $post_type_title ), $action );
    }
    add_filter( 'bp_activity_custom_post_type_post_action', 'job_listing_include_post_type_title', 10, 2 );

    Would greatly appreciate any help, I’m brand new to buddypress and so far have been really impressed with how powerful it can be, but just running into a bit of a brick wall here.

    Thanks in advance,

    B

    artichoku
    Participant

    1. Which version of WordPress are you running? 5.2.1

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

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

    6. Which version of BP are you running? 4.3.0

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

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

    9. Are you using a standard WordPress theme or customized theme? standard

    10. Which theme do you use ? Athena (Doesn’t work with the default wp theme either.

    11. Have you modified the core files in any way? no

    12. Do you have any custom functions in bp-custom.php? no

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

    14. Please provide a list of any errors in your server’s log files. https://codex.wordpress.org/Debugging_in_WordPress N/A

    15. Which company provides your hosting? InMotion VPS

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

    17. Which BP Theme are you using? Default

    18. Have you overloaded any BuddyPress template files. No

    19. Any other site customisations that might have a bearing on the issue? No

    #306414
    Nahum
    Participant

    oops sorry I put in the wrong snip then I couldn’t edit…here’s what “seems” to be working for me.

    add_filter( 'bp_get_template_locations', 'my_template_pack_stack' );
    
    function my_template_pack_stack( $locations = array() ) {
    
    if( bp_get_theme_package_id()  === 'nouveau') {
    
    $locations[] = '/buddypress/bp-nouveau';
    
    } elseif( bp_get_theme_package_id()  === 'legacy') {
    
    $locations[] = '/buddypress/bp-legacy';
    
    }
    
      return $locations;
    }
    
Viewing 25 results - 2,026 through 2,050 (of 32,287 total)
Skip to toolbar