Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 226 through 250 (of 32,562 total)
  • Author
    Search Results
  • #333870
    tonygao
    Participant

    Already input the username but the form field name is “send_to_input” but the backend PHP still use old form field name “send_to_usernames”. That’s the bug!

    The bug happened in classic theme.

    #333865

    In reply to: Issues with Sidebars

    jettie4521
    Participant

    check if your theme offers different page templates for BuddyPress pages, allowing customization of layouts and sidebar settings. If available, utilize these templates accordingly. Alternatively, explore the use of custom CSS to hide the sidebar on specific pages where it’s not desired, while ensuring it remains visible on profile and group detail pages

    #333862

    In reply to: Issues with Sidebars

    werny
    Participant

    Gwangi Theme

    #333859

    In reply to: Issues with Sidebars

    Pooja Sahgal
    Participant

    Which theme are you using?

    #333855
    werny
    Participant

    Theme suppport wants me to pay for custom programming for it.
    That is crazy beacuse this should be working on every page without problems.

    #333841
    planetearthlings
    Participant

    I have tried to find a solution both searching the web and using ChatGPT, but haven’t solved it. ChatGPT suggest adding the code below to the function.php file for the Theme replacing the “manage-group-slug” for the slug for the Manage Groups menu item. I’ve tried several options for that, but nothing has worked.

    function remove_manage_groups_menu() { if (!current_user_can(‘administrator’)) { // Use the menu slug of the ‘Manage Groups’ page remove_menu_page(‘manage-groups-slug’); } } add_action(‘admin_menu’, ‘remove_manage_groups_menu’);

    Any idea how I can find the correct slug?

    #333834
    Pooja Sahgal
    Participant

    Hope your issue is solved yet, but if not please read further.
    It seems like a third-party plugin or theme conflict issue, so to narrow things down, deactivate all plugins nonessential to BP functioning and then re-activate them one by one until the issue reappears.
    Please make sure to take a proper backup prior. However, the best practice is to debug this on your staging site.

    #333829

    In reply to: Member Blog issue

    angelinajaade
    Participant

    The ‘add new post’ page is selected in plugin settings, there is no other equevalent and it does not load the blog writing into the theme.

    I contacted their support, awaiting answer.

    #333811

    In reply to: Member Blog issue

    planetearthlings
    Participant

    What theme are you using? That could be the problem.

    #333809
    planetearthlings
    Participant

    Hi All, I’m using the Vikinger theme to create a social network experience for the Educational Virtual World we are creating. I have WordPress 6.5.2, BuddyPress 12.4.0 and the website is: https://www.zarbul.com.

    I have disabled the “Allow registered members to upload avatars” but “Change Avatar” is still available on the Profile Info page.

    What I really want is a way to make it so members can choose from a number of avatars we have created. One search suggests that is possible, but the “Allow registered members to upload avatars” has to be off.

    #333802
    angelinajaade
    Participant

    I apologize if this has already been answered. I searched through the topics but did not find any match.

    I have issues with the BuddyPress Member Blog plugin.

    — When clicking “Add new post” and also “Read more” as it leads to a regular WordPress post page instead of loading into BuddyPress/the theme (?).

    It does not integrate, like the list of posts does.

    Example page for reference: https://bygrace.faith/members/angelinajaade/posts/

    Help appreciated.

    #333792
    planetearthlings
    Participant

    Hi All, I’m using the Vikinger theme to create a social network experience for the Educational Virtual World we are creating. I have WordPress 6.5.2, BuddyPress 12.4.0 and the website is: https://www.zarbul.com.

    While creating Groups with the “Enable forum for this group” checked I received an error message saying one of the group images wasn’t the right size even though it was the same as all the others I created. On the third time it was accepted, but when I went to the Group Forums I’m saw the forum for that group listed THREE times. When I went back and unchecked the “Enable forum for this group” it removed one of the listing, but there are still two more…and when I click on them I get a 404 error.

    How do I get rid of the those Group Forum listings which aren’t connected to any groups?

    #333772
    planetearthlings
    Participant

    Hi All, I’m using the Vikinger theme to create a social network experience for the Educational Virtual World we are creating. I have WordPress 6.5.2, BuddyPress 12.4.0 and the website is: https://www.zarbul.com.

    When I have a user account set to Administrator clicking on the Groups menu item goes to http://www.zarbul.com/groups, but if the account is set to anything other than Administrator clicking the Groups menu just goes back to the HomePage.

    Not sure if I just have it setup wrong, there is a conflict with some other Plugin or ???

    Thanks in advance for any help. I spent hours yesterday doing research and testing a variety of solutions, but nothing seems to be working.

    johndawson155
    Participant

    Wordpress Version: 6.5.2
    BuddyPress Version: 12.4.0
    Theme: 2014
    Other Plugins: Membership Pro

    Relevant info: we have a snippet that uses the following functions, to get Group Info.

    groups_get_groups()
    groups_get_user_groups()
    bp_get_user_group_role_title()
    get_group_role_label()
    bp_get_group_type_post_id()

    Getting the error below; something needs an update …
    Perhaps one or more of the above functions are causing this?

    Deprecated: Function bp_get_groups_directory_permalink is deprecated since version 12.0.0! Use bp_get_groups_directory_url() instead. in /var/www/html/wp-includes/functions.php on line 6078 Warning: Cannot modify header information – headers already sent by (output started at /var/www/html/wp-includes/functions.php:6078) in /var/www/html/wp-admin/includes/misc.php on line 1439 Warning: Cannot modify header information – headers already sent by (output started at /var/www/html/wp-includes/functions.php:6078) in /var/www/html/wp-includes/functions.php on line 7096 Warning: Cannot modify header information – headers already sent by (output started at /var/www/html/wp-includes/functions.php:6078) in /var/www/html/wp-admin/admin-header.php on line 9

    #333737
    locker17
    Participant

    Hi,
    I have a quite fresh buddypress installation. Today I wanted to register some users for testing purposes. But it doesn’t work. It reloads the page without any message after pressing register-button.
    I found out that it has to do with a checkbox for privacy (I have read and agree to this site’s Privacy Policy…). Even agreed no registering possible.
    When I switch to the legacy template the checkbox is gone and the registering works as expected but not with the Noveau template.
    On line 2580 of bp-nouveau\includes\template-tags.php the policy accepatance is set:

    <div class="privacy-policy-accept">
    		<?php if ( $error ) : ?>
    			<?php nouveau_error_template( $error ); ?>
    		<?php endif; ?>
    
    		<label for="signup-privacy-policy-accept">
    			<input type="hidden" name="signup-privacy-policy-check" value="1" />
    
    			<?php /* translators: link to Privacy Policy */ ?>
    			<input type="checkbox" name="signup-privacy-policy-accept" id="signup-privacy-policy-accept" required /> <?php printf( esc_html__( 'I have read and agree to this site\'s %s.', 'buddypress' ), sprintf( '<a href="%s">%s</a>', esc_url( get_privacy_policy_url() ), esc_html__( 'Privacy Policy', 'buddypress' ) ) ); ?>
    		</label>
    	</div>

    How can I fix this?

    Only buddypress plugin is installed, theme twenty tweny four.

    #333728
    Pooja Sahgal
    Participant

    Hope your issue is solved yet but if not please read further.
    It seems like a third-party plugin or theme conflict issue, so to narrow things down, deactivate all plugins nonessential to BP functioning and then re-activate them one by one until the issue reappears.
    Please make sure to take a proper backup prior.
    In case of a theme, please activate a theme that is known to behave correctly with BuddyPress, that will be any theme that is in the default install from WP, so choose either ‘Twenty Twenty-two’, ‘Twenty Twenty-three’, or a later one. Having activated one of these themes, check again if you still have the same issue, if you haven’t then this tells us it’s theme-related, and in the first instance, you should contact the theme author for help.

    #333651
    yo2.mike
    Participant

    And to add to this question, I’ve discovered that whenever using a child theme this problem persists. But if I switch to a parent theme, all the notifications and messages do work. But this is a problem because I would like to use a child theme so I can make my changes etc.

    holoholo
    Participant

    Update:
    The same things happen if I go into troubleshooting mode and disable absolutely everything but Buddy Press. I’m using the most current version of BP. Installed the current default theme Twenty Twenty Three. Same problem. Nothing in View Profile. Edit gives that group name thing.

    Any ideas?

    #333602
    windhillruss
    Participant

    Thanks, I have notified my Theme provider Reign to check if its something on their end.

    #333596
    johndawson155
    Participant

    We have a WordPress (v6.4.3) Membership Pro (v3.0.1) site, with a Twenty Fourteen Theme (v3.8)

    We use Mailchimp Integration, which is a Membership Pro add-on (v2.3.4) which works fine

    We recently added BuddyPress (v12.4.0), as although Member Pro has been great for everything else, we needed better support for Groups

    But we find that BuddyPress Group operations (managing Groups, adding Members to a Group etc) do not fire a Mailchimp update; if we later update the Member in WordPress or Membership Pro, Mailchimp is updated OK i.e. the BuddyPress fields are configured OK, but the update isn’t triggered on BuddyPress events

    Any suggestions welcome

    #333588
    kstojchev125
    Participant

    Hey I’m working on a project of mine. I’m coding it on a custom theme and I’ve set the basics already, I installed BuddyPress and I wanted to know where can I find like from 0 custom theme development stuff that could help me use the possibilities of BuddyPress or should I maybe include a premade theme in which I can see functionalities and copy them to my theme? P.S I really got lost in the Documentation for some reason it’s not really helpful to me as I’m just trying to pick this plugin up.

    Thanks 😀

    #333587
    flamuren
    Participant

    found the menu items if I edit the user profile menu from the theme customizer.

    Perhaps the theme is not compatible with the latest 12.4.0.

    So not really any issue – just strange.

    bigbossmaher
    Participant

    hello
    i have 2 wp network websites with 2 different themes
    1/ is the main website where i want to show the members directory + the public bb public profile
    2/ is the place where i want users to edit they xprofile fields

    the url
    https:[site2]/members/[username]/profile/edit/group/1/ us giving error

    Warning: Attempt to read property "ID" on null in /var/www/html/wordpress/wp-content/plugins/buddypress/bp-members/classes/class-bp-members-component.php on line 950
    
    Fatal error: Uncaught Error: Attempt to assign property "single_item_name" on null in /var/www/html/wordpress/wp-content/plugins/buddypress/bp-members/classes/class-bp-members-component.php:953 Stack trace: #0 /var/www/html/wordpress/wp-includes/class-wp-hook.php(324): BP_Members_Component->parse_query() #1 /var/www/html/wordpress/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters() #2 /var/www/html/wordpress/wp-includes/plugin.php(565): WP_Hook->do_action() #3 /var/www/html/wordpress/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(607): do_action_ref_array() #4 /var/www/html/wordpress/wp-includes/class-wp-hook.php(324): bp_parse_query() #5 /var/www/html/wordpress/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters() #6 /var/www/html/wordpress/wp-includes/plugin.php(565): WP_Hook->do_action() #7 /var/www/html/wordpress/wp-includes/class-wp-query.php(1140): do_action_ref_array() #8 /var/www/html/wordpress/wp-includes/class-wp-query.php(1868): WP_Query->parse_query() #9 /var/www/html/wordpress/wp-includes/class-wp-query.php(3824): WP_Query->get_posts() #10 /var/www/html/wordpress/wp-includes/class-wp.php(696): WP_Query->query() #11 /var/www/html/wordpress/wp-includes/class-wp.php(816): WP->query_posts() #12 /var/www/html/wordpress/wp-includes/functions.php(1336): WP->main() #13 /var/www/html/wordpress/wp-blog-header.php(16): wp() #14 /var/www/html/wordpress/index.php(17): require('...') #15 {main} thrown in /var/www/html/wordpress/wp-content/plugins/buddypress/bp-members/classes/class-bp-members-component.php on line 953

    when i add define(‘BP_ROOT_BLOG’, 2); to wp config , it works but i will get the same error in
    https:root/members/[username]

    in other other words i want that both
    https:[site2]/members/[username]/profile/edit/group/1/
    and
    https:[root]/members/[username] to work

    any ideas ?

    #333580
    shemakeswebsites
    Participant

    Hello! I’ve been trying to troubleshoot this issue with no luck. None of the email notifications are being sent out from Buddypress. Other emails are working: password reset, contact forms, Memberpress emails, etc. I am also using WP SMTP.

    I have already changed to a default theme, disabled ALL plugins except Buddypress and the Email Log plugin. All of my “Emails” with their “Situations” were in my Dashboard but on the suggestion of other posts, I’ve regenerated these emails with the Buddypress Tools option.

    I’m hoping someone can help. Thank you.

    flamuren
    Participant

    Hi,

    I really need your help. Its a strange issue.

    I some week ago installed a new website on siteground hosting with buddyx theme and buddypress. All went well.

    Did the same tonight on another new website on the same host and all the same – except its the new buddypress 12.4.0 instead of 12.3.0.

    On the new website the shortcodes for login etc is not working. The menu options are not available either to choose “login” and register for logged in or out visitors… its like buddypress is not installed correctly.

    Tried installing the older version manually but no difference.

    So one website, not issues, the other some issues.

    Any idea how to get it firing on the latest website I am building?

    Best regards,
    Flamuren

Viewing 25 results - 226 through 250 (of 32,562 total)
Skip to toolbar