Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 426 through 450 (of 32,562 total)
  • Author
    Search Results
  • #331881
    sbanner26
    Participant

    I recently migrated all users to a new BuddyX theme build using the WB Plugins’ BP Member Export Import. All went fine except that now all users’ “joined on” date has been changed to the day I transferred them. Any way to edit this date back to their originals?

    #331872
    teeboy4real
    Participant

    Kindly note that this error still occurs while using the default Twenty Twenty-Four theme

    #331871
    teeboy4real
    Participant

    I updated to wordpress 6.4 while using buddypress beta 3. Accessing a members profile while I was logged out triggerd a fatal error. This is the info in my debug log below

    2023-11-08T16:55:16+00:00 CRITICAL Uncaught TypeError: Illegal offset type in /var/www/wptbox/wp-content/plugins/buddypress/bp-activity/bp-activity-functions.php:800
    Stack trace:
    #0 /var/www/wptbox/wp-content/plugins/buddypress/bp-blogs/bp-blogs-activity.php(1038): bp_activity_post_type_get_tracking_arg()
    #1 /var/www/wptbox/wp-includes/class-wp-hook.php(324): bp_blogs_new_blog_comment_query_backpat()
    #2 /var/www/wptbox/wp-includes/plugin.php(205): WP_Hook->apply_filters()
    #3 /var/www/wptbox/wp-content/plugins/buddypress/bp-core/bp-core-functions.php(401): apply_filters()
    #4 /var/www/wptbox/wp-content/plugins/buddypress/bp-activity/bp-activity-template.php(291): bp_parse_args()
    #5 /var/www/wptbox/wp-content/themes/klein-child/buddypress/activity/activity-loop.php(3): bp_has_activities()
    #6 /var/www/wptbox/wp-includes/template.php(792): require('...')
    #7 /var/www/wptbox/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(222): load_template()
    #8 /var/www/wptbox/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(67): bp_locate_template()
    #9 /var/www/wptbox/wp-content/themes/klein-child/buddypress/members/single/activity.php(41): bp_get_template_part()
    #10 /var/www/wptbox/wp-includes/template.php(792): require('...')
    #11 /var/www/wptbox/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(222): load_template()
    #12 /var/www/wptbox/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(67): bp_locate_template()
    #13 /var/www/wptbox/wp-content/themes/klein-child/buddypress/members/single/home.php(34): bp_get_template_part()
    #14 /var/www/wptbox/wp-includes/template.php(792): require('...')
    #15 /var/www/wptbox/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(222): load_template()
    #16 /var/www/wptbox/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(67): bp_locate_template()
    #17 /var/www/wptbox/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(407): bp_get_template_part()
    #18 /var/www/wptbox/wp-content/plugins/buddypress/bp-members/classes/class-bp-members-theme-compat.php(212): bp_buffer_template_part()
    #19 /var/www/wptbox/wp-includes/class-wp-hook.php(324): BP_Members_Theme_Compat->single_dummy_content()
    #20 /var/www/wptbox/wp-includes/plugin.php(205): WP_Hook->apply_filters()
    #21 /var/www/wptbox/wp-content/plugins/buddypress/bp-core/bp-core-theme-compatibility.php(767): apply_filters()
    #22 /var/www/wptbox/wp-includes/class-wp-hook.php(324): bp_replace_the_content()
    #23 /var/www/wptbox/wp-includes/plugin.php(205): WP_Hook->apply_filters()
    #24 /var/www/wptbox/wp-includes/post-template.php(256): apply_filters()
    #25 /var/www/wptbox/wp-content/themes/klein/buddypress-full-content.php(20): the_content()
    #26 /var/www/wptbox/wp-includes/template.php(792): require('...')
    #27 /var/www/wptbox/wp-includes/template.php(725): load_template()
    #28 /var/www/wptbox/wp-includes/general-template.php(206): locate_template()
    #29 /var/www/wptbox/wp-content/themes/klein-child/buddypress.php(90): get_template_part()
    #30 /var/www/wptbox/wp-includes/template-loader.php(106): include('...')
    #31 /var/www/wptbox/wp-blog-header.php(19): require_once('...')
    #32 /var/www/wptbox/index.php(17): require('...')
    #33 {main}
      thrown in /var/www/wptbox/wp-content/plugins/buddypress/bp-activity/bp-activity-functions.php on line 800
    #331828
    ericwillson
    Participant

    You r welcome If the activity form is related to BuddyPress you might want to check BuddyPress specific functions or hooks in your theme or plugin files. BuddyPress indeed has its own set of functions for handling activities and forms.

    #331827
    exp3rts
    Participant

    oh ok, so this is theme related. i thought its “just” a buddypress function(name).

    thanks a lot

    #331826
    ericwillson
    Participant

    To find the specific function responsibl for creating the activity form
    Check the theme’s functions.php file Look for a related function in your active theme functions.php file
    Inspect plugin files If the form is part of a plugin, search for relevnt functions within the plugin’s PHP files.
    Search documentation Consult the plugin or theme documentation for information on activity form functions
    Use a code editor/IDE Utilize search feature in your code editor/IDE to find keywords related to the activity form.
    Contact the develper If needed, reach out to the theme or plugin developer for specific function details.
    Once you identify the function, replace ‘function_that_creates_activity_form’ in the provided code snippet with the actual function name to disable the activity form for non-admin users.

    #331824
    ericwillson
    Participant

    opps ] Let me provide you with an alternative approach that disables the activity form for users, making it more secure. You can achieve this by disabling the form functionality entirely. Here how you can modify the code to accomplish thi

    php
    Copy code
    function disable_activity_form_for_non_admins() {
    if ( ! current_user_can( ‘administrator’ ) ) {
    remove_action( ‘init’, ‘function_that_creates_activity_form’ );
    }
    }
    add_action( ‘init’, ‘disable_activity_form_for_non_admins’ );

    In this code snippet, replace ‘function_that_creates_activity_form’ with the actual function name or hook that creates the activity form. This modification disables the activity form functionality for non-administrative users by removing the action that creates the form during the init hook.

    This way the form wont be available in the HTML markup, making it more secure compared to just hiding it with CSS. Remember to place this code in your theme’s functions.php file or in a custom plugin file.

    Again make sure to back up your site before making any changes, and test the modified code in a safe environment first to ensure it works as expected. If you encounter any issues or have further questions, feel free to ask!

    #331822
    ericwillson
    Participant

    To achieve the functionality you described, you can add the following PHP code snippet to your WordPress plugin or theme’s functions.php file. This code will hide the activity form from all users except admins:

    php
    Copy code
    function hide_activity_form_for_non_admins() {
    if ( ! current_user_can( ‘administrator’ ) ) {
    ?>
    <style type=”text/css”>
    .activity-form-class {
    display: none;
    }
    </style>
    <?php
    }
    }
    add_action( ‘admin_head’, ‘hide_activity_form_for_non_admins’ );

    In this code snippet:

    current_user_can(‘administrator’) checks if the current user is an administrator.
    If the current user is not an administrator, it adds a <style> block to the <head> of the admin pages, setting the CSS property display: none; for the element with the class activity-form-class. Make sure to replace activity-form-class with the actual class name or ID of the activity form element in your HTML markup.
    EXP3RTS ensures you have a backup of your site or are comfortable with making changes to your theme/plugin files before adding this code. Additionally, modify the class name in the code to match the actual class or ID of your activity form for it to work correctly.
    I HOPE THIS IS BENEFICIAL FOR YOU

    Seeking guidance on personalizing your WordPress theme? Join the conversation in our community to learn how can i customize my website look and feel. Get expert tips and insights from fellow WordPress enthusiasts on making your site truly unique and functional. Share your experiences and get valuable advice on tailoring your website to your specific needs.

    #331777
    sbanner26
    Participant

    Thanks emaralive,

    I gave that a try but no change. What other info would help? I’m using WordPress 6.3.2 running Hello Elementor Child theme and have BuddyPress set to Legacy. I have Elementor v3.17.2 and Elementor Pro v3.17.0 installed and running. Does any of that help?

    paginaswebea
    Participant

    Hello BuddyPress,

    First of all thank you for your work on creating the plugin.

    Second, I have a problem with a client’s website I’m currently building. We have run into an issue that when, uploading avatars by mobile, it compresses down the picture so much that it becomes blurry. It is not because of the image used. I have made sure I’ve uploaded a huge resolution photo to discard that.

    Where I see the problem is, BuddyPress somehow compresses the image to make it fit the phone screen, (it maybe makes it 150×150 for what I’ve read so far in the documentation), and then gives you the option to crop the image.

    The expect behaviour should be that the image retains the original “full” size, but shrinks down so it fits the mobile screen and you can crop/select whatever you desire.

    I hope I am explaining myself.

    I see that this bug is not new and has been around for several years, and so far, I haven’t been able to find any fix other than what is explained here, but then it stops the image from being responsive. (Anything further than 600 breaks the image hence you can’t see what you’re cropping).

    Changing default avatar size cropped/used by BuddyPress

    Is there a way to fix this, so the image retains the full quality when uploaded? I’ve set in place filters to retain 100% of quality image so wordpress doesn’t reescale them either (But you can give me more tips regarding this as well). An alternative solution would be to just disable the cropping part when uploading avatar.

    Currently I’m using the theme called Gwangi, but it doesn’t matter, because it also happens with Twenty-Twenty-One, and the forked version of buddypress Buddyboss. I’m guessing all the webpages built with buddypress have the same issue, as the ones I’ve checked so far run into the same problem. I’ve disabled CDN and everything else that could cause caching and rendering of images.

    Thank you for your time.

    #331688
    adutty
    Participant

    I’ve installed the Buddypress plugin on the site: https://app.veteransignup.com

    Using theme: PopularFX w Pagelayer Plugin

    I do not have the ability to do simple things, like:
    a) login to profile
    b) direct to profile

    I’m under the impression the buddypress pages should load as menu options, which are not loaded (meaning I cannot create links to profile or login pages).

    Likewise, there are no basic lists of short codes (which seems to be pretty fundamental?).

    #331685
    Norstar
    Participant

    Wordpress Ver: 6.3.2
    Buddypress Ver: 11.3.2
    site = luxauro.com (in maintenance mode)
    can’t access frontend to switch to twenty* theme, have renamed current theme directory so no theme working
    current theme working and activated at time of crash = dokani-develop 1.0.0
    other themes installed:
    twentytwentythree 1.2
    yith-wonder 1.3.3
    Plugins installed:
    advanced-custom-fields 6.2.1
    buddypress(new) 11.3.2
    contact-form-7 5.8.1
    dokan-lite 3.9.1
    dokan-pro 3.9.2
    elementor 3.16.6
    elementor-pro 3.16.2
    elementskit-lite 3.0.0
    essential-addons-for-elementor-lite 5.8.11 Update available
    filebird 5.5
    flamingo 2.4
    hcaptcha-for-forms-and-more 3.3.3
    header-footer-elementor 1.6.17
    hostinger 1.8.5
    litespeed-cache(old) 5.7
    phone-directory 5.9.9
    premium-addons-for-elementor 4.10.11
    shipping-system-live-rates-fulfillment-envia(old) 4.2.1
    syncee-global-dropshipping 1.0.17
    tawkto-live-chat 0.8.1
    taxjar-simplified-taxes-for-woocommerce 4.2.1
    updraftplus 1.23.10
    wc-shipping-packages 1.1.31
    wc-shippo-shipping 1.5.9
    webp-converter-for-media 5.11.2
    woocommerce(old) 8.2.1
    woocommerce-booking 5.23.1
    woocommerce-payments 6.6.2
    wordfence 7.10.4
    wordpress-seo 21.4
    wp-remote-users-sync 1.2.13
    wt-woocommerce-related-products 1.5.0
    yith-woocommerce-wishlist 3.26.0

    Plugins with “old”, “(old)”, or “new”, “(new)” appended to the end of them I have left renamed for reasons below

    I installed buddypress yesterday (saturday, october 21, 2023) with the above list of plugins installed, all worked fine for a while,
    later yesterday I found that I could not access the wp-admin side no matter how much I logged in (as you can see in the plugins directory I have wordfence installed and was receiving security alerts that my username was logging in)
    another team member was able to so we decided to deactivate buddypress and see if I could login, (i had already cleared browser cache and tried in private and tor windows to log in)
    upon attempted deactivation we got the “critical error” message (little note with private window I had the same results whereas in the tor window after inputting username and password i received a 403 error)

    Team member then deleted buddypress via the file manager (we are hosted on hostinger)
    since then no matter what we have done we get the critical error message

    troubleshooting efforts included: renaming the plugin directory (site appeared fine) then renaming every plugin and resetting them to their original names until I found that re-activating 5ish of them would crash the site (at this point buddypress was still deleted and had noit been reinstalled) these plugins were: lightspeed cache, hostinger plugin, woocommerce, shipping-system-live-rates-fulfillment-envia, reactivating any of these plugins would crash the site.

    I figured that perhaps buddypress had leftover some code (i found the buddypress entries / db in the database), another team member suggested reinstalling buddypress if deleting bp crashed the site, I did that and it didn’t fix anything. However with the aforesaid problem plugins mentioned renamed so that wp doesn’t recognize them, and the buddypress plugin active the site is fine, hinting that perhaps the problem isn’t with buddypress but with one or more of those other plugins.

    Just looking for some thoughts on this whole issue, any guidance will be appreciated, thanks in advance folks!!!

    PS If you need more info just ask!

    #331654

    In reply to: Instant Messages

    ritz11
    Participant

    you can use ‘Customify’ for customizable themes.

    #331646
    keyfox
    Participant

    Thanks. I checked it. However, other themes had the same issue. I used the user role editor to try to fix it. But it just not working.

    #331634
    Varun Dubey
    Participant

    @keyfox You can try testing by using either the default 2022 or BuddyX theme. After switching to a different theme, performing the same action will help you determine whether the issue is related to the theme or BuddyPress.

    #331631
    keyfox
    Participant

    Hi,
    I have met a problem my Buddypress cannot allow my user to post activities. I am using a theme called Vikinger. I have tried numerous solutions like creating a new role or try to config the Buddypress setting (There is no activity setting). However, the problem cannot be solved. Can anyone help me? I would really appreciate that!

    WordPress version: 6.3.2
    BuddyPress Version: 11.3.1
    BBPress Version: 2.6.9
    Site Url: https://furryisland.net/

    #331596
    davidgrace
    Participant

    Hello,
    The issue is most likely caused by the Hotsteel theme. To confirm this, temporarily switch to a default WordPress theme such as 2020. If the problem doesn’t persist with the default theme, you should reach out to Hotsteel for assistance with resolving the ajax errors.
    Best Regard,
    Custom Serum Boxes

    #331579
    Mathieu Viet
    Moderator

    @punkaun Thanks a lot for your feedback and for confirming BP Classic is a possible plan B 😍.


    @awol
    I’ve just tested there are no issues for me with BP 12 + BP Classic and Menu Administration Screen or front-end generated menus. When BP 12.0 performs its upgrade task, it transforms regular pages into custom post types. So I feel if you create a menu with these post types, you probably need to remove first the menu item and add it again once BP Classic is active, have you tried this ?

    PS: I’d like to have time to contact every possible Theme authors, unfortunately I cannot take this road, sorry.

    #331505
    AWOL
    Participant

    Hi @imath,
    Even though I have already done this, I have done it again. With all plugins deactivated apart from Buddypress, the reply button still does not display. I have also wiped the style.css of my child theme, removed all functions from the child theme functions.php, renamed bp-custom so it is not in play, and removed any buddypress files I had in my child theme – still no reply button. I have removed everything extraneous. I have switched to the parent Blocksy theme and it still isn’t there. When I examine the html in the inspector, the code just isn’t there to generate the reply button. Attached are two images showing this while in my child theme and everything else turned off apart from Buddypress. But it is the same with just Blocksy parent theme
    No reply button on activity comment
    HTML in Inspector

    I have also tried with the 2023 theme, attachments below.
    2023 theme
    Inspector 2023 theme

    This is all with the beta 3 that I upgraded yesterday, on the latest Firefox on a Mac running the latest OS. Just to make sure it was neither browser or device, I also looked on my Android phone using the Opera browser, and that screenshot is attached below.
    Android using Opera

    So, please, what do I do now?

    #331567
    AWOL
    Participant

    Hi @imath,
    Thanks for your response – I’m sure you are very busy. The problem I have is that the BP Classic plugin causes a problem with the menu, as noted earlier in this thread – https://buddypress.org/support/topic/lets-prepare-the-buddypress-12-0-0-next-major-release/#post-331198 – and acknowledged by you – https://buddypress.org/support/topic/lets-prepare-the-buddypress-12-0-0-next-major-release/#post-331239 – but I haven’t seen any more mention of it. It isn’t really an issue until those deprecated functions stop working, but it is an extremely tedious task to trace where they are being used if it is a plugin as the debug log gives no clues at all except when the function was used. I will have a look at the list (thank you) to see if that is any help. If the issue with the BP Classic plugin can be looked at and fixed in the meantime I would be grateful – this could be another Blocksy issue so again, if you can speak to them it would be most appreciated, as they don’t want me to tell them until the non-beta version of BP is released, whereas you will have a clear idea what is and isn’t going to be in the final version and can raise it with them to look at – they may highlight something you are not aware of that needs doing before final release that might be something that affects many other themes. Can you also let me know what has happened to my post regarding the comment reply link? It still hasn’t appeared.

    #331559
    punkaun
    Participant

    Some additional info. I changed my theme to both Astra and GeneratePress in staging to try to confirm if this is a bug with the Kadence theme. The same behavior (the addition of the BR tags) appears in those themes as well–but, again, not with Twenty Twenty-Three.

    Also FYI: I had this working as desired (no BR tags) in Kadence within the last week or two.

    #331554
    punkaun
    Participant

    Hello,

    I recently noticed that there are extra <br> tags in BP navigation menus, which is causing extra space to display. See the following screen shot.

    https://drive.google.com/file/d/1klFhmAHE0Oa7XXDUSzrr2hXMF8pAQVY4/view?usp=sharing

    I’m running WP 6.3.1 and BP 11.3.1. My website (https://gaelquest.com) uses the theme, Kadence, v 1.1.47. That said, I’ve applied fairly extensive CSS changes to customize the layout.

    When I change to Twenty Twenty-Three, the extra <br> tags disappear. Any thoughts as to what could be causing them to get inserted? Is this a theme issue or is there some other possible explanation?

    #331542
    freelanceme
    Participant

    The error message you’ve encountered is related to the Elementor plugin in WordPress. It seems like there’s an issue with the plugin’s code, specifically in the Controls_Stack class when trying to sanitize settings. Here’s a breakdown of the error:

    Argument 1 passed to Elementor\Controls_Stack::sanitize_settings() indicates that the sanitize_settings method of the Controls_Stack class is expecting an array as its first argument.
    must be of the type array, null given means that the function received null instead of an array as the argument.
    The error occurred when the code called this method in the file /wp-content/plugins/elementor/includes/base/controls-stack.php on line 1084.
    To resolve this issue, you can try the following steps:

    Check for Plugin Conflicts: Sometimes, conflicts with other plugins can cause such errors. Deactivate other plugins one by one to see if the issue persists when Elementor is the only active plugin.

    Update Elementor: Make sure you’re using the latest version of the Elementor plugin. Outdated versions may contain bugs that have been fixed in newer releases.

    Check for Theme Compatibility: Your WordPress theme might not be fully compatible with the version of Elementor you’re using. Try switching to a default WordPress theme (e.g., Twenty Twenty-One) temporarily to see if the error still occurs.

    Debugging: If the issue persists, you may need to debug the specific code in the Elementor plugin. This usually requires some knowledge of PHP and WordPress development. You can use debugging tools like Xdebug or enable WordPress debugging to get more information about the error.

    Contact Elementor Support: If you can’t resolve the issue on your own, consider reaching out to Elementor’s support or community forums. They may have encountered similar issues and can provide guidance on how to fix it.

    Backup and Restore: As a last resort, if none of the above solutions work, you can try restoring a backup of your WordPress site to a point before the error occurred. This should revert your site to a stable state, but you’ll lose any changes made after the backup date.

    Remember to take proper precautions, such as backing up your site and data, before making any significant changes to your WordPress installation.

    #331496
    Mathieu Viet
    Moderator

    Hi @awol

    I just tested Blocksy and BP 12.0.0-beta3. About activity comments/replies, it behaves as expected:

    BP 12 & Blocksy Theme

    I’ve also checked WP Nav Menus (Member links & directory links). It also behaves as expected.

    If you still have issues, you’ll need to deactivate all plugins but BuddyPress, then reactivate plugins one by one to identify the one causing the issue.

Viewing 25 results - 426 through 450 (of 32,562 total)
Skip to toolbar