Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 3,926 through 3,950 (of 31,077 total)
  • Author
    Search Results
  • #260037

    In reply to: Profile activity auto

    danbp
    Participant

    Load more works perfectly with 2.7 and Twenty Sixteen.

    Try with that theme first, if it works you’ve found the culprit !
    If not, keep 2016 active and deactivate/reactivate one by one all plugins but BP until you isolate the origine of your issue.

    If you use custom code in theme or bp, remove or deactivate it provisory while testing.

    #260035

    In reply to: Group admin post only

    danbp
    Participant

    @vicky0007,

    do you mean a static message or as setting option ?

    You can deploy a static message on the create step #2, by using this snippet inside of bp-custom.php

    function bpex_custom_message_group_creation() {
    	if( bp_is_active( 'groups' ) && bp_is_group_creation_step( 'group-settings' ) ) :
    
    		echo 'Only group admins are allowed to post';
    
    	endif;
    }
    add_action( 'bp_before_group_settings_creation_step', 'bpex_custom_message_group_creation' );

    As setting option, read here:

    Group Extension API

    #259983
    bid9jafd
    Participant

    Hi,

    I want to hide the entire Base Profile Field Group on my site.

    I have followed the steps outlined by @shanebp in this topic &, while the Base Profile Fields have been hidden, the tab for the Group is still visible.

    I have posted a screenshot of the issue here.

    I want just the profile group ‘user info’ to be visible & editable.

    I’m using the Kleo theme – version 4.1.5, WordPress 4.6.1.

    I’d greatly appreciate some help.

    lesanis
    Participant

    Hi again,

    I found a way to achieve that…I made a copy of home.php inside my header.php but now

    1) User’s name is not appearing above the cover image inside theme’s header
    2)Buddypress tabs and cover image are appearing in every page..

    Do you think that there is a way to fix these 2 issues?

    #259893
    shanebp
    Moderator

    Only members with the capability ‘bp_moderate’ will see that checkbox option.
    And only site administrators are given that capability.
    So unless you have a plugin that gives that capability to other members, nobody else can see that option. To check, log into your site as a non-admin.

    If you still want to remove it, create a template overload of this file:
    buddypress\bp-templates\bp-legacy\buddypress\members\single\messages\compose.php
    In your overload, remove this:

    <?php if ( bp_current_user_can( 'bp_moderate' ) ) : ?>
    	<p><label for="send-notice"><input type="checkbox" id="send-notice" name="send-notice" value="1" /> <?php _e( "This is a notice to all users.", 'buddypress' ); ?></label></p>
    <?php endif; ?> 
    #259868
    banglablog
    Participant

    Thanks its a nice plugins but somehow not working with my theme… 🙁

    #259865
    Ariful Alam Tuhin
    Participant
    #259855
    Henry Wright
    Moderator

    The BuddyPress template hierarchy will help you customise your site’s pages. Check out this article:

    Template Hierarchy

    Jon Fergus
    Participant

    Thanks r-a-y. I’ll just add this to close this topic. Solution to the issue is now on the bbpress support thread, along with a custom bbpress-fuctions.php file that provides the fix when added to a child theme: https://bbpress.org/forums/topic/how-to-create-dynamic-reply-box/#post-178454

    #259824
    bcanr2d2
    Participant

    My install has stopped sending any emails out for new user activation.
    I can receive emails sent by WordPress after a user is manually activated, and can receive any email from Postman SMTP, as these test emails work.

    I don’t use any other activity markers, but emails were not received when messages were sent either.

    I have tried all of the listed troubleshooting steps that others have gone through before.

    I have a custom function that creates a post for the user during the registration process. I have removed all custom functions and tried registering a user, and it still will not send any emails.

    As BuddyPress uses it’s own PHP Mailer, I am not able to log them via any WP Mail logging tools, and want to see what might be going on here.
    The problem reared its head around the time I upgraded to 2.6 (although the custom function during registration was also added at this time) as well

    I have reset the emails multiple times, and I have not made any changes to them.

    Could someone please provide assistance, or given me a suggestion on how to run the BP Email Debug code to get an email of any issues

    Host is Bluehost

    Here is my install, and plugin list

    WordPress 4.5.4
    BuddyPress 2.6.2
    Advanced Custom Fields 4.4.10
    Akismet 3.1.11 (inactive)
    BackWPuP 3.3.4
    BP Force Profile Photo 1.0.5
    BP Member Type Manager 1.0.1 (inactive)
    BP xProfile Location 1.2
    BP XProfile WordPress User Sync 0.6.4
    Broken Link Checker 1.11.2
    Buddy Progress Bar 1.0.2
    BuddyPress Conditional Field Groups 0.1.0
    Buddypress Conditional Profile Field 2.0
    Buddypress Geodirectory Integration 1.0.0 (inactive)
    BuddyPress Member Type Generator 1.0.2
    BuddyPress Profile Tabs 1.6.1
    BuddyPress Security Check 2.1.2
    BuddyPress Simple Terms And Conditions 1.3
    BuddyPress Xprofile Custom Fields Type 2.5
    BuddyPress Xprofile Member Type Field 1.0.4
    Cherry Parallax Plugin 1.0.0 (for my theme)
    Cherry Plugin 1.2.8.1 (for my theme)
    Conditional Profile Fields for BuddyPress 1.1.9
    Contact Form 7 4.5
    Contact Form 7 – Dynamic Text Extension 2.0.1
    Custom Hooks 1.0 (All my custom functions are in this plugin)
    Custom Login 3.2.5
    Custom Post Template By Templatic 1.0
    Custom Post Type UI 1.4.1
    Disable Comments 1.5.2
    Display Posts Shortcode 2.7.0
    Easy Parallax Slider 2.1.1
    FacetWP 2.6.4
    GEO my WP 2.6.6.1
    GeoDirectory 1.6.5 (inactive)
    Hello Dolly .1.6 (inactive)
    MOJO Marketplace 1.0.1 (inactive)
    MotoPress Content Editor Lite 1.6.5 (inactive)
    Quick and Easy FAQs 1.0.3
    SuitePlugins – Advanced XProfile Fields for BuddyPress 1.0.3
    Super Socializer 7.8.1
    WP Private Content Plus 1.11
    WPFront User Role Editor 2.12.4
    Yoast SEO 3.5

    #259773

    In reply to: Online Status

    danbp
    Participant

    I tested the free version and i have no issue with it, at least not whith the 2 widgets activated.
    But i haven’t followed the theme recommandation saying i have to use Redux framework. I tested just the theme, not the additionnal plugin. If you use it, deactivate it and see if the issue remains.

    #259768

    In reply to: Online Status

    danbp
    Participant

    No worry. About the heme, do you use the free version or the premium version by themeforest ?

    #259761

    In reply to: Online Status

    Julian
    Participant

    @danbp I use the widgets “BuddyPress Friends” and “BuddyPress Members”. I use 1 sidebar. The theme supports 2. I have no specific sidebar. Have I answered all the questions?

    #259754

    In reply to: Like Button Issue.

    danbp
    Participant

    Hi,

    seems you use jetpack to fire a share widget and it looks like there is a JS conflict.
    Activate a twenty theme and se what you get.

    Seems also you use WP super cache.
    Clear the cache and deactivate it and make a first test.
    Once Twenty active, and still no button, you need to track all plugins except BP and jetpack.
    Deactivate all and reactivate one by one, until you find a culprit.

    If nothing found, you can be sure that or the theme or jetpack generates the button issue.
    While writing here i revisited a page (/butterfly) and could see the like button…

    But i think the problem is in your install setup.
    First, you use www. WordPress doesn’t use it by default.
    The site is also really slow. Use GTMetrix to get a detailed analysis of what you could do for better performance.
    You use also a very old plugin, and certainly outdated: pc-custom-css. Why don’t you use a child-theme ?
    Your images are very large, too large imho ! The guitar as example. Original size is 2500x1440px and 577ko ! On the post, it is barely larger than a thumbnail and on the Home a little medium size.
    It isn’t even optimized. I did it quickly and now it makes 303ko. Appreciate the difference and the gain if you would do this for all your pictures.

    Add a little JS bug or lame script over this and you know now from where you can expect issues.

    #259746

    In reply to: Online Status

    Julian
    Participant

    @danbp Oh sorry, I use the evolve theme. I am totally desperate.

    #259745

    In reply to: Online Status

    danbp
    Participant

    @julian25, die Frage ist für dich ! Du hast sie nicht beantwortet… 😉 Welches Theme benutzt Du ?
    Please provide details when you’re asked for.
    Which is the widget you use in the sidebar who show “16 minutes ago” ?
    How many sidebars are used by your theme ?
    Do you have a specific sidebar for homepage only ?

    #259737

    In reply to: Online Status

    Julian
    Participant

    Which theme do you use?

    #259736

    In reply to: Online Status

    Julian
    Participant

    @danbp I have tried different themes, the same problem is everywhere. I have been wrong: Everywhere in the side bar it is displayed in English (but on the start page it is displayed correctly in the side bar) and even when I go to “friends” it is displayed in English.

    #259734
    danbp
    Participant

    You posted another question on Buddypress Profile Search support, where it appears that you try to remove the member search form.

    In regard of the BuddyPress support forum, you use at least two third party plugins aside BP and perhaps proceeded to template customization !

    You have to isolate the culprit: one of your plugins or your theme customization. BuddyPress is not concerned. Sorry.

    #259732

    In reply to: Online Status

    danbp
    Participant

    Check your theme files. You need to find the “ago” part and modify it (via child theme) to what BP use for it.

    Or maybe you can get a german version for your theme or search the string in the existing theme translation.

    Eventually ask for help on the theme support, as it is not a BP issue.

    #259717
    danbp
    Participant

    Hi,

    try this (add to bp-custom.php):

    function add_profiles_link_to_page(){
    
    	if ( bp_is_profile_component() || bp_is_user() ) {
    
    	// allow link to appear only to loggedin user
    	/*if ( !is_user_logged_in() )
    		return false; */
    
    	// tabed internal link : /internal link/page name/
    	//$link =  bp_get_root_domain() . '/book/';
    
    	// tabed external link
    	$link =  "https://www.amazon.com/";
    	
    	?>
    		<li><a href="<?php echo $link; ?>"><?php printf( 'My Books' ); ?></a></li>
    	<?php  
    	}
    }
    add_action( 'bp_member_options_nav', 'add_profiles_link_to_page' );
    #259715
    danbp
    Participant

    Add this inside the header, just after Template Version @import url("../name of the parent theme/style.css"); and give a try.

    May work… or not. It does with “usual” themes like Twenty Sixteen. But for a framework like Genesis, i ignore if it would. And as yo use a premium framework theme, see the theme doc or contact the genesis support. We can’t help much with such issues, except if somebody using the same theme would be able to answer.

    Raphael.v
    Participant

    I forgot to give some informations about my website :
    Buddypress : 2.6.2
    WP : 4.6.1
    Thème : Kleo

    #259709
    danbp
    Participant

    Hi,

    your site is pwd protected, so i removed the link to it.

    You can do that by CSS from within your child-theme style.css
    As it is not only BuddyPress css, but also dependent of your theme, you have to check for the correct classes and id’s to use.

    1) we hide first the sidebar on the profile.
    2) we enlarge the content part to full width (100%)

    On each BP page is a page-id-{number}. You need it to define the style for this page only.

    As example, this is working with Twenty Sixteen

    /* remove sidebar */
    body.page-id-0 aside#secondary {
    	display: none;
    }
    
    /* enlarge content to full width */
    body.page-id-0 div#primary{
    	background-color: yellow;
    	width: 100%!important;
    }
    #259707
    r083r7
    Participant

    Sure I can just use child/styles.css

    I’m using the Genesis Framework, specifically using the Genesis Sample child-theme.

    Header? You mean the part that’s commented in the css file on top? Here it is:

    
    /**
    	Theme Name: Genesis Sample
    	Theme URI: http://www.studiopress.com/
    	Description: This is the sample theme created for the Genesis Framework.
    	Author: StudioPress
    	Author URI: http://www.studiopress.com/
    
    	Version: 2.2.4
    
    	Template: genesis
    	Template Version: 2.2.3
    
    */
Viewing 25 results - 3,926 through 3,950 (of 31,077 total)
Skip to toolbar