Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 976 through 1,000 (of 31,073 total)
  • Author
    Search Results
  • 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

    #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.

    #318873
    Varun Dubey
    Participant

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

    #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

    #316907
    lynnapp
    Participant

    in my child theme I have added this to the members/single/parts/item-nav

            <label class="toggle" for="toggle">☰ <span>Menu</span></label>
            <input class="toggle" id="toggle" type="checkbox">
    
    <nav class="<?php bp_nouveau_single_item_nav_classes(); ?>" id="object-nav" role="navigation" aria-label="<?php esc_attr_e( 'Member menu', 'buddypress' ); ?>">
    	<?php if ( bp_nouveau_has_nav( array( 'type' => 'primary' ) ) ) : ?>
    		<ul>
       <?php bp_nav_menu(); ?> 
    		</ul>
    	<?php endif; ?>
    </nav>
     

    I have removed the submenu form all the other page fronts
    So this is the problem

    1. The loop for the sub-menus is
    a. Putting the profile menu items under a new submenu under settings
    (this submenu )

    	<ul class="sub-menu">
    		<li id="public-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/profile/#item-header-content">View</a></li>
    		<li id="edit-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/profile/edit/#item-header-content">Edit</a></li>
    		<li id="change-avatar-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/profile/change-avatar/#item-header-content">Change Profile Photo</a></li>
    		<li id="change-cover-image-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/profile/change-cover-image/#item-header-content">Change Cover Image</a></li>
    	</ul>

    Here is the source codes for the menus while looking at looking at my own profile not as admin.

    So I was wondering if the walker argument could help with this, but I could not find any documentation on that part.
    Could you point me to where or how to get the profile submenu items under the profile li and not as a sub sub of settings?

    <nav class="main-navs no-ajax bp-navs single-screen-navs user-nav-tabs tabbed-links horizontal users-nav" id="object-nav" role="navigation" aria-label="Member menu">
    		<ul>
       <div class="menu-bp-container"><ul id="menu-bp" class="menu"><li id="front-personal-li" class="menu-parent"><a href="http://localhost/wordpress/members/athlete-lynn/front/#item-header-content">Home</a>
    <ul class="sub-menu">
    	<li id="public-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/front/#item-header-content">View</a></li>
    </ul>
    </li>
    <li id="xprofile-personal-li" class="menu-parent"><a href="http://localhost/wordpress/members/athlete-lynn/profile/#item-header-content">Profile</a></li>
    <li id="activity-personal-li" class="menu-parent"><a href="http://localhost/wordpress/members/athlete-lynn/activity/#item-header-content">Activity</a>
    <ul class="sub-menu">
    	<li id="just-me-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/activity/#item-header-content">Personal</a></li>
    	<li id="activity-mentions-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/activity/mentions/#item-header-content">Mentions</a></li>
    	<li id="activity-favs-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/activity/favorites/#item-header-content">Favorites</a></li>
    	<li id="activity-friends-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/activity/friends/#item-header-content">Friends</a></li>
    	<li id="activity-groups-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/activity/groups/#item-header-content">Groups</a></li>
    </ul>
    </li>
    <li id="friends-personal-li" class="menu-parent"><a href="http://localhost/wordpress/members/athlete-lynn/friends/#item-header-content">Friends <span class="count" style="cursor: pointer;">1</span></a>
    <ul class="sub-menu">
    	<li id="friends-my-friends-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/friends/#item-header-content">Friendships</a></li>
    	<li id="requests-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/friends/requests/#item-header-content">Requests</a></li>
    </ul>
    </li>
    <li id="notifications-personal-li" class="menu-parent"><a href="http://localhost/wordpress/members/athlete-lynn/notifications/#item-header-content">Notifications <span class="count" style="cursor: pointer;">1</span></a>
    <ul class="sub-menu">
    	<li id="notifications-my-notifications-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/notifications/#item-header-content">Unread</a></li>
    	<li id="read-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/notifications/read/#item-header-content">Read</a></li>
    </ul>
    </li>
    <li id="invite-anyone-personal-li" class="menu-parent"><a href="http://localhost/wordpress/members/athlete-lynn/invite-anyone/#item-header-content">Send Invites</a>
    <ul class="sub-menu">
    	<li id="invite-new-members-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/invite-anyone/#item-header-content">Invite New Members</a></li>
    	<li id="sent-invites-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/invite-anyone/sent-invites/#item-header-content">Sent Invites</a></li>
    </ul>
    </li>
    <li id="settings-personal-li" class="menu-parent current-menu-parent"><a href="http://localhost/wordpress/members/athlete-lynn/settings/#item-header-content">Settings</a>
    <ul class="sub-menu">
    	<li id="general-personal-li" class="menu-child current-menu-item"><a href="http://localhost/wordpress/members/athlete-lynn/settings/#item-header-content">General</a></li>
    	<li id="notifications-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/settings/notifications/#item-header-content">Email</a></li>
    	<li id="profile-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/settings/profile/#item-header-content">Profile Visibility</a>
    	<ul class="sub-menu">
    		<li id="public-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/profile/#item-header-content">View</a></li>
    		<li id="edit-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/profile/edit/#item-header-content">Edit</a></li>
    		<li id="change-avatar-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/profile/change-avatar/#item-header-content">Change Profile Photo</a></li>
    		<li id="change-cover-image-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/profile/change-cover-image/#item-header-content">Change Cover Image</a></li>
    	</ul>
    </li>
    	<li id="invites-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/settings/invites/#item-header-content">Group Invites</a></li>
    	<li id="data-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/settings/data/#item-header-content">Export Data</a></li>
    	<li id="delete-account-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/settings/delete-account/#item-header-content">Delete Account</a></li>
    </ul>
    </li>
    <li id="groups-personal-li" class="menu-parent"><a href="http://localhost/wordpress/members/athlete-lynn/groups/#item-header-content">Groups <span class="no-count">0</span></a>
    <ul class="sub-menu">
    	<li id="groups-my-groups-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/groups/#item-header-content">Memberships</a></li>
    	<li id="invites-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/groups/invites/#item-header-content">Invitations</a></li>
    </ul>
    </li>
    </ul></div> 
    		</ul>
    </nav>
    lilipilon
    Participant

    Hello,

    I install buddypress. A few days ago, user and admin can modify their profile on my website http://lilisoumise.fr

    I make several modification, add/remove several extnesions. I desintall and reinstall my theme and buddypresse several time.

    On settings, the checkbox says that user can edit their profile is checked.

    But on front, when I go on modify on my profile, nothing is displayed

    To edit a profile, you can create here :https://lilisoumise.fr/inscription/

    https://lilisoumise.fr/members/USER/profile/edit/group/1/

    When Is see the code, it says

    div class="profile edit"
    <style data-target = "global" type = "text/css" ==$0
     #bf_hweb{display:none}.bf-alert{display:block;padding:15px;margin-bottom:20px;border:1px solid rgba(0,0,0,0.1);background-color:#fff}.bf-alert.error{background-color:#f2dede;color:#a94442;border-color:#ebccd1}.bf-alert.success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.bf-alert.warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.bf-alert.info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}li.image.bf_image{list-style-type:none;float:left;padding-right:10px}ul.bf_files{padding:0}#poststuff{padding-top:0;min-width:auto}.bf_inputs li{list-style:none}button.bf-draft:disabled,button.bf-submit:disabled{background-color:#c4c4c4}.bf-draft{background:#f2f2f2;border:1px solid rgba(0,0,0,0.12);color:#444}.bf-hidden{display:none !important}#wp-admin-bar-buddyforms-admin-edit-form > a.ab-item:before{content:"\e000";font-family:'icomoon';font-size:27px;padding:0;padding-right:10px}#bf_hweb{display:none !important}.bf-clearfix::after{content:"";clear:both;display:table}
    

    Do you have an idea ?

    kingfisher64
    Participant

    Hello,

    I was wanting to create a button link in elementor to the BuddyPress user view profile page. I’m struggling to find the correct info.

    There’s basically a link field in elementor available just like this https://pasteboard.co/JI8WdfI.png

    The closest I found was the following:

    https://buddypress.org/support/topic/logged-in-user-profile-link-url/
    https://wordpress.stackexchange.com/questions/35163/add-buddypress-profile-and-messages-link-to-wordpress-menu

    Using Ocean WP theme, Buddypress 7.1.0 (v latest at time of post)

    Kind regards

    lynnapp
    Participant

    I added the code bp_nav_menu() to the single/parts/item-nav in my child theme and all is working well except the profile buttons are going under settings

    I have removed the submenu form all the other page fronts
    I am on WP 5.6, BP 7.10

    So this is the problem
    1. The loop for the sub-menus is
    a. Putting the profile menu items under a the settings=>profile tab 1, making a third drop down from profile-personal-li and I think it should be under profile not settings.

    Here is the source codes for the menus while looking at looking at my own profile not as admin.

    So I was wondering if the walker argument could help with this, but I could not find any documentation on that part.
    Could you point me to where or how to get the profile submenu items under the profile li and not as a sub sub of settings? It worked okay with the tabbed default menus of the nouveau theme.

    <li id="settings-personal-li" class="menu-parent current-menu-parent"><a href="http://localhost/wordpress/members/athlete-lynn/settings/#item-header-content">Settings</a>
    <ul class="sub-menu">
    	<li id="general-personal-li" class="menu-child current-menu-item"><a href="http://localhost/wordpress/members/athlete-lynn/settings/#item-header-content">General</a></li>
    	<li id="notifications-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/settings/notifications/#item-header-content">Email</a></li>
    	<li id="profile-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/settings/profile/#item-header-content">Profile Visibility</a>
    	<ul class="sub-menu">
    		<li id="public-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/profile/#item-header-content">View</a></li>
    		<li id="edit-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/profile/edit/#item-header-content">Edit</a></li>
    		<li id="change-avatar-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/profile/change-avatar/#item-header-content">Change Profile Photo</a></li>
    		<li id="change-cover-image-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/profile/change-cover-image/#item-header-content">Change Cover Image</a></li>
    	</ul>
    </li>
    	<li id="invites-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/settings/invites/#item-header-content">Group Invites</a></li>
    	<li id="data-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/settings/data/#item-header-content">Export Data</a></li>
    	<li id="delete-account-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/settings/delete-account/#item-header-content">Delete Account</a></li>
    </ul>
    </li>

    Also if you look at someone else’s profile it, the menu leaves out the ones I don’t have access too so there is the profile button then a view buttons at the end which is really for view profile.
    Thank you for any help

    #316925
    lynnapp
    Participant

    in my child theme I have added this to the members/single/parts/item-nav
    <label class=”toggle” for=”toggle”>☰ <span>Menu</span></label>
    <input class=”toggle” id=”toggle” type=”checkbox”>

    <nav class=”<?php bp_nouveau_single_item_nav_classes(); ?>” id=”object-nav” role=”navigation” aria-label=”<?php esc_attr_e( ‘Member menu’, ‘buddypress’ ); ?>”>
    <?php if ( bp_nouveau_has_nav( array( ‘type’ => ‘primary’ ) ) ) : ?>

      <?php bp_nav_menu(); ?>

    <?php endif; ?>
    </nav>

    I have removed the submenu form all the other page fronts
    So this is the problem

    1. The loop for the sub-menus is
    a. Putting the profile menu items under a new submenu under settings
    (this submenu )

    	<ul class="sub-menu">
    		<li id="public-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/profile/#item-header-content">View</a></li>
    		<li id="edit-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/profile/edit/#item-header-content">Edit</a></li>
    		<li id="change-avatar-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/profile/change-avatar/#item-header-content">Change Profile Photo</a></li>
    		<li id="change-cover-image-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/profile/change-cover-image/#item-header-content">Change Cover Image</a></li>
    	</ul>

    Here is the source codes for the menus while looking at looking at my own profile not as admin.

    So I was wondering if the walker argument could help with this, but I could not find any documentation on that part.
    Could you point me to where or how to get the profile submenu items under the profile li and not as a sub sub of settings?

    <nav class="main-navs no-ajax bp-navs single-screen-navs user-nav-tabs tabbed-links horizontal users-nav" id="object-nav" role="navigation" aria-label="Member menu">
    		<ul>
       <div class="menu-bp-container"><ul id="menu-bp" class="menu"><li id="front-personal-li" class="menu-parent"><a href="http://localhost/wordpress/members/athlete-lynn/front/#item-header-content">Home</a>
    <ul class="sub-menu">
    	<li id="public-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/front/#item-header-content">View</a></li>
    </ul>
    </li>
    <li id="xprofile-personal-li" class="menu-parent"><a href="http://localhost/wordpress/members/athlete-lynn/profile/#item-header-content">Profile</a></li>
    <li id="activity-personal-li" class="menu-parent"><a href="http://localhost/wordpress/members/athlete-lynn/activity/#item-header-content">Activity</a>
    <ul class="sub-menu">
    	<li id="just-me-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/activity/#item-header-content">Personal</a></li>
    	<li id="activity-mentions-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/activity/mentions/#item-header-content">Mentions</a></li>
    	<li id="activity-favs-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/activity/favorites/#item-header-content">Favorites</a></li>
    	<li id="activity-friends-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/activity/friends/#item-header-content">Friends</a></li>
    	<li id="activity-groups-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/activity/groups/#item-header-content">Groups</a></li>
    </ul>
    </li>
    <li id="friends-personal-li" class="menu-parent"><a href="http://localhost/wordpress/members/athlete-lynn/friends/#item-header-content">Friends <span class="count" style="cursor: pointer;">1</span></a>
    <ul class="sub-menu">
    	<li id="friends-my-friends-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/friends/#item-header-content">Friendships</a></li>
    	<li id="requests-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/friends/requests/#item-header-content">Requests</a></li>
    </ul>
    </li>
    <li id="notifications-personal-li" class="menu-parent"><a href="http://localhost/wordpress/members/athlete-lynn/notifications/#item-header-content">Notifications <span class="count" style="cursor: pointer;">1</span></a>
    <ul class="sub-menu">
    	<li id="notifications-my-notifications-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/notifications/#item-header-content">Unread</a></li>
    	<li id="read-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/notifications/read/#item-header-content">Read</a></li>
    </ul>
    </li>
    <li id="invite-anyone-personal-li" class="menu-parent"><a href="http://localhost/wordpress/members/athlete-lynn/invite-anyone/#item-header-content">Send Invites</a>
    <ul class="sub-menu">
    	<li id="invite-new-members-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/invite-anyone/#item-header-content">Invite New Members</a></li>
    	<li id="sent-invites-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/invite-anyone/sent-invites/#item-header-content">Sent Invites</a></li>
    </ul>
    </li>
    <li id="settings-personal-li" class="menu-parent current-menu-parent"><a href="http://localhost/wordpress/members/athlete-lynn/settings/#item-header-content">Settings</a>
    <ul class="sub-menu">
    	<li id="general-personal-li" class="menu-child current-menu-item"><a href="http://localhost/wordpress/members/athlete-lynn/settings/#item-header-content">General</a></li>
    	<li id="notifications-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/settings/notifications/#item-header-content">Email</a></li>
    	<li id="profile-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/settings/profile/#item-header-content">Profile Visibility</a>
    	<ul class="sub-menu">
    		<li id="public-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/profile/#item-header-content">View</a></li>
    		<li id="edit-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/profile/edit/#item-header-content">Edit</a></li>
    		<li id="change-avatar-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/profile/change-avatar/#item-header-content">Change Profile Photo</a></li>
    		<li id="change-cover-image-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/profile/change-cover-image/#item-header-content">Change Cover Image</a></li>
    	</ul>
    </li>
    	<li id="invites-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/settings/invites/#item-header-content">Group Invites</a></li>
    	<li id="data-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/settings/data/#item-header-content">Export Data</a></li>
    	<li id="delete-account-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/settings/delete-account/#item-header-content">Delete Account</a></li>
    </ul>
    </li>
    <li id="groups-personal-li" class="menu-parent"><a href="http://localhost/wordpress/members/athlete-lynn/groups/#item-header-content">Groups <span class="no-count">0</span></a>
    <ul class="sub-menu">
    	<li id="groups-my-groups-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/groups/#item-header-content">Memberships</a></li>
    	<li id="invites-personal-li" class="menu-child"><a href="http://localhost/wordpress/members/athlete-lynn/groups/invites/#item-header-content">Invitations</a></li>
    </ul>
    </li>
    </ul></div> 
    		</ul>
    </nav>
    #318683
    wbcomdesigns
    Participant

    @nikolas27 try to replicate with default 2020 theme and deactivate BP related plugins 1 by 1, might be active theme or any 3rd party plugin specific conflict.

    myblackf150
    Participant

    Hello,

    Does anyone know any way to enable WP Shortcodes in buddypress/bbpress topics? At least for Admins.
    There are some plugins such as Quizzes and Polls that provide shortcode that can be easily added/started into a topic where a widget won’t work or is called for.
    I understand that it can be a security concern for just any user to have the ability, but if it was limited to Mods, Admins and Content Providers it would great.

    I did find that GD bbPress tools DOES work (lets you have the function to use any shortcode in topics ) if you initially have it installed prior to installing BuddyPress Platform BUT if you have any other customization or toggles you had enabled on GS bbPress prior to the the BuddyPress install, you are STUCK to what it was set on because I found that BiddyPress Platform locks you out of the config for GD bbpress leaving you to keep as is or removing GD bbpress tools all together. Unfortunately I had to remove it because I did not want one of the settings I previously added. Don’t bother trying to re-install it. It won’t work.
    I found another plugin, bbPress – Do Short Codes – it is abandoned and hasn’t been updated in years but it worked. The problem here was, there was some code in that for some reason clashed with the Buddypress mailbox.

    So in all, I know it can be done and it can work but I am hoping I can find one that works with Buddypress Platform or at least without issue.
    I did reach out to Buddypress Platform tech support and the person who was helping basically closed the ticket regarding the inbox not working as soon as I figured out it was the plugin.
    When asked about shortcodes in topics I was told it was not a feature. O-K.

    Thank you in advance for any help.

    Regards

    Wprdpress 5.7.2
    BuddyBoss Theme and BuddyBoss Platform Pro

    #318636
    wbcomdesigns
    Participant

    as you meantioned it’s added via theme ( using theme integration ) , try to fix that or contact theme author

    #318608
    wbcomdesigns
    Participant

    @seccyeth under friends tab, only those members will be displayed who are already in your friend list, not who can be your friend. You can test same with default 2021 theme

    seccyeth
    Participant

    Hi,

    I’m posting here after submitting a ticket to my theme’s support, who told me to do so even though I feel the issue might be on their side. But here I go, just to make sure !

    I’m using the Masterstudy LMS theme/plugin/pro plugin. I installed Buddypress, and everything works fine, except that the only way to add friends is to go to the /member page. This page is not included in any tab of the profile page, although on Masterstudy’s documentation, they show this page displaying under the “Friends” section. So I’m not sure if this is something that’s supposed to be set by default, in which case I have an issue with my website, or if it is something that I should set up myself.

    For now, under my “Friends” tab, I just have added friends or friends requests displayed. But in the profile page, there is no place where the list of members is being displayed, making it impossible for a user to add a friend without going to /member page.

    Am I doing something wrong ? Is there something I should set up ? Should I go back to my theme support ?

    Thanks in advance

    #318601
    hardel
    Participant

    Self-hosted pages are loading and displaying slowly. This is because the browser won’t display them until all assets are loaded and there is a problem with one stylesheet that is included (from wordpress using theme integration):

    <link rel=’stylesheet’ id=’bp–css’ href=’https://rockclass101.com/wp-content/plugins/buddypress/bp-core/css/.min.css?ver=7.3.0&#8242; type=’text/css’ media=’all’ />

    Please see screenshot:

    null

    Why does the head part for the example above contain broken links?

    If I deactivate the BP plugin, the pages load fast. Any ideas on how to solve this issue?

    faniela1
    Participant

    Hello there!! Am working on a project using oceanwptheme and pantheon host( free trial) and just realized that my frontend is not completely responsive, some parts of the page can’t be fully view or access any help any style css that I can add? Please please help🙏 thanks

    wbcomdesigns
    Participant

    @brianj7 it’s more theme-specific question

Viewing 25 results - 976 through 1,000 (of 31,073 total)
Skip to toolbar