Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 826 through 850 (of 32,561 total)
  • Author
    Search Results
  • #323969
    markleeuw
    Participant

    Dear Mathieu,

    thank you for the quick reply.

    I have found out that the plugin, verify members is causing this error.

    on the theme that i am using: godlike theme of NK

    I have not gotten a reply back of the theme dev because the plugin owner of verify is saying that the theme owners should make a small fix of this.

    But for the small fix, if they see that its not a bug i have to pay 80 euros for the support section and get a half year support but i dont want to pay for this small fix that much amount of money.

    https://wordpress.org/support/topic/notification-buddypress-crashed-and-becomes-white/

    here is a link of everything

    #323944
    Mike Witt
    Participant

    Any advice on debugging the error below?
    WordPress 5.9.2, BuddyPress 10.1.0, bbPress 2.6.9
    (I haven’t upgraded to 10.2.0 yet, but I don’t see any fixes that seems to apply to this.)
    It happens “once in a while” since upgrading to 10.1.0. (Four times since March 9th.)
    It *might* be related to email notifications (mentions?) in a bbPress closed topic.

    [09-Mar-2022 17:13:53 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') AND user_id = 1348 AND component_name = 'messages' AND component_action = 'new' at line 1 for query UPDATE wp_bp_notifications SET is_new = 0 WHERE item_id IN () AND user_id = 1348 AND component_name = 'messages' AND component_action = 'new_message'
    made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/generatepress/page.php'), generate_do_template_part, get_template_part, locate_template, load_template, require('/themes/generatepress/content-page.php'), the_content, apply_filters('the_content'), WP_Hook->apply_filters, bp_replace_the_content, apply_filters('bp_replace_the_content'), WP_Hook->apply_filters, BP_Members_Theme_Compat->single_dummy_content, bp_buffer_template_part, bp_get_template_part, bp_locate_template, load_template, require('/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/single/home.php'), bp_get_template_part, bp_locate_template, load_template, require('/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/single/messages.php'), bp_get_template_part, bp_locate_template, load_template, require('/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/single/messages/single.php'), bp_thread_the_message, BP_Messages_Thread_Template->the_message, do_action('thread_loop_start'), WP_Hook->do_action, WP_Hook->apply_filters, bp_messages_screen_conversation_mark_notifications, bp_notifications_mark_notifications_by_item_ids, BP_Notifications_Notification::update_id_list
    #323919
    ditout
    Participant

    Hi
    I have a problem, when I uploaded a photo, it showed a red belt as the joint photo:
    https://si3.photorapide.com/invites/photos/2022/03/148l95.jpg
    2 months before, the uploading was Ok, than suddenly, it didn’t work.
    For the upload Cover Image is OK.
    my WP is 5.9.2
    Buddypress 10.1.0
    Theme:BuddyX
    Can someone help me ?
    thank you so much !

    sportsfanrank
    Participant

    Using buddypress 10.1.0 and buddyx theme 4.3.3. WordPress 5.9.2 SportsFanRank.com

    Newly created group types no longer appear when creating new groups.

    When creating the group, the group types available to choose from only contain group types that were made weeks ago. The newly created group types do not appear when creating new groups, so we cannot select newly created group types.

    Any guesses as to why this may be?

    Administrator role is being used during this process.

    #323881
    vtuncheff
    Participant

    Hi I have the same problem as Stevecurrey. I can’t use the legacy because I’m using buddyx theme and the nuoveau is needed to the theme. I tried to implement the code from comminsky but unfortunately It is not working for me. Most probably I don’t paste it at the right place. Could someone give me the path and the name of the file and in which part of the file this code should go. Also if someone knows some plugin so we can edit the fields or text of the form would be great. Cheers

    #323848
    siyahperde
    Participant

    @shanebp thank you for the answer.

    1- Friends component is active, it was active and i deactivate and reactive it for check.
    2- I try to switch a theme like 2020 and the button is still missing.

    I’ll be glad if you have more other advise to try.

    #323847
    shanebp
    Moderator

    Did you activate the Friends component? Settings > BuddyPress > Components ?
    If you’ve already done that, then it is probably an issue with your theme.
    Verify by switching momentarily to a WP theme like 2020.

    #323826
    mihaylovra
    Participant

    Hi!

    This code worked for me https://archived.seventhqueen.com/forums/topic/hide-members-without-avatars#post-15504

    It would be nice to include it in the default theme settings.

    #323821
    jocelyntech
    Participant

    Hi! I have created a file in the members folder called:
    index-directory-type-investor.php and according to the template hierarchy codex here that should show when a member of type ‘investor’ goes on the members directory page specifically for that member type.
    In member types I have labeled the slug ‘investments’.

    I have tried looking at sitename/members and sitename/members/investments and sitename/investments but they are all showing the original file in members/index.php of the theme.

    Using bp-legacy due to theme Seeko.

    Any help would be appreciated.

    chadriston
    Participant

    Also, it appears that in the multisite mode, when accessing <subdomain>/members/<user> it does not pick up my child theme’s buddypress/members/single/front-member-type-type.php file. I have manually set the sub-site bp option to use the nouveau template, and the active theme is the correct child theme.

    Thanks,

    chadriston
    Participant

    Hello, thank you for your response. I switched over to using the bp-legacy templates in my child theme dir and they seem to work as expected, verifying what you are saying.

    Thanks again,

    Chad

    Mathieu Viet
    Moderator

    Hi,

    That’s not a function defined into BP Core. It’s a function defined into the BP Template Pack « BP Nouveau ». My guess is your theme is not checking the BP Nouveau Template pack is active before using one of its functions. In WP Admin > Settings > BuddyPress options, Check what is the active template pack, there’s a good chance it’s BP Legacy, switch to BP Nouveau and it will fix the issue.

    #323794
    rcotwunite
    Participant

    I found I didn’t have this in my header. Once I included this, it all worked great.

    <?php wp_head(); ?>

    Hope this helps someone else with a custom theme.

    chadriston
    Participant

    I am running WordPress -v 5.8.3, and installed BP -v 10.0.0 ~2 months ago. I am using WP multisite, set to install sites as subdirectories. I have defined define( ‘BP_ENABLE_MULTIBLOG’, true ); in the wp_config.php file, and now it hangs and reports the below error when running a members page within the subsite. It works as usual in the main site, though.

    
    [08-Mar-2022 22:00:33 UTC] PHP Fatal error:  Uncaught Error: Call to undefined function bp_nouveau_is_object_nav_in_sidebar() in public_html/wp-content/themes/nextarch-child/buddypress/members/index.php:13
    Stack trace:
    #0 public_html/wp-includes/template.php(772): require()
    #1 public_html/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(222): load_template('/home/713369.cl...', false, Array)
    #2 public_html/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(67): bp_locate_template(Array, true, false, Array)
    #3 public_html/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(407): bp_get_template_part('members/index', NULL, Array)
    #4 public_html/wp-content/plugins/buddypress/bp-members/classes/class-bp-members-theme-compat.php(144): bp_buffer_template_part('member in public_html/wp-content/themes/nextarch-child/buddypress/members/index.php on line 13
    

    I’d greatly appreciate understanding why this is occurring, and how I can fix it. It seems the functions defined by bp core are not accessible when in the sub-site, despite bp being activated in the network and the global constant BP_ENABLE_MULTIBLOG being defined as true in the wp_config file.

    Thanks,
    Chad

    #323788

    In reply to: Avatar Cropping issue

    Mathieu Viet
    Moderator

    Hi @nihanthk @maleemuse,

    I’m really having difficulties to reproduce the issue, cropping avatars works fine for me and all the BP Team Developers.

    The feature we introduced in 10.0.0 is avatar’s history and the possibility for a user to recycle a previously uploaded avatar. There’s a way to deactivate the feature using this filter

    <?php
    add_filter( 'bp_disable_avatar_history', '__return_true' );

    into a bp-custom.php file for example.

    Using this filter solves your issue?

    Otherwise, if you look into your server’s error_log file, do you see if a specific line is appearing once you tried to crop an avatar?

    #323778
    buripi
    Participant

    I just created my own social media website using metafans theme and buddypress plugins, along with the necessary plugins required. Everything seems to be working okay. I made a group for my community users, and clicked on it to see what appears on the page. But nothing but a blank page, saying “Page Not Found.” Is there anything I missed? I followed all the instructions for making groups, but I don’t know what to do next.
    To make things clear. There’s no problem in “making” the groups. The real issue is that nothing appears when I visit the group page I just created.
    Could you guys give me any help?

    #323732
    windhillruss
    Participant

    My Pleasure! Only found it out when trying out another Theme! Seems not every theme developer is ready for 8.0 php!

    Currently I am working on a blog that focuses on topics related to technology, the latest tech news, reviews, and other relevant information. I am currently using a customized theme for WordPress on that blog, but now I am considering switching to BuddyPress. Is it possible to migrate without losing rankings and traffic? As well, I am not interested in changing UI/UX.
    I appreciate your help.We are eager to hear from experts.

    #323714
    zcc
    Participant

    Why there is no message after registration like this:
    https://prnt.sc/BhXgETtVlOZ1

    I deactivated almost all plugins and switched to storefront theme, still like this

    #323708
    shanebp
    Moderator

    No, theme updates will not affect it. It goes in the plugins directory.

    bp-custom.php

    carasse64
    Participant

    Thanks for your reply.

    If i create bp-custom.php file, will it diseappear when i update my thème ?

    Do you know where i could find an example of such a file ?

    Thanks again for your help.

    Fabien

    #323706
    David Cavins
    Keymaster

    It sounds like you could have a theme conflict. Your screenshot is gone, though, so I am not sure.

    #323663
    windhillruss
    Participant

    Totally understand your concern. Just suggesting you do a Live Preview with another free theme that you could install such as BuddyX and test it without publishing! Nothing will change on your live site!

    #323662
    werny
    Participant

    Well I do not want to switch the theme, since I have many users online all the time
    and I am afriad that afterwards some things will not work correctly anymore

    #323659
    windhillruss
    Participant

    Have you got another theme loaded that you could switch too in the Live Preview Customizer to see if its Gwangi thats the issue?

Viewing 25 results - 826 through 850 (of 32,561 total)
Skip to toolbar