Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 1,126 through 1,150 (of 32,561 total)
  • Author
    Search Results
  • #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>
    #318571
    medsupplynetwork
    Participant

    Hi All,

    I’ve just installed BuddyPress, bbPress and BuddyX with the BuddyX child theme. When I click on the “RSS” feed button (which I don’t even particularly need for the record), it brings me to a broken link site point to BuddyPress:

    Title: “https://www.medsupplynetwork.com/activity/feed/&#8221;
    Body: “<rss xmlns:content=”http://purl.org/rss/1.0/modules/content/&#8221; xmlns:atom=”http://www.w3.org/2005/Atom&#8221; xmlns:sy=”http://purl.org/rss/1.0/modules/syndication/&#8221; xmlns:slash=”http://purl.org/rss/1.0/modules/slash/&#8221; version=”2.0″>
    <channel>
    <title>MedSupply Network | Site-Wide Activity</title>
    <link>https://www.medsupplynetwork.com/activity/</link&gt;
    <atom:link href=”https://www.medsupplynetwork.com/activity/feed/&#8221; rel=”self” type=”application/rss+xml”/>
    <description>Activity feed for the entire site.</description>
    <lastBuildDate>Sun, 16 May 2021 19:48:22 +0000</lastBuildDate>
    <generator>https://buddypress.org/?v=7.3.0</generator&gt;
    <language>en-US</language>
    <ttl>30</ttl>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>2</sy:updateFrequency>
    </channel>
    <iframe src=”https://app.zoominfo.com/reachout-pixel/track?app=DOZI&url=https://www.medsupplynetwork.com/activity/feed/&#8221; id=”reachout__pixel” frameborder=”0″ scrolling=”no” style=”width:1px; height:1px; display: block”/>
    </rss>”

    I have no idea what’s going on with this…
    Also, a couple of questions:
    1.) Do I need to install rtMedia directly?
    2.) Do BuddyPress and BuddyX work together directly?
    I know the developer of BuddyX is a BuddyPress (or former – not sure?) developer of BuddyPress – but I want to make sure that everything is in sync and I’m not using BuddyBoss b/c it appears that BuddyBoss and BuddyPress are not 100% in sync with each other.

    I’m aiming to create a social networking website for healthcare profesionals and medical suppliers in the safest (technical) way possible – and I’ve built this using Linux Ubuntu + NGINX + MYSQL + PHP 7.4-fpm + AWS EC2 (and route 53 elb asg’s etc.).

    any help woudl be greatly appreciated!

    #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

    myblackf150
    Participant

    Hello. I am using BuddyPress and there is a section where users can post YouTube videos.
    It just doesn’t look the same or appealing without thumbnails displayed by the title.
    Is there any way at all to make this work?
    I am using the BuddyPress Boss Theme and support said the only way I may be able to do this is to perhaps hire one of their developers.
    Geeze, I had paid enough.
    I just had to shell out to customize a registration form because there wasn’t a way provided to even change the background color of the page.

    I’d really appreciate it so much!

    Thank you!

    #318546
    shanebp
    Moderator

    Create an overload of the members-loop.php template.

    Then change this:
    <?php if ( bp_has_members( bp_ajax_querystring( 'members' ) ) ) : ?>

    To this:
    <?php if ( bp_has_members( bp_ajax_querystring( 'members' ) . '&member_type=tutors' ) ) : ?>

    #318536
    Charles
    Participant

    Hi all.

    On the messages page (/members/runningversity/messages/), there is a twisty next to the search box. See pic: https://photos.app.goo.gl/Dy75x2agYWFoqKXp6 (opens in new tab)
    It reorders the messages in some way. Class is “last filter”.
    Should it look like this or not? Or should it have some text in it to explain what it does?
    Any advice much appreciated, plus would love to see what it should look like if anyone has a moment to share a shot of theirs.

    Buddypress 7.3.0 (same issue on 7.1.0)
    WP: 5.6.2 (would rather not update this quite yet even in my staging copy – in the midst of testing a lot of plugin updates)
    All other plugins (apart from security) disabled.
    Astra theme (but same happens in 2020 theme)
    No errors in the inspect console

    dvalken
    Participant

    Hello all, im using the “Gaming Mag” theme its an child of the “News Vibrant” theme.

    Right now when i open a blog you see the author name, when you click it it will display all the posts the author created.

    I wish to change that, i would like when you click the author name it brings you to the author’s buddypress profile. Can anyone explain me how to do that?

    #318507
    akindelan
    Participant

    Trying to install the plugin but wanted to find out first if the plugin will be compatible with my theme because the theme already has a membership package module already built in. I am only trying the add some community based features to the theme.

    Any feedback will be appreciated.

    #318492

    In reply to: BuddyPress 8.0.0-beta1

    deborah86
    Participant

    I posted my initial response about this on the blog page. I want to add additional ideas and context here. The changes to the plugin sound great and are needed but they just don’t go far enough. The update is not that exciting.

    There doesn’t look like there is going to be support for block-based themes, full-site editing, or Gutenberg. There is no mention of new Gutenberg blocks.

    It looks like the next release will still rely on a limited amount of widgets. The widgets can’t be added to pages to create unique looks unless the user downloads a plugin.

    Widgets are going away and will be replaced with blocks soon. WordPress users will have to disable newer features in order to use the older BuddyPress features. How is this fair?

    BuddyPress should incorporate the newer WordPress features and add backwards compatibility for those unable to upgrade right away.

    Also, your website doesn’t contain any documentation on creating blocks for Gutenberg or block-based themes that work with the plugin. There is no exciting news about documentation updates.

    The release notes say there are updates to the BP Nouveau template pack. I am wondering what these updates are. Will this include updates to the Companion Stylesheets?

    Honestly, with full-site editing and block-based themes coming, these updates are a little too late.

    I am hoping the BP Nouveau template pack at least removes some of the BuddyPress CSS elements and gives more control back to the theme authors.

    Why is the plugin overriding the theme’s original styles for page titles, fonts, color schemes, etc?

    This creates extra work for someone modifying a theme or creating a theme. The plugin works against the original theme and not with it. The plugin should focus on modifying the elements that are not taken care of by the theme.

    The alerts look like you just copied what the alerts looked like in a previous version of Bootstrap. They have to be redesigned.

    The plugin is not mobile-friendly. The plugin overrides the mobile-friendly designs put in place by the theme designer to make the experience as terrible as possible on a mobile device.

    – Small fonts in places
    – Fonts too large in others
    – Selection areas too small to touch
    – Buttons too small

    I understand not all themes are done well, but the majority using the new features available in WordPress already does a better job with design than the BP Nouveau styles.

    Overall, this new update isn’t going to be ready for WordPress 5.8. It seems as though the developers o BuddyPress don’t care about what the WordPress Core community is accomplishing and the progress they are making.

    In 2017/2018 this would be an awesome update. It’s 2021 and the update is meh.

    #318430
    dnnsz
    Participant

    I wanted to reorganize the ../members/single/default-front.php in my theme and add the Activity Post-Form.
    when I use this:
    if ( is_user_logged_in() && bp_is_my_profile() ) {
    bp_get_template_part( ‘activity/post-form’ );
    }
    But I wont get the from and i get and JS error?

    foilerone
    Participant

    I installed buddy press, followed the manuals and linked the registration and activation pages. When calling the link to the registration page, the page is properly displayed. After filling in the information and clicking on “Complete Sign Up”, the user just gets redirected to the landing page.

    There is no new user created in the user in wordpress and also no confirmation email is sent. However, when creating a user in the administration console within wordpress, users can be created and also registration emails are sent to the user.

    Any idea how to investigate this problem? All the tricks from other forum entries I have already tried (different themes, activate allow anyone to register etc).

    Installation:
    Wordpress 5.7.1
    Theme: Twenty Seventeen Child Theme, but also ExS
    BuddyPress: Version 7.3.0

    THANK YOU FOR YOUR HELP

    leokleine
    Participant

    Hi everyone!

    I am totally new to buddy press and this board.

    So far I am getting along great and set up my network already and am super happy with all the support here. But sometimes it is hard to find the right information in this sea of knowledge.

    So far I liked the twetytwentyone theme all right and made a simple copy of it on my server so I don’t have to file with child-theme-issues. I got through to find the functions.php and started trying to add some code at the bottom of this document wich shoed some effects already.

    So I would be delighted if someone could direct me to the right information for a few points:

    – I want to get rid of the different tabs / the menu in the profiles but instead show just Picture and Name (as normal) and than a text (created a profile-tab for this already) and the list of friends below the text.

    – I would love to assign user-profiles different categories so I could e.g. select “farmers” from the top menu and sho a list of all “farmers” (actually it would be nice to see the categories that apply in a profile, too. These categories would be predefined (unlike lets say an Instagram hashtag that I could create on my own). Could someone point me in a direction how to make this happen? This could also be something like a sing up question where one could check the boxes that apply…

    Some informations on the why: I trie to help friends from an NGO here in Switzerland with an makeshift network to bridge some time until they can raise money for a developer who will take over (so pardon me as I have very limited knowledge). The network will showcase you as a person or organization (basically the same in terms of the website) and show links to other persons or organizations. It is not intended that people create posts and content beyond their initial profile wich should make it easier to start but sometime contradicts a bit the default of BuddyPress i think.

    Thank you all very much for reading and helping and also letting me know if I move my question to a different part of this board.

    /Leo

    diyhobbies
    Participant

    Hi, I am getting error 524 frequently. I am using Olympus theme, Youzify plugin, Cloudflare, and Litespeed Cache.
    Problem with the theme?
    Problem with Youzify?
    or with a hosting company?
    when i contacted the theme developer he blames youzify plugin and the Hosting company

    my site URL is https://buddiesbuzz.com

Viewing 25 results - 1,126 through 1,150 (of 32,561 total)
Skip to toolbar