Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 1,101 through 1,125 (of 32,560 total)
  • Author
    Search Results
  • #319217

    In reply to: BuddyPress 8.0.0

    epgb101
    Participant

    Hey – what theme is that? Nice:)

    #319210

    In reply to: BuddyPress 8.0.0

    Mathieu Viet
    Moderator

    Hi @firefliespilots and all,

    To help us understand what’s going wrong with the line 53 of buddypress/bp-core/classes/class-bp-invitation-manager.php, we need your help.

    1. Deactivate all plugins except BuddyPress: is the error still there?
    2. If yes activate a Twenty theme: is the error still there ?
    3. Remove bp-custom.php file or mu-plugins or dropins: is the error still there?

    If you have a no after 1. Reactivate plugins 1 by 1 and check the error’s appearance. It should help us find which plugin we need to check on our side.
    After 2: it’s a theme issue, etc..

    Thanks in advance.

    #319197

    In reply to: BuddyPress 8.0.0

    Varun Dubey
    Participant

    @ideasmakemarket @shahriar83 seems working fine to me https://nimb.ws/pmKBzn, try once with the default theme

    rapidasia
    Participant

    if you’d like to be confused even further, take a look at

    BuddyPress Cover Images

    it seems to say that the BP Theme Compat API uses the filter bp_before_members_cover_image_settings_parse_args for the members Cover Images

    or…

    something on your site is using that to call the member cover image…

    I’m just guessing and floundering.

    phillykish
    Participant

    Hello all.

    I’m trying to figure out how to remove the “create group” option when in the groups page. I don’t want my subscribers to have this functionality. How can I remove it?
    I thought it was another capability option in the user roles, but haven’t found it. Could someone point me in the right direction?
    I’m using using WordPress 5.7. 2 running BuddyPro_Child theme. Thanks!

    -Kish

    #319018
    Mathieu Viet
    Moderator

    Hi,

    1. if not already created: add a bp-custom.php file.
    2. into this bp-custom.php file add the following line:

    add_filter( 'bp_activity_maybe_load_mentions_scripts', '__return_false' );

    3bsstudio
    Participant

    Wordpress 5.7.2 BuddyPress 7.3.0 Theme: Gwangi

    My site has a search form. When input search fields are matched with a profile, the profile appears on the members results page as it should. Great. However, I want the ability for the person searching to click on the member profile and send them a message (notification) by email.

    When I currently follow the above, when I click on the profile of the member there is no-where on the profile page a facility to send them a message. Am I missing something obvious here?

    BuddyPress doc says: BuddyPress provides ways for you to send a message publicly to another member of the site or network. It also mentions: Private Message button in the member’s header – but I can’t see that.

    It must work that a non-registered person can send a registered person a message. Is this possible?

    Site is: https://myfamilyfinder.co.uk/family-search/

    To test: If you put Brian in the Current Name search field on the above page and click Submit you’ll get Brian’s Profile appear on the members page.

    shanebp
    Moderator

    Don’t use the filter.
    Overload this template:
    ...wp-content\plugins\buddypress\bp-templates\bp-nouveau\buddypress\members\single\home.php

    And then replace <?php bp_nouveau_member_header_template_part(); ?>
    with a call to the image you want to use.

    #318987
    amang
    Participant

    Hello,
    Can you please help?
    The BuddyPress template Nouveau, fails and stops displaying the navigation menu in the user profile and group profile. The block with the main navigation simply disappears (navigation in which items such as profile, Activity, Friends, Groups, etc. are displayed), only the sub navigation of the section remains.
    I disabled all plugins, but navigation did not appear. Only after switching from Nouveau to the old BuddyPress template Legacy was the navigation displayed.
    I am using the LearnMate LearnDash theme from WBCOM
    Can you help please?
    Thanks!

    —————–

    vandehee
    Participant

    Thanks, i have make a child theme and should I put the text at the bottom in functions.php? It doesn’t work..

    shanebp
    Moderator

    Place it in the functions.php file in your child theme.

    vandehee
    Participant

    Hello, i want the same to hide the mention and favorite tabs.. But i dont now how to past the code:
    function bp_remove_sub_tabs() {
    if ( ! bp_is_user() ) {
    return;
    }
    bp_core_remove_subnav_item( ‘activity’, ‘mentions’ );
    bp_core_remove_subnav_item( ‘activity’, ‘favorites’ );
    }
    add_action( ‘bp_actions’, ‘bp_remove_sub_tabs’ );

    On the theme editor? can you tel me how to do that ? i have never yet done that..
    I hope you can help me..
    Kind regard vd Hee

    #318927
    Varun Dubey
    Participant

    yes you can you can find details here

    Template Hierarchy

    jksastrology
    Participant

    Hello everyone. I want to create a custom WordPress template in my child theme folder. And I want that custom template to load up the member-header.php file. Is this possible?

    I am thinking this probably is not possible, as buddypress loads profile templates from a certain path. And there seems to be two files that load up most of the buddypress features, which makes it impossible to customise onto different pages.

    Ideally, I want to create a template that loads only the profile information. Then another template that loads just the Avatar upload feature, and so on. So having seperate template files for each different thing.

    The reason is because I am wanting more control over buddypress templates. Buddypress is currently coded so that it loads everything from the same template, for example the member-header.php will load various things I do not want.

    Any help is much appreciated.

    Kind regards,

    Jay

    #318906

    In reply to: BuddyPress 8.0.0-beta2

    Mathieu Viet
    Moderator

    Hi @roman1wp

    1. Thanks for your feedback about the BP Beta Tester plugin. I was able to fix it and I’ll soon deploy this release https://github.com/buddypress/bp-beta-tester/releases/tag/1.2.0 on the WP.org Plugins directory.
    2. About BuddyX, I advise you to report the issue on the Theme’s support forum.

    #318879
    atfpodcast
    Participant

    Where can I find more themes template packs for the bp profile page?

    #318873
    Varun Dubey
    Participant

    @rayszhaes, check with theme support, they mentioned on their sales page it have support for BuddyPress

    #318872
    Anonymous User 18661438
    Inactive

    Dear Buddypress,

    Our theme is based on Eduma (Education Learning Management System) and our main plugin is Learnpress.

    Upon installing Buddypress and bbpress, this is how the page of the Activity looks like. Why does it look so ugly [1] https://ibb.co/xsBtK27?

    Why can I have this look [2] https://ibb.co/XDxYrx3 instead?

    Is this [1] a newest version? is there anyway to improve the default looks?

    Thank you. Look forward to hearing from you soon.

    Regards,
    Josh

    #318871

    In reply to: BuddyPress 8.0.0-beta2

    roman1wp
    Participant

    Now I reinstalled WordPress, and manually installed beta 1, the beta tester plugin was excluded from the installation. Now I see that to install a BuddyX child theme, I have to install the demo importer plugin, I would like to be able to just download the child theme from your site, and on the main page of your buddypress.org site, I do not see the ability to search by name of something.

    #318858
    colanteam
    Participant

    Hi! I’am Vietnamese. I’am using this plugin now on my website. This’s amazing, I love it so much, but something break down default theme layout on which page I chosen in plugin’s setting. Here:
    – This is default theme layout: https://www.colanime.studio/
    – This is theme layout after setting: https://www.colanime.studio/thanh-vien/
    That’s so difference, so I hope you can guide me how to fix it, thank you!

    #318855
    Slava Abakumov
    Moderator

    This is not BuddyPress-related error.

    You can see that in the URL where the error was caught (right from the email): https://krushivaldemo.com/wp-admin/themes.php?page=gutenberg-widgets

    So the problem is in the Gutenberg Widgets plugin.

    leaftechakshay
    Participant

    Since WordPress 5.2 there is a built-in feature that detects when a plugin or theme causes a fatal error on your site, and notifies you with this automated email.

    In this case, WordPress caught an error with one of your plugins, BuddyPress.

    First, visit your website (https://krushivaldemo.com/) and check for any visible issues. Next, visit the page where the error was caught (https://krushivaldemo.com/wp-admin/themes.php?page=gutenberg-widgets&legacy-widget-preview%5BidBase%5D=jnews_tab_post&legacy-widget-preview%5Binstance%5D%5Bencoded%5D=YTo3OntzOjE3OiJoZWFkZXJfYmFja2dyb3VuZCI7czowOiIiO3M6MTc6ImhlYWRlcl90ZXh0X2NvbG9yIjtzOjA6IiI7czoxMToiaGVhZGVyX3R5cGUiO3M6OToiaGVhZGluZ182IjtzOjEwOiJoZWFkZXJfdXJsIjtzOjA6IiI7czo1OiJsaW1pdCI7czoxOiI0IjtzOjU6InJhbmdlIjtzOjM6ImFsbCI7czo1OiJ0aXRsZSI7czowOiIiO30%3D&legacy-widget-preview%5Binstance%5D%5Bhash%5D=5198ca3443978d63339d8cefe44e053d) and check for any visible issues.

    Please contact your host for assistance with investigating this issue further.

    If your site appears broken and you can’t access your dashboard normally, WordPress now has a special “recovery mode”. This lets you safely login to your dashboard and investigate further.

    https://krushivaldemo.com/wp-login.php?action=enter_recovery_mode&rm_token=IMry23Ax91etgNkc38V7Mg&rm_key=sUq5CukRdq8j9GMEER8KAA

    To keep your site safe, this link will expire in 1 day. Don’t worry about that, though: a new link will be emailed to you if the error occurs again after it expires.

    When seeking help with this issue, you may be asked for some of the following information:
    WordPress version 5.7.2
    Current theme: JNews (version 8.0.6)
    Current plugin: BuddyPress (version 7.3.0)
    PHP version 7.4.16

    Leoart
    Participant

    If your theme uses body_class(); function you can use generated CSS class based on page/post/category/whatewer to apply some specific CSS rules like different fonts, colors etc.
    For example:

    .page-id-2 {font-family: Lato}
    .postid-1 {font-family: Lato}

    and so on.
    You can find more info in wordpress documentation

    #316985
    vandung93
    Participant

    Hello BP team,

    Could you please check & remove assets plugin prefix to avoid duplicate scripts?

    Screenshot

    This is vendor script, it maybe used by other plugins or themes.

    Also, please update jquery-cookie to js-cookie.
    jquery-cookie was moved to https://github.com/js-cookie/js-cookie

    Woocommerce plugin updated this script. please update for BuddyPress too, to avoid duplicate the script.

    Thanks

Viewing 25 results - 1,101 through 1,125 (of 32,560 total)
Skip to toolbar