Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 2,326 through 2,350 (of 32,127 total)
  • Author
    Search Results
  • #303316

    In reply to: No Activation Emails

    shanebp
    Moderator

    Unless your issue is reproducible by BP devs, it is nigh impossible to suggest a fix.

    To narrow down the possible sources of the issue…

    Have you tried momentarily switching to a WP theme like 2017 ?

    Have you tried deactivating all other plugins and, if the issue goes away, then activating them one at a time? It’s a real pain, but often the only way to identify the source of a conflict.

    Have you tried switching the BP template pack under Settings > BP > Options ?

    Have you tried turning on WP_DEBUG and then checking your error log ?

    #303315

    In reply to: No Activation Emails

    sophiatrobairitz
    Participant

    1. WordPress version 5.1
    2. Directory
    3. root
    4. No
    5. Not 100% on whether activation emails were being sent or not before BP install.
    6. BuddyPress version 4.2
    7. No
    8. Yes, quite a few. Akismet, All in one SEO Pack, bbPress, BP Profile Search, Buddypress, Contact Form 7, Cool Timeline pro, Envato Market, Envira Gallery(All of the addons), Go Pricing, Google Analytics for WordPress by MonsterInsights, Import WP, K elements, Mailchimp for wordpress, Nav Menu Roles, rtmedia for wordpress, simple tags, Slider revolution, social articles, SQ Kleo monetizer, SQ sidebar generator, string locator, user access manager, videoj html5 player, what the file, woocommerce, woocommerce square, wordpress force https, wp mail smpt, wp rollback, wp bakery, YITH woocommerce wishlist.
    9. Kleo Theme 4.4.7 (updated 14th of Feb)
    10. ^
    11. I’ve slightly modified register.php, general-popups.php and members-loop.php in my child theme. I’ve tried removing my modified register.php and no luck. I also have a css file in my child theme.
    12. No
    13. Yes 2.5.14
    14. Not sure how to do this.
    15. aws/bitnami
    16. Not sure. Prob linux
    17. Kleo 4.4.7
    18. Not sure what that means.
    19. Not that I’m aware of.

    #303310
    rsmithgs
    Participant

    Hello,

    I’m trying to add a spinner gif to the webpage whenever someone clicks a button that uses AJAX to show them that their request is being worked on. I wish to use the Nouveau theme.

    I’m running WordPress 5.1 and BuddyPress 4.2.0

    There hasn’t been much on this topic except for here (which is now 4.75yrs old): Feature Request AJAX Loading Spinner

    To start, I’m trying to get things to work with the messaging section.

    I added <img class='ajax-gif' src='http://localhost:8080/WEBSITE/wp-content/themes/THEME/classicloader30px.gif'/>

    to a file I made in my theme file for the messages template:
    wp-content/themes/THEME/buddypress/common/js-templates/messages/index.php

    It was added underneath each input type=button and input type=submit.

    Next I added this css:

    .ajax-gif{
    	display:none;
    }
    
    .loading + .ajax-gif, .loading > .ajax-gif{
    	display:block;
    }

    My only problem now is that these buttons do not apply the “loading” class to the buttons anymore (like they do in Legacy).
    I found that you can add and remove the classes during the function that is triggered on the click by going to /wp-content/plugins/buddypress/bp-templates/bp-nouveau/js/buddypress-messages.js.
    Unfortunately, I don’t believe this is a file meant to be able to be changed in custom files.

    I added:
    $('#bp-messages-send').addClass('loading'); to sendMessage: function(),
    $( '#send_reply_button' ).addClass( 'loading' ); to sendReply: function(),
    and $( '#send_reply_button' ).removeClass( 'loading' ); to replySent and replyError.

    Any help in figuring out how to make this not be lost on a new BuddyPress update would be extremely helpful.

    I’m also trying to figure out how to target any other BuddyPress AJAX events. I’m sure I can do the same thing with the Members Directory, but will probably need to do the same thing with figuring out what function is called when someone requests a friendship/cancel a friendship etc.

    #303248

    In reply to: User registration

    fullenchilada
    Participant

    I just found out that when I deactivate Buddypress and Youzer and use the sign-in from my theme everything works fine. WordPress takes me to the “ugly” registration page and even sends me an email which I need to activate.

    #303247

    In reply to: User registration

    fullenchilada
    Participant

    I turned on WP_Debug as you suggested and checked the error log (debug.log) which I had to create as there was no such file in the wp-content directory. According to a “How to use wp debug with wordpress” tutorial, I changed the file permission to 777. However when I downloaded the file, it was empty.

    Switching over to another theme didn’t give any results. Even with the twenty something theme I could fill out the fields on the register page, however, still no new user is being created in the database.

    #303246

    In reply to: User registration

    shanebp
    Moderator

    Then you need to do the basic debug to try an isolate the issue.

    • Turn on WP_DEBUG and try to reg and then check the error log
    • Switch to a WP theme like 2017 – if you can then reg, the issue is related to your theme
    • Then try deactivating other plugins – if you can then reg, reactivate plugins one at a time until a reg fails
    #303242

    In reply to: User registration

    fullenchilada
    Participant

    Anybody an idea? I checked the pages inside the bp themes folder and registration.php and activate.php are there. Don’t understand why no user is being created in the database.

    sourcehealingorg
    Participant

    Hello I am new to WP and BuddyPress.

    I noticed that the member directory page is spoiled by links to recent activities that appear under the picture of each member. This results in a very ugly and messy look.

    Can anyone help by letting me know the CSS code that I can insert in my theme to hide these links?

    You can see a screenshot at https://www.thereisaway.org/md.jpg
    Thanks in advance 🙂

    Alex

    Venutius
    Moderator

    This code will display the email addresses in the group members list:

    <?php
    $group_id = bp_get_current_group_id();
    $user_id = get_current_user_id();
    if ( groups_is_user_admin( $user_id, $group_id ) || groups_is_user_mod( $user_id, $group_id ) || current_user_can( 'manage_options' ) ) :
        $user_data = get_userdata( bp_get_group_member_id() ); ?>
        <div class="user_email">
    	<label><?php echo $user_data->user_email; ?></label>
        </div>
        <?php
    endif;

    You’d need to overload the members.php for your BP theme and place this code in there.

    To automatically remove their membership you could write a script to hook on the member role change and automatically remove them from the group but that’s a more complex job, you’d probably need to pay someone to write it specifically for your site.

    #303187
    cammac1
    Participant

    Hi,
    I’m using BuddyPress and the result that I’d like to reach is modifying a field in the user profile page (http://yourSite/members/userName). So far I’ve found bp_after_profile_content and bp_before_profile_content but what I want is affecting one field inside the profile_fields_content. I’m not using any custom field and I can’t find a solution. Does any of you have any idea? I’m in function.php of a child theme and my function so far is this one:

    function get_member_field_test($data){
    $data = bp_get_member_profile_data( ‘field=lname’ );
    if ( strlen($data) > 3){
    $data = substr($data,0, 3).’…’;
    return $data;
    }
    }add_action(‘bp_before_profile_content’,’get_member_field_test’);

    thanks in advance

    #303174
    p3ntagon
    Participant

    Hello,

    i am using latest versions of WP, Theme, Plugin…

    PROBLEM: My activity stream is extremely slow and lagging. How or Where can i set a limit to the content of the stream like “Load more” etc.? I cant find it.

    Link to my activity stream

    Thanks for help!

    #303151
    Venutius
    Moderator

    I think the first thing to check is that it’s still the BuddyPress registration page. Your theme may have overloaded it and that might be the issue.

    shanebp
    Moderator

    The /sites page was designated in the BuddyPress settings …

    You mean ‘Sites’ was listed as a directory on the BP settings page?
    Or that a page called ‘sites’ was assigned to something? If so, what?

    If you want to change BP templates, you need to overload them.
    You cannot use another templating system, such as oxygen.

    #303146
    mrjanvier
    Participant

    Dear,

    I noticed I had a problem 2 sites. When i created a Group in buddypress i noticed there was a button rss feeds. I clicked on it and it gave a red page with:
    This page contains the following errors on line 6 at column6: XML declaration allowed onley at the start of the document. Below is rendering of the page up the First error.

    When I used controle U , I see indeed there is a white space and the code start at the 6th line with
    <?xml version=”1.0″ encoding=”UTF-8″?>
    I have this problem in 2 of my site. I don’t know how the problem was created. I deactivated all the plugins, I changed my generatepress theme with 2017 theme. I used the plugin: Fix my Feed rss repaire on 1 of my site. When i actived and go to Group –> RSS –> I see somethings new. I some codes with as title: THIS XML file does not appear to have any style information associated wit hit. The document tree is show below.

    Searching a bit around i found that it could be that my function.php has a white line problem. I didn’t find any, but to be shure i changed it back to the original.

    Does anyone know what went wrong with RSS in buddypress groups and how could i fix this for 2 of my sites?

    thank you?
    nice day

    #303142
    Venutius
    Moderator

    Ah got you. Looks like something is blocking that page. I’d try the following in the first instance:

    1. Check you have member profiles enabled in Settings>>BuddyPress you should have but it’s an easy check.

    2. Re-save your permalinks, making sure you are not using the default (top) setting.

    3. Deactivate all other plugins apart from BuddyPress and check to see if it works.

    4. Try using a default theme such as 2017.

    One of those steps should identify the problem.

    faris2022
    Participant

    WordPress 5.1
    BuddyPress version 4.2.0

    I created my WordPress website using a premier theme called WPLMS. I translated most of the website plugins by loco translation but I am facing issue with BuddyPress plugin, it is not translating the registration page and other related pages such as activating the account and so on… even though I manually translated the required texts into Arabic, I can see that it only works with the profile account page. And since it translating the login form which is part of BuddyPress plugin, I think there is an issue somewhere in BuddyPress. wish someone gets me to the right solution. thanks in advance

    #303087
    shanebp
    Moderator

    @denniscabasal

    I cannot duplicate your issue.

    Your OP shows a screenshot that indicates a lot of customization of a member profile.
    In order to narrow down the source of your issue – have you tried removing those customizations?
    It could be that the customizations have not been updated to work with BP 4+ .

    Have you tried switching to a WP theme like 2017 to see if the issue persists?
    Have you tried deactivating other plugins to see if the issue persists ?

    Unless your issues can duplicated on a basic install of the latest versions of WP and BP, it very doubtful that a solution will posted in these forums.

    #303069
    shanebp
    Moderator

    Have you tried using the filter hooks to write functions that bypass the blacklist and moderation checks? You can find the hooks in this file: buddypress\bp-core\bp-core-moderation.php

    For example, this could go in your theme > functions.php or in bp-custom.php :

    function bp_bypass_checks( $flag, $user_id, $title, $content ) {
    	return true;	
    }
    add_filter( 'bp_bypass_check_for_blacklist', 'bp_bypass_checks', 1, 4 );
    add_filter( 'bp_bypass_check_for_moderation', 'bp_bypass_checks', 1, 4 );
    #303066
    FTLRalph
    Participant

    It does look like it’s a bp-legacy thing.

    I’m no JavaScript guy but in the js file included in default bp-legacy themes there appears to be this code which is the only place I can force it to cancel the form submission, but I’d need to detect something is wrong here in the JavaScript first.

    This is the relevant section of the buddypress-activity.js file:

    // Submitting comments and replies
    if ( 'ac_form_submit' === target.prop( 'name' ) ) {
    	var comment_content, comment_data;
    
    	form = target.closest( 'form' );
    	item_id = activity_id;
    
    	// Stop event propagation
    	event.preventDefault();
    
    	if ( target.closest( 'li' ).data( 'bp-activity-comment-id' ) ) {
    		item_id    = target.closest( 'li' ).data( 'bp-activity-comment-id' );
    	}
    
    	comment_content = $( form ).find( 'textarea' ).first();
    
    	target.addClass( 'loading' ).prop( 'disabled', true );
    	comment_content.addClass( 'loading' ).prop( 'disabled', true );
    
    	comment_data = {
    		action                        : 'new_activity_comment',
    		_wpnonce_new_activity_comment : $( '#_wpnonce_new_activity_comment' ).val(),
    		comment_id                    : item_id,
    		form_id                       : activity_id,
    		content                       : comment_content.val()
    	};
    
    	// Add the Akismet nonce if it exists
    	if ( $( '#_bp_as_nonce_' + activity_id ).val() ) {
    		comment_data['_bp_as_nonce_' + activity_id] = $( '#_bp_as_nonce_' + activity_id ).val();
    	}
    
    	parent.ajax( comment_data, 'activity' ).done( function( response ) {
    		target.removeClass( 'loading' );
    		comment_content.removeClass( 'loading' );
    		$( '.acomment-reply' ).attr( 'aria-expanded', 'false' );
    		// etc...
    #303040
    Fierce God
    Participant

    Is there a code i can get or does anyone know how i can make my profile pages full width…..even on a force way

    My Theme doesn’t have this option on the customizer, nor when i go to edit the page

    here is a link to my profile, My Profile

    See how it looks like it doesn’t expand the width of the blk background?

    Oh, i’m the site owner and dev………but i don’t like messing with my files or stuff

    is there something i can do in the customizer “add css” section?

    #303007
    shanebp
    Moderator

    Please use the code button when posting code.

    I cannot duplicate your issue using WP 5.0.3 and BP 4.2.0

    Have you tried switching themes and deactivating other plugins to see if that clears the error ?

    Afaik – auto-suggestions are not used by default in a group > members > search
    Do you have some custom code that is calling wp_ajax_bp_get_suggestions ?

    Venutius
    Moderator

    The first question is if you have overloaded any template files? These would be located in themes/your-child-theme/buddypress

    If you have files in directories in there then switching the BP Theme could cause errors.

    If not then it’s worth switching to Legacy just to see if it works. However that’s not really solving the issue and if you are getting JS errors the same errors could stop the Legacy theme from working too.

    Nouveau is the latest BP Theme ans it came with extra customisation options in Customizer but if you have not used these then there’s very little difference between the two theme views.

    Might be worth letting me know what those error are so I can advise further. The other option would be to deactivate all of your other plugins and see if that fixes the problem but it’s a bit longwinded if you have some errors – better to address those first.

    Venutius
    Moderator

    That’s interesting, with the LEgacy theme you have to enter the name without the @ but with Nouveau you have to enter the @ for the autocomplete to work. But either way on my test system both autocompletes work.

    If you right click on the page, select Inspect Element and choose Console are you seeing any JavaScript errors?

    JanDieckmann
    Participant

    Hello and sorry for bringing up again this old topic, but now it can be closed and considered resolved. After some month of ignoring that issue I came back to take care for the concerned website and still had the same problem.

    I saw that the related ticket is closed and marked as fixed. And I can acknowledge that the group pages are showing up on other installations, but on this particular site it consisted.

    So I tried again with changing the theme, deactivating all plugins, reinstalling buddypress and so on without success to finally figure out that it has had something to do with my bp-custom.php. After deleting it, it works, the group pages are shown again. I created a new bp-custom.php copied the content from the old one and it still works. Don’t know what happened or where might be an unnoticed character.

    Thanks for taking care, developing and maintaining Buddypress!

    #302926
    FTLRalph
    Participant

    I’m using 3.2.0 BP plugin with just a CSS-modified bp-default theme. It definitely fades out the comment and replaces it with basically a “nah son” message with no way to go back.

    k

    I don’t *think* the theme has anything to do with this, as it’s all form-related stuff that has its origins in the plugin files.

    Where would be the best place/function to look to see how comments get pre-processed before submitting the form?

Viewing 25 results - 2,326 through 2,350 (of 32,127 total)
Skip to toolbar