Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 1,551 through 1,575 (of 32,387 total)
  • Author
    Search Results
  • bluesweet
    Participant

    I can’t upload media in my groups or activity stream this is the message that pops ups….You need to define a type parameter to insert activity.

    I am using rt media because that is the plugin that my theme came with.
    What can I do???

    #311991
    westcan
    Participant

    Hi there, I am using BuddyPress as part of the Socialize theme and it works great! Within BuddyPress > Components > I have “Account Settings” enabled. However if a user elects to change their password they are prompted with the standard WordPress forgot password page https://prnt.sc/snqe36 and not the forget password page of the theme. Is there a way to enforce it to use the forget password page from the Socialize theme? https://prnt.sc/snqff6

    Also, just curious if anyone knows what theme this BuddyPress forum site is built on?

    Thanks

    Varun Dubey
    Participant

    @bluesweet it will depend upon your theme.
    You can inspect the element and can hide with custom CSS.

    bluesweet
    Participant

    Under the users profile picture on their profile page the latest post appears. Why?? I want to remove this. Every time I post a comment in the activity stream under my profile picture on my profile page the comment appears. The creators of my theme told me they do not help with customization.

    I have tried using this CSS code below but it only got rid of the time stamp not the actual latest message.

    You can use custom CSS to hide it
    body.my-activity div#latest-update {
    display: none;
    }

    #311973
    rafafallo
    Participant

    Your piece of code have saved my day. Thank you so much!

    I guess you have solved your problem, after four months. Basically, you have to copy the memmbers/index.php, either from bp-legacy or bp-noveau (depending which you are using), to your theme buddypress/members directory, and modify the order of the options in the select element.

    #311957
    Varun Dubey
    Participant
    #311949
    bluesweet
    Participant

    After making the changes that I wanted
    Change “activity tab” to “Social Wall”
    Change “docs” to “Official Docs”
    Hope this helps ….

    // Setup the navigation
    // Props to http://wordpress.stackexchange.com/questions/16223/add-buddypress-profile-menu-item for helping me figure this out
    // http://themekraft.com/customize-profile-menus-in-buddypress/
    function my_setup_nav() {
    global $bp;

    // Change name of menu item
    $bp->bp_nav[‘docs’][‘name’] = ‘Official Docs’;
    // Change name of menu item
    $bp->bp_nav[‘activity’][‘name’] = ‘Social Wall’;
    }

    add_action( ‘bp_setup_nav’, ‘my_setup_nav’, 1000 );

    #311948
    bluesweet
    Participant

    i found this snippet and it works great …

    // Setup the navigation
    // Props to http://wordpress.stackexchange.com/questions/16223/add-buddypress-profile-menu-item for helping me figure this out
    // http://themekraft.com/customize-profile-and-group-menus-in-buddypress/
    function my_setup_nav() {
    global $bp;

    // Change the order of menu items
    $bp->bp_nav[‘messages’][‘position’] = 100;

    // Remove a menu item
    $bp->bp_nav[‘conversations’] = false;

    // Change name of menu item
    $bp->bp_nav[‘communities’][‘name’] = ‘My Conversations’;
    }

    add_action( ‘bp_setup_nav’, ‘my_setup_nav’, 1000 );

    #311934
    jt777
    Participant

    Welcome mail is not going from my site as well as mails which are going have text-only ( no colors at all). I tried re-importing mail templpates and reinstalled the plugin but it’s still not working.

    My site
    Wordpress Version : 5.4.1
    Buddypress Version : 6.0.0
    Theme : WPLMS

    bluesweet
    Participant

    Under the users profile picture on their profile page the latest post appears. Why?? I want to remove this. Every time I post a comment in the activity stream under my profile picture on my profile page the comment appears. The creators of my theme told me they do not help with customization.

    #311918
    Mathieu Viet
    Moderator

    Hi @mickysoft,

    BP Blocks are coming with very generic styles, it’s possible your active theme needs some specific work in this area. I advise you to read the “Using a custom stylesheet for a BP Block” section of this development note.

    tskpbls
    Participant

    Ok, let’s investigate further then …

    I reinstalled default 2020 WP theme, deactivated all plugins (double checked) but bbpress and buddypress, although I’ve kept wpmu admin dashboard plugin… I am on a very fresh install (less than 24 hours)

    I am still facing the same issue :

    Link to a google drive folder with screenshots (public / private / hidden) : https://drive.google.com/drive/folders/1MWlx_eMelveGBSK_9MHEIoLd1NJRHz1D?usp=sharing

    buddypress is installed according to this codex guideline : B. Network-wide Activation – BuddyPress root blog in Secondary Site

    Buddypress seems to work ok, activity, group and email tabs under admin menu of the admin network page, main site shows forum tabs only and subsite 1 (?id=2) holds buddypress frontend pages.

    Soooo, maybe a clue here : Why does the group edit screen say “aucun forum” (no forum) attached to group when in the meantime I can see the forum tab and the input text boxes of the first subject when group is not hidden?

    Many infos here, sorry for that, but I guess I can’t be more accurate than that in my perception of the problem.

    Hope this helps you to understand the problem better.

    Thanks !

    #311896
    nicourense98
    Participant

    Thank you so much @vapvarun! This worked. However it still shows the WordPress logo when the sign-in/log-in page pops up; anyway I can avoid this, maybe by changing a theme or something along those lines?

    #311891
    Mathieu Viet
    Moderator

    Hi looks like there’s an issue with the “megamenu plugin” at line 7 > /wp-content/themes/ekommart/inc/megamenu/megamenu.php. Have you tried to deactivate this plugin ?

    #311862
    clickallco
    Participant

    Did you try basic bug checking like changing your theme or shutting off plugins one by one to see what’s interfering? Go through it one by one and see if anything changes as you do it.

    #311861
    clickallco
    Participant

    Buddypress works with a templating hierarchy, just like wordpress and thousands of other plugins. This means you can override the current Buddypress templates with your own by uploading them to your own theme.

    You can find a bit more details on it here https://codex.buddypress.org/themes/theme-compatibility-1-7/template-hierarchy

    Otherwise there should be plenty of tutorials online on how to do this.

    #311842
    IslamAboAsd
    Participant

    Hello
    I have issue when I try to add BuddyPress pages to WordPress menu it gets this issue

    Fatal error: Uncaught Error: Call to a member function get_primary() on null in /wp-content/plugins/buddypress/bp-core/bp-core-functions.php:2555 Stack trace:
     #0 /wp-content/plugins/buddypress/bp-core/bp-core-functions.php(2689): bp_nav_menu_get_loggedin_pages() 
     #1 /wp-content/plugins/buddypress/bp-core/bp-core-filters.php(744): 
        bp_nav_menu_get_item_url('activity')
     #2/wp-includes/class-wp-hook.php(287): bp_setup_nav_menu_item(Object(WP_Post))
     #3 /wp-includes/plugin.php(206): WP_Hook->apply_filters(Object(WP_Post), Array)
     #4 /wp-includes/nav-menu.php(984): apply_filters('wp_setup_nav_me...', Object(WP_Post)) 
     #5 [internal function]: wp_setup_nav_menu_item(Object(WP_Post)) 
     #6 /wp-includes/nav-menu.php(749): array_map('wp_setup_nav_me...', Array)
     #7 /wp-content/themes/ekommart/inc/megamenu/megamenu.php(34): wp_get_nav_menu_items in /wp-content/plugins/buddypress/bp-core/bp-core-functions.php on line 2555
    #311840
    @mercime
    Participant

    @hairbeautytraining Check if you can create the pages and associate those pages in Settings > BuddyPress.

    If that doesn’t work, I recommend that you go to the premium theme’s page in themeforest. On the page’s sidebar, click on the Comments link and search for BuddyPress in that new page for answers or ask your question. I guess that’s where they provide support for their theme.

    benoitos
    Participant

    Hello,
    I installed buddypress for a few months and it is he who manages the registrations to my site. When a person registers, he does not appear systematically in the members page. Did I forget a setting? However in the profiles the members who do not appear are well: Role on the site = Subscriber and Roles on this forum = Participant
    My version is WordPress 5.4.1 with the Divi theme, the Learndash plugin and the version 6.0.0 of BuddyPress.
    I had installed the BuddyPress for LearnDash plugin which I uninstalled because it caused bugs. Here is my site https://terresdesavoirs.fr/members/

    Do you have any idea where this display concern can come from?

    #311836
    iamthewebb
    Participant

    Hi,

    Have you tried a different theme? I can’t replicate the problem on my sites.

    #311834
    a3132
    Participant

    Okay, I rolled back the BuddyPress version and then updated it again. Now everything works on Twenty-Twenty. I guess my first update got corrupted somehow. It’s still not showing on BuddyX but I guess that’s a theme issue.

    kitakitune
    Participant

    Hello! Thanks for the great plugins.
    I’m writing this question using a translation software because I’m Japanese and I don’t speak English.
    I’m sorry if it’s hard to read.

    What I want you to help me with is exactly what the title says.
    The private messaging feature, which works in legacy, doesn’t work in Nouveau.

    I first tried the contents of the two URLs below.
    It was 19 months ago, but only because it was so similar to the current situation.
    I’ve removed “https://” from the URL.

    buddypress.org/support/topic/private-message-button-not-working-right/

    buddypress.trac.wordpress.org/ticket/7908

    But since it didn’t improve, the

    I installed the version of “6.0.0-RC2” on this site to make sure that it was fixed.
    However, the situation did not change.

    I was wondering if it was something I was going through.
    I tried everything I could to stop all other plugins, verify with various themes, change the PHP version, clear the cache, reinstall, etc., but it didn’t improve.

    The Nouveau feature is great, and I’d like to be able to use it somehow.

    Please help me.

    Below.
    buddypress.org/support/topic/when-asking-for-support-2/
    I also wrote a response to the list I found in
    I’m sorry if I’m wrong in my perception.

    1. which version of WordPress are you running?

    Answer: “Version 5.4.1-en.

    2. did you install WordPress as a directory or subdomain installation?
    I did a quick install against the domain on the server.
    If the directory is installed, is it in the root or subdirectory?

    4. Have you upgraded from a previous version of WordPress? If so, from which version?
    One front.

    5. was WordPress working properly before installing/upgrading BuddyPress (BP)? Examples: permalinks, creating a new post, comments.
    It was functioning properly.

    6. What version of BP are you running?
    6.0.0-RC2.

    7.Have you upgraded from a previous version of BP? If so, from which version?
    5.2.

    Are there any plugins other than BuddyPress installed and activated? If so, which one is it?
    BuddyPress is not surprising.

    9.Are you using a standard WordPress theme or a customized theme?
    It’s standard stuff.

    10.Which theme do you use?
    TWENTY SEVENTEEN.

    11. Have you changed the core file in any way?
    No.

    Is there a custom function in bp-custom.php?
    No.

    13. if you’re running bbPress, which version is it? Or do you have bbPress built into your BuddyPress installation?
    No, I’m not using it.
    14.Please provide a list of errors in the server log file: codex.wordpress.org/Debugging_in_WordPress
    Is this it?
    Notice: Trying to access array offset on value of type int in /home/xx/tarianpapa.com/public_html/wp-includes/formatting.php on line 904

    15. Which company offers your hosting?
    //www.xserver.ne.jp/でしょうか
    16.Is the server running Windows, or if it’s Linux…Apache, nginx or something else?
    It’s a server called the X server, I think it’s Windows.
    17. Which BP theme do you use?
    If you mean NOUVEAU or Legacy, then NOUVEAU.
    18. did you overload the BuddyPress template file?
    I don’t think they did.
    19. Are there any other site customizations that you think are relevant to the problem?
    No, sir.

    Basic troubleshooting.

    BP Themes: Is this issue specific to the theme set in Dashboard->Settings->BuddyPRess->Options?
    It only happens in NOUVEAU.
    You can use the private message feature normally in Legacy.

    #311826
    iamthewebb
    Participant

    When I’m making changes like this I use the developer tools (F12) to inspect the page and find the css elements required.
    You can the modify your custom css file within your child theme or using the additional css sectionof your theme to add in the additional code.

    #register-page #submit {
        background-color: black;
    }

    The above may work or the elements may be different on your theme.

    #311816
    Lars Henriksen
    Participant

    I managed to promote myself to group admin via database following your instructions, but I still don’t see and therefore can’t manage members from buddypress, even when changing theme. I do see the members in the database.
    I discovered that I do have other groups created by site members – and I am able to manage members in these groups as a site admin. Strange.

    Thanks for your time and help anyway. 🙂

    Lars.

    #311813
    shanebp
    Moderator

    If you have phpmyadmin, you could try manipulating the database tables.
    Make a full backup of your database first.
    Then open the _bp_groups table, find the row with the id of the group and change value of the creator_id field to your id.
    Then open the _bp_groups_members table, find the row with the group_id and the is_admin field where the value will be “1” – and change the value of the user_id field to your id.

    If that does not work, then there is some code on your site that needs to be removed.
    Check your theme/functions.php and plugins/bp-custom.php if it exists.

Viewing 25 results - 1,551 through 1,575 (of 32,387 total)
Skip to toolbar