Search Results for 'theme'
-
Search Results
-
Hello. I needed to fix a problem on my website romancingrarehearts.com. While doing so, I deactivated and reactivated Buddypress. Then I found that most of my pages were gone. Is there a trash bin that I can get them back from? Or are they unretrievable? I’m using theme Twenty Fifteen, buddypress 14.0.0, and WordPress 6.6.1.
I’m running PHP 8.2, have deactivated all plugins other than BuddyPress, have switched to a default WordPress theme (2023), and have tried BuddyPress 12.2 and 14.0 – and BuddyPress will not send out emails to new members at all.
This includes when they self-register, when admin sends them reminder emails manually, and when registration moderation is used and admin sends them an approval email.
The BuddyPress plug-in itself says that emails are successfully sent, but they do not arrive and (when active) the WP Mail Catcher plugin does not record them as having been sent successfully or having failed: it does not acknowledge them at all.
All other emails from my site work fine when other plugins are active – including 2FA, forgotten passwords and Newsletters. Can anyone suggest what the issue might be, or what next steps I should take to troubleshoot BuddyPress? Thanks.
Hello,
I try for hours to create a function, which will display a small red dot on the nav-bars acitivity stream link, when someone posted something new. Since all users are logged in, it should be possible to work with metadata “last_activity_visit”.
Example screenshot: https://i.imgur.com/eeCvvkj.jpeg
What I tried:
Added below code to themes functions.php. Actually managed to display a red dot, when trying around with the code. But either the dot won’t be displayed at all, or it’s displayed always, even when the user visited the acitivity stream.function track_activity_page_visit() { if (bp_is_activity_component()) { update_user_meta(get_current_user_id(), 'last_activity_visit', current_time('mysql')); } } add_action('wp', 'track_activity_page_visit'); function has_new_activity_posts() { $last_visit = get_user_meta(get_current_user_id(), 'last_activity_visit', true); if (empty($last_visit)) { return false; } $args = array( 'date_query' => array( array( 'after' => $last_visit, ), ), 'max' => 1 ); $activities = bp_activity_get($args); if (!empty($activities['activities'])) { return true; } return false; } function add_red_dot_to_menu_buddypress_activity($items, $args) { if (is_user_logged_in() && has_new_activity_posts()) { foreach ($items as &$item) { if (strpos($item->url, '/activity/') !== false) { $item->title .= ' <span class="red-dot"></span>'; } } } return $items; } add_filter('wp_nav_menu_objects', 'add_red_dot_to_menu_buddypress_activity', 10, 2);Any clue? 🙂
Topic: URL page is blank
I just installed MemberPress for the first time last week. A few years ago, I had tried using BuddyPress and set up a few things, but ultimately went a different way.
When I reinstalled BuddyPress last week, all of my old settings were still there. I’m wondering if that is the reason that this URL page is blank, because I understand that the assignment of pages has changed in the past year or so.
I have tried torubleshooting by deactivating all of my plugins besides BuddyPress and I even reverted to one of the default themes and nothing makes the data appear on the URL page.
Is there a way for me to reset my BuddyPress account so that it takes me through the full install process again? If not that, does anyone have any other ideas why this might be happening?
WP version : 6.6.2
Buddypress : Version 14.0.0
Theme : Boss
(I have checked with Twenty Twelve and it still does not work)
Our Website : https://capexpe.orgWe have been running this website under Byddypress since more than 10 years without any issues. We regularly update to new version without any major issue so far. Thanks a lot for your work.
When we upgraded to 14.0.0, the site still runs fine except when accessing a group, any group, (called “expe” on our site).
Here is an example of on Expe (group) : https://capexpe.org/expes/les-debuts-de-lalpinisme-en-autonomie/
Any idea what I could do to identify and fix what we consider a major issue for us?
Thanks in advance for your help.
Dom
Hello,
Recently I have cloned my website due to plugin and php upgrade. But I had issue with Buddypress plugin and we couldn’t update it. BTW I have updated the plugin from 11.0 to 14.0. it’s seems working fine now. But my only issue is with WPLMS theme student login. when any student login to the dashboard it’s only redirecting to wp-admin and showing an error as you have no access. normall it’s redirecting to the student dashboard but now it’s not working. Still have no clue how to fix it.
Topic: Buddypress with Divi
Backstory: I have a Divi Theme and have added member press to that theme as part of that they have a Buddypress integration.
Problem: whenever I activate the buddy press plugin the formatting of the account page goes weird, the Logo becomes massive the menus all go into a column and it looks awful. Has anyone else had this problem?
When I create a non admin profile I do not have access to notifications, messages, or settings. I can only view profile. When I log in on my admin profile I have access to all of these actions. How can I allow non admin users this access. I have tried disabling plugins 1×1 but still not working. Have also tried changing theme.
Website: https://eshansite6.wpcomstaging.com/
WP version: 6.6
BP Version: 14.0Hello
WordPress version 6.5.5 buddypress v. 14.0.0
Just gorup have a problem
Google webmaster:
Page availability
Page cannot be indexed: Redirect error
URL will be indexed only if certain conditions are met
Discovery
Not checked in live tests
Crawl
Time
Jul 13, 2024, 12:58:21 AM
Crawled as
Google Inspection Tool smartphone
Crawl allowed?
Yes
Page fetch
error
Failed: Redirect error
————————
SSL ok
I can’t see any redirect code…
I changed theme and test it…
🙁🙁🙁