Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 601 through 625 (of 32,561 total)
  • Author
    Search Results
  • #327939
    meestergijs
    Participant

    It worked. I found out that in the new theme environment students no longer see their own classes when I set the group as hidden, but when I set it to private they DO see it. So it was a very easy fix for a strange choice made by the theme.

    Thanks for your reply. I will keep this in mind (add it to trello)

    We can close this ticket.

    Lars Henriksen
    Participant

    Hello

    I use the BuddyX theme, and hide the WordPress menu for my users.

    Is there any way to let users change email via the Buddypress user menu?

    Thanks,
    Lars

    #327933
    Lars Henriksen
    Participant

    Hi developers,

    I updated to 11.0.0 with no other issues than some translation missing. I use the BuddyX-theme.
    Thanks for your work with this plugin.

    Cheers, Lars

    #327932
    helga006
    Participant

    Hi Mathieu,
    Yesterday I updated Buddy Press to version 11.0.0 and found that the login page stopped working after the update. The system simply prevents users from logging in. When a user tries to log in, the message “Session expired, please refresh the page and try again” appears. And so all the time. This may be some sort of conflict with my Rehub theme. I’ll check later. In the meantime, I had to roll back to the previous version.
    Anyway, thanks a lot to the Buddy Press team for such a great plugin.

    #327923
    wackao
    Participant

    1. This issue seems to be coming from the Groups template in the theme. Contact theme author on this.
    2. The second issue is coming fomr a hook where widgets are initialised. So this could again be coming from the outdated theme.
    I am not sure about the code
    <div class=”col-1-ads”>
    <?php. echo do_shortcode(‘[widget id=”media_gallery-3″]’); ?>
    </div>

    CGC studio
    Participant

    WordPress v 6.1.1
    BuddyPress v 11.0.0

    Theme Onecommunity (latest version 3.7.8) (https://themeforest.net/item/onecommunity-buddypress-theme/3713046?gclid=CjwKCAiAqt-dBhBcEiwATw-ggL19B1O2bH4PjCwmpFyse_KZ7o4KEGnurStZcFrqDBd1d-3rDApwZxoC22cQAvD_BwE)
    My frontend test Site: https://staging-rezodenthodenthcom-staging.kinsta.cloud/

    Hi there!

    1/ After updating my hosted site from php 7.4 to 8.0 (Kinsta hosting), buddypress causes the following critical syntax error !

    2023/01/06 13:48:41 [error] 43493#43493: *668 FastCGI sent in stderr: “PHP message: PHP Parse error: syntax error, unexpected token “;”, expecting “)” in /www/rezodenthodenthcom_528 /public/wp-content/themes/onecommunity/buddypress/groups/single/group-header.php on line 29

    The site (front and backend) is still visible but the groups are not displayed anymore in groups single page
    Could you please be kind enough to help solving this first problem?

    2/ I usually use a child theme with two small custom codes that worked fine in php 7.4 but with php 8.0, I have a new FTAL error. So it appears that this function somehow is not working correctly with the child theme enabled: call_user_func_array()
    From that stack trace in the Fatal error, it is referencing BuddyPress with it:
    #2 /www/rezodenthodenthcom_528/public/wp-content/plugins/buddypress/bp-core/bp-core-dependency.php(407): do_action(‘bp_widgets_init’)

    As far as I know, our custom codes were very limited in 2 templates :

    Template 1: group-sidebar.php  :
    WE CHANGED THIS CODE:
    $group_id = bp_get_current_group_id();
    echo do_shortcode( ‘[rtmedia_gallery context=”group” per_page=”6″ context_id=”5″ context_id=”‘ . $group_id . ‘”]’ );
    BY THAT ONE:
    if ( bp_group_is_visible() ) :
    $group_id = bp_get_current_group_id();
    echo do_shortcode( ‘[rtmedia_gallery context=”group” per_page=”6″ context_id=”5″ context_id=”‘ . $group_id . ‘”]’ );
    endif;

    Template 2: group-sidebar.php (for customiszation image ads in widget column) with this code:
    <div class=”bp-sidebar-details”>
    <div class=”bp-sidebar-details-category first”><?php _e(‘Advertisement’, ‘onecommunity’); ?></div>
    <div class=”col-1-ads”>
    [widget id=”media_gallery-3″]
    </div>

    I don’t understand what could interfere in php 8.0 environment!
    What do you think about it? and could you help me to solve this second issue?

    Thank you for your appreciated help ; )

    C. GARCIA

    #327920
    The Network Manager
    Participant

    Hey there Viet, appreciate your work with BuddyPress. Just wanted to let you and your team know that there may be some concerns with the latest version 11. I attempted to updated three times today and it brought my site down each time. I did three times because I wanted to be absolutely certain that the update was the cause of the site crashing.
    IT may be some sort of conflict with my these as the error message pointed to a javascript page associated with my theme.
    I currently use version, 10.6.0 and that works fine for me.
    So you all are aware.
    Next time I will catalog the error info for sharing with you all, this time I was preoccupied with bringing the website back to full functionality.
    Thanks.

    MikeAlan
    Participant

    I have a problem and I cant find the solution, please can somebody help.

    I’m building a school alumni website mainly for logged in members in a temporary construction folder.

    Why when clicking on ‘My groups’ in ‘Groups’, does the link not go to ‘https://elmfieldschoolalumni.uk/build/members/admin/groups/my-groups/’?

    When I can copy and paste the Link address into the address bar, it then brings up the Buddypress primary nav menu as the ‘My groups’ button should.

    I have tried various tests including deactivating all plugins apart from Buddypress and tried other themes but all to no avail. BP and WP are running the most recent versions.
    The site has temporary testing data installed.

    Feel free to login to help resolve the issue. The page in question is: ‘https://elmfieldschoolalumni.uk/build/groups/’. Username: guest and password: @#Silent#@

    Thank you

    #327864
    Anonymous User 18187419
    Inactive

    Same issue using default theme? (eg. Twenty Tweny Two etc)

    No custom code snippets active?

    Any role editor/creator plugins used at any point?

    #327852
    clicksnlikes
    Participant

    Yes, i’m using bbpress 2.6.9 with wordpress 6.1 and socialize theme Version: 2.40.2. But it’s not the theme because i tried it with different themes and registered users still can’t create topics.

    #327849
    Anonymous User 18187419
    Inactive

    hi exni,

    – tested code snippet above posted by vapvarun, for members directory.
    – works as expected on both legacy & nouveau

    details:
    WP 6.1.1
    BP 10.6.0
    Twenty sixteen theme.

    note: code snippet was added using Code Snippets plugin by Code Snippets Pro. (free)

    hope this helps you.

    #327846
    clicksnlikes
    Participant

    Thanks for your response. It has been this way from the start – very day i installed the buddypress plugin. I just tested with a new site and another theme but it’s thesame issue all round.

    #327841
    exnihilodesigns
    Participant

    Has anyone been able to solve this issue with only 20 members showing per page? I’ve tried every bit of code and file change that I’ve found on the help forum and so far nothing has altered it. I’m using the Legacy theme if that helps.

    meestergijs
    Participant

    Good day to you (all),

    I’m working a new site, so this issue revolves with the staging environment. I use WPLMS, everything from theme, wordpress to plugins are up-to-date. And my problem is that the core function of adding students to groups isn’t working. I can add them in admin, and I see that they are added. But students doesn’t see a class added to it’s profile or is able to access the class.

    The first reply from WPLMS support was: “I think its due to some kind of caching or something ,pelase clear cache and deactivate it for day or two and check this issue again.”

    So I went to Kinsta Hosting and they told me that the staging environment has all caching options disabled. So I went back to WPLMS.

    Their second reply is: “groups_join_group is a buddypress core function which is not working in your site .

    Please contact buddypress plugin author support on this. in the past with your site we had a similar experience with caching where profile menu items were not appearing. This is caching believe it or not. I have debugged this already. If host cannot resolve this you can consider changing the webhost to wpengine.”

    Could you help me? Adding students to classes/groups is essential for my dynamic educational website.

    My website: https://env-meestergijs-premium.kinsta.cloud/
    Buddypress: 10.6.0
    WP: 6.1.1

    Thanks,

    Gijs

    #327800
    Anonymous User 18187419
    Inactive

    Hi,
    hope this is correct place to post.
    Possible minor issue with WP blog comments/ Buddypress.
    Visible with earlier BP versions, as well as latest 10.6.x.

    – click reply to an individual blog comment left by user with an avatar in display name.
    – then click X to cancel.
    – the avatar gets added alongside the general new comment “Leave a reply” string.

    – BP 10.6, also earlier versions.
    – WP 6.0.3
    – Twenty Sixteen theme.

    #327799
    fawp
    Participant

    I attempted to do this but I’m unable to target the BASE group without also affecting the USER INFO group

    I have the same issue.

    This isn’t the most elegant solution but, assuming the Base group is the first in the Tabs array, it works.

    Needs to be added to your theme’s functions.php file.

    function bp_profile_remove_base_tab ( $tabs ){
    
            unset($tabs[0]);
    
        return $tabs;
    }
    add_filter( 'xprofile_filter_profile_group_tabs', 'bp_profile_remove_base_tab' );
    
    #327788

    Topic: Migrate Blog

    in group forum Installing BuddyPress
    khozaan
    Participant

    I have a website and the a blogs in my site provides information about the metal roof construction. I want to change the theme of the blogs to buddypress without losing the traffic.
    Looking forward to hear from you.

    Thanks.

    #327782
    fawp
    Participant

    @jason_hayes not sure where the theme from the homepage screenshot comes from.

    I am working on a customized theme so can’t help with recommending something.

    Hopefully someone with more experience will come along and be able to advise you.

    #327461
    queviko
    Participant

    Hi All,

    Using KLEO theme.

    The issue I do have is that the posts links are not working anymore.
    I can’t find a way to get those links back to normal.

    When clicking on a post link, I get an empty page – page not found.

    See screenshot https://pic.li/bUWT

    Any idea how to fix this?
    Thanks

    #327449
    jason_hayes
    Participant

    Are there any recommended themes?

    #327425
    albertmart
    Participant

    Hi, unfortunately, it did not work. I have Astra theme. I have changed to another theme but still the problem exists

    #327424
    Asiqur Rahman
    Participant

    Hope this helps. put these codes into your theme functions.php file.

    
    add_filter( 'bbp_get_reply_author_url', 'lp_member_profile_links' );
    add_filter( 'bbp_get_topic_author_url', 'lp_member_profile_links' );
    add_filter( 'bbp_get_author_url', 'lp_member_profile_links' );
    function lp_member_profile_links( $url ) {
    	if ( ! empty( $url ) ) {
    		return $url . 'profile';
    	}
    	
    	return $url;
    }
    
    #327362

    In reply to: Buddypress login

    fawp
    Participant

    @ildomandatore did you change anything (e.g. add/remove a plugin, change theme, etc.)?

    There’s a helpful checklist in When Asking for Support

    #327319
    Joost abrahams
    Participant

    Welcome to BuddyPress.

    Did you try to test it with Twenty Twenty-Two standard wp theme?

    #327314
    vintagefan74
    Participant

    My site has its own login, register area but by some defaults (which I cannot yet figure out how to bypass or disable) users are directed to wp-login – this is disruptive to to the process and confusing/frustrating to users. I don’t want them directed to any pages asking to log into wordpress (which they get an error for trying to use their login info for my site) – Is there a way to redirect these to my specific buddypress/theme login, register, reset pages? I hope this is making sense.

Viewing 25 results - 601 through 625 (of 32,561 total)
Skip to toolbar