Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 2,576 through 2,600 (of 31,071 total)
  • Author
    Search Results
  • #276401
    Prashant Singh
    Participant

    Hi,

    Can you check with the default theme? If it works with that then I think it’s your theme’s issue otherwise it is supposed to be not there and should be applied by theme settings only.

    Thanks

    Leonid
    Participant

    Thank you! Updated the template in my theme and it all worked!

    #276386
    Prashant Singh
    Participant

    Hi,

    Please paste the following code snippet in child theme’s functions.php or bp-custom.php

    function ps_redirect_profile() {
        if(is_user_logged_in()){
           if(is_page('your_page_slug'))
           {
              wp_redirect( bp_core_get_user_domain( get_current_user_id() ));
              exit;
           }
       }
    }
    add_action( 'wp', 'ps_redirect_profile' );

    Thanks

    #276309

    In reply to: Group Page Not Showing

    Prashant Singh
    Participant

    Hi,

    Please check on the users panel(dashboard->users->manage signups) that if they are activated or not ?

    If yes, then there may be any plugin or custom code creating the issue, try disabling them and also check once by activating default theme.

    Thanks

    #276301
    karimbelghazi
    Participant

    sorry forget to mention : latest wordpress : 4.9.8 buddypress 3.1 and islemag theme…but the issue is still there event if i switch to twentyfefteen or twenty seventeen
    tnx

    #276296
    dom123
    Participant

    Hello Prashant Singh,

    thanks for your quick reply. With the plugins you mention I can only put single parts on a page (like the activity stream or the members listing), but not the whole content (with the profile picture, the profile header, all the menu tabs etc.). I need to do this so I can design the surrounding with the theme’s settings (such as custom sidebars with background gradient colors etc.) …I guess there is not an easy way to take the whole BuddyPress console and put it within a normal page, but what would be a good workaround for that?

    #276290
    bapakrob
    Participant

    I’ve checked changing themes to Twentyseventeen, but i get the same ooops not found message.

    #276274
    Prashant Singh
    Participant

    Hi,
    I know you want to use BuddyPress function only but as an alternative you should use this one if you want to add class there:

    get_avatar( bp_displayed_user_id(), $size = '150', 'default_image_url', 'alt_text', $args = array( 'class' => array( 'newClass' ) ) );

    For other solution, paste the following in your child theme’s functions.php file:

    add_filter( 'bp_get_displayed_user_avatar', 'bp_get_displayed_avatar_class',10,3 );
    function bp_get_displayed_avatar_class ($avatar, $r, $args){
    	$args['class'] = 'newClass';
    	return $avatar;
    }

    and keep your code same bp_displayed_user_avatar('width=150');

    Thanks

    #276270
    Prashant Singh
    Participant

    Hi,

    This seems to be a plugin conflict or any custom code issue. Try disabling plugins and test then and also try switching to default theme and see if it is happening there also or not.

    Thanks

    #276269
    Prashant Singh
    Participant

    Hi,

    Try overriding the widget code in child theme and the edit it there.

    You can find the file at buddypress->bp-blogs->classes->class-bp-blogs-recent-posts-widget.php

    Thanks

    #276228
    Sbrack
    Participant

    I have been trying to find any error on the site with the wordpress assistance but couldn’t find any, actually. Everything seems to be working fine and I couldn’t see any JavaScript problems. I tried to change the theme and put 2016 but the error was still there. After I deactivated the plugins one by one to see if the error persisted and something strange happened: I disabled the buddypress activity filter plugin. I reloaded the page and on the first try the error disappeared and loaded all the other posts. However, since the second attempt did not work. I tried to completely delete the plugin but it did not change. I reinstalled it and still nothing. What could be the problem?

    #276225
    Sbrack
    Participant

    If I change theme, I do not lose anything about the changes? Excuse me but I’m not very expert about it. How can I access the console to check for errors?

    #276223
    shanebp
    Moderator

    Sounds like you are having javascript issues.
    To determine if the issue is caused by your theme, try switching momentarily to a WP theme like 2016.
    Also check your browser console for errors and your site’s error-log.

    #276212
    shemakeswebsites
    Participant

    Thank you for your response.

    So to clarify, if you use BuddyPress on a basic theme, then the dropdown toggle does not show and ALL active tabs appear in the menu?

    #276211
    shanebp
    Moderator

    The Media tab is always visible if you are logged out.
    The change needs to be made in your theme.
    You should ask the theme authors how to make that change for logged in users – especially since it is a premium theme.
    Questions about premium theme are outside the scope of these forums.

    #276210
    shemakeswebsites
    Participant
    #276209
    shemakeswebsites
    Participant

    I forgot to add an image to better explain my post.

    BuddyPress profile tabs

    After the tab listed “Articles” there is only one more tab, which is the tab for “Media”. How can I force this tab to be visible instead of being nested in the drop-down. I basically just want to get rid of the drop-down altogether. Thank you.

    shanebp
    Moderator

    That is not default BP behaviour.
    BP does not create a page called ‘My Account’.
    It sounds like it is due to your theme or some other plugin.
    To test, try deactivating other plugins and switching momentarily to a WP theme like 2016.

    #276180
    shanebp
    Moderator

    I cannot duplicate that error.
    Sounds like a conflict with other code, or you found a bug.
    So you have to narrow it down, debug.

    Do you have other plugins installed ?
    Try deactivating them.

    Try switching momentarily switching to a WP theme like 2017.

    Try removing any custom code.

    Can you use the customizer without errors for general customization ?

    #276177
    Prashant Singh
    Participant

    BuddyPress Lock

    Please try this plugin to hide members page, you just have to select it in settings. Also for the search we can override the template index.php in child theme then can wrap the search form in the condition if(is_user_logged_in())

    Thanks

    #276174
    Prashant Singh
    Participant

    Hi,

    Please check this link :

    Sort Members Alphabetically by Default

    You just have to override members-loop.php in your child theme and then have to modify ajax querystring.

    Hopefully, it will help you.

    Thanks

    #276163
    Prashant Singh
    Participant

    Not a problem 🙂 I am here to help you sir.

    Ok so let’s check it from starting. Please let me know the steps you have performed till this time like whatever changes you have done for avatar fixes mention theme here.

    Thanks

    #276160
    jaimebaron
    Participant

    Yes the principal is 1. I already tried that some days ago as it was in the post…the side effect is that my users are redirected to the settings is the theme one and I lost the settings functionalities of theme 2 (see maps favorites, and other specific stuff)…

    Sorry for bothering you so much…but this is tricky

    Thanks again!

    #276158
    jaimebaron
    Participant

    haha oh thanks, I just pasted the code in the functions.php (I tried just pasting in the child theme file and in both the parent and child themes files) but nothing happens…I tested and uploaded again a new picture but is not updated in the second theme.

    I’m missing something…or the code doesn’t work in my site…

    #276155
    Prashant Singh
    Participant

    Oh no! you have pasted the code in the wp-config.php file.

    This code needs to be pasted in your child theme’s functions.php otherwise you can create the bp-custom.php file in the plugins folder and then have to paste the code there.

    Else, you can install the plugin https://wordpress.org/plugins/code-snippets/ and can paste the code there.

    Thanks

Viewing 25 results - 2,576 through 2,600 (of 31,071 total)
Skip to toolbar