Search Results for 'theme'
-
Search Results
-
Topic: Always stuck in “loading”
Hi,
I have installed buddypress but actually I always get a “Loading the group updates. Please wait.” message.
This is preventing me and users in creating activity under the group.
How can I fix this?
I use OceanWP as theme.
website is liquoriconsulting.com
Thanks,
FedericoHello. I’m using WP version 6.3.1 and BuddyPress version 11.3.1. My site is https://romancingrarehearts.com And I’m using the Twenty Fifteen theme.
Is it normal that when my members edit their profile page, such as changing the text in their TELL US ABOUT YOURSELF box, they must sign out and back in in order for the update to be successful? I’ve had my website for years and I don’t remember that being the case.
Thanks for your help.
Hi,
I have a website (website 1) and I want to migrate the users to another site (website 2).
Reason behind this migration are two. 1. I am going to change the domain name 2. Theme developer changed few plugins and old theme in website 1 is breaking while updating the plugins. So I have installed the updated theme in website 2.
Can I do this by migrating php data from website 1 to website 2?
I am missing the buttons seen on this article https://codex.buddypress.org/administrator-guide/messages/
When I was working on it and trying it out, they popped up once, but I can’t get them to come up again.
I am using generatepress theme not sure why I would see them once but not again. How do I get those buttons back?
my website is inspireherpossibilities.com
I am using Buddypress Legacy.
Topic: Comment field is crazy
“Good day, On April 3, 2022, I purchased the Kentha – Non-Stop Music WordPress Theme from Envato. A few days ago, I also acquired the Youzify (formerly Youzer) – BuddyPress Community & WordPress User Profile Plugin. However, there seems to be an issue with your theme that appears to require your assistance to resolve. The problem lies in the incompatibility between the theme and the standard BuddyPress functionality, as indicated by the Youzify plugin. The problem we are experiencing is as follows: Whenever I try to leave a comment, the page automatically scrolls upwards and does not allow comments to be posted. To explain what Youzify is, it’s a social network plugin built on the foundation of Facebook. It enables users to post, like, and comment on content. The issue is that users are unable to leave comments. Here is an excerpt from the message from Youzify: ‘Yes, that’s exactly what I mean. The comment problem arises between your theme and BuddyPress, not between Youzify and BuddyPress. I would like to help, but the issue is beyond our control. Could you please contact the theme developer and report this matter to them? BuddyPress is an open-source plugin used by over 100,000 active users. I believe it’s important for them to address this incompatibility between their theme and BuddyPress. If they require any assistance from our end, we are here to help. I have reactivated Youzify on your website.’ I hope this helps.” http://www.carlclarks.com
WordPress : 6.3.1
BuddyPress : 11.3.1
Youzify : 3.3.9Dear users,
Since +/- 1 month the ‘Load More’ option on the activity page doesn’t work. On mobile (iOS and Android) nothing happens, and on Google Chrome first nothing happens and then a browser error occurs “The page doesn’t reply, would you like to wait or close”.
The “Load More” on other pages (user activity, etc.) works.
Using a lots of plugin which makes it hard for me with my knowledge to understand where it comes from. A new wordpress + buddypress + standard wp theme works fine.
My questions are:
– Is it possible to have pagination on the activity wall stream page but keep the other pages as they are for the timebeing?
– How can I debug where the error comes from?Regards
I am giving here the function. When I try this on localhost its working but on a previous developed site where I am working here is also have the function but it is not working. can you please help me? There has same themes and same plugins on 2 place. maybe its code conflict. can you please tell me where from the function is called? here are 2 screenshots also.
function bp_nouveau_theme_cover_image( $params = array() ) {
if ( empty( $params ) ) {
return ”;
}// Avatar height – padding – 1/2 avatar height.
$avatar_offset = $params[‘height’] – 5 – round( (int) bp_core_avatar_full_height() / 2 );// Header content offset + spacing.
$top_offset = bp_core_avatar_full_height() – 10;
$left_offset = bp_core_avatar_full_width() + 20;if ( ! bp_is_active( ‘activity’ ) || ! bp_activity_do_mentions() ) {
$top_offset -= 40;
}$cover_image = isset( $params[‘cover_image’] ) ? ‘background-image: url( ‘ . $params[‘cover_image’] . ‘ );’ : ”;
$hide_avatar_style = ”;// Adjust the cover image header, in case avatars are completely disabled.
if ( ! buddypress()->avatar->show_avatars ) {
$hide_avatar_style = ‘
#buddypress #item-header-cover-image #item-header-avatar {
display: none;
}
‘;if ( bp_is_user() ) {
$hide_avatar_style = ‘
#buddypress #item-header-cover-image #item-header-avatar a {
display: block;
height: ‘ . $top_offset . ‘px;
margin: 0 15px 19px 0;
}#buddypress div#item-header #item-header-cover-image #item-header-content {
margin-left:auto;
}
‘;
}
}return ‘
/* Cover image */
#buddypress #item-header-cover-image {
min-height: ‘ . $params[‘height’] . ‘px;
margin-bottom: 1em;
}#buddypress #item-header-cover-image:after {
clear: both;
content: “”;
display: table;
}<b>#buddypress #header-cover-image {
height: ‘ . $params[‘height’] . ‘px;
‘ . $cover_image . ‘
}</b>#buddypress #create-group-form #header-cover-image {
position: relative;
margin: 1em 0;
}.bp-user #buddypress #item-header {
padding-top: 0;
}#buddypress #item-header-cover-image #item-header-avatar {
margin-top: ‘ . $avatar_offset . ‘px;
float: left;
overflow: visible;
width:auto;
}#buddypress div#item-header #item-header-cover-image #item-header-content {
clear: both;
float: left;
margin-left: ‘ . $left_offset . ‘px;
margin-top: -‘ . $top_offset . ‘px;
width:auto;
}body.single-item.groups #buddypress div#item-header #item-header-cover-image #item-header-content,
body.single-item.groups #buddypress div#item-header #item-header-cover-image #item-actions {
margin-top: ‘ . $params[‘height’] . ‘px;
margin-left: 0;
clear: none;
max-width: 50%;
}body.single-item.groups #buddypress div#item-header #item-header-cover-image #item-actions {
padding-top: 20px;
max-width: 20%;
}‘ . $hide_avatar_style . ‘
#buddypress div#item-header-cover-image h2 a,
#buddypress div#item-header-cover-image h2 {
color: #FFF;
text-rendering: optimizelegibility;
text-shadow: 0px 0px 3px rgba( 0, 0, 0, 0.8 );
margin: 0 0 .6em;
font-size:200%;
}#buddypress #item-header-cover-image #item-header-avatar img.avatar {
border: solid 2px #FFF;
background: rgba( 255, 255, 255, 0.8 );
}#buddypress #item-header-cover-image #item-header-avatar a {
border: none;
text-decoration: none;
}#buddypress #item-header-cover-image #item-buttons {
margin: 0 0 10px;
padding: 0 0 5px;
}#buddypress #item-header-cover-image #item-buttons:after {
clear: both;
content: “”;
display: table;
}@media screen and (max-width: 782px) {
#buddypress #item-header-cover-image #item-header-avatar,
.bp-user #buddypress #item-header #item-header-cover-image #item-header-avatar,
#buddypress div#item-header #item-header-cover-image #item-header-content {
width:100%;
text-align:center;
}#buddypress #item-header-cover-image #item-header-avatar a {
display:inline-block;
}#buddypress #item-header-cover-image #item-header-avatar img {
margin:0;
}#buddypress div#item-header #item-header-cover-image #item-header-content,
body.single-item.groups #buddypress div#item-header #item-header-cover-image #item-header-content,
body.single-item.groups #buddypress div#item-header #item-header-cover-image #item-actions {
margin:0;
}body.single-item.groups #buddypress div#item-header #item-header-cover-image #item-header-content,
body.single-item.groups #buddypress div#item-header #item-header-cover-image #item-actions {
max-width: 100%;
}#buddypress div#item-header-cover-image h2 a,
#buddypress div#item-header-cover-image h2 {
color: inherit;
text-shadow: none;
margin:25px 0 0;
font-size:200%;
}#buddypress #item-header-cover-image #item-buttons div {
float:none;
display:inline-block;
}#buddypress #item-header-cover-image #item-buttons:before {
content:””;
}#buddypress #item-header-cover-image #item-buttons {
margin: 5px 0;
}
}
‘;
}i used buddypress version 11.3.1
i used aardvark theme
8.1.10 php versionthe error text is in feature groups
img link =”https://drive.google.com/file/d/1B-0LZXvzA3Sg8SEC-4YGQPPaQG_MIrzu/view?usp=sharing”the line code where the error is located
line code img =”https://drive.google.com/file/d/1SGPg7WoSh2DhAmap2JsKtO9Y_2Pak6un/view?usp=sharing”i already test and the cause of the error is in bbpress plugin and buddypress plugin
Hi,
Am using the Masterstudy theme on my website https://wordpress-934614-3855889.cloudwaysapps.com/, I did activate the Buddy Press Plugin on my website. I created some users and member types, but cannot assign them to the member types I created for them.so what should I do to fix this?
Hi
I would like to hide the two columns in the members directory: role and activity as this is not interesting on our intranet.
Here’s the link to a screenshot: https://tinyurl.com/22pahgnt so the column ‘Rol’ (=role)(Beheerder = Administrator) and ‘Activiteit’ (=Activity) should be hidden.
How can I hide this? Can’t find it in the theme options of Woffice.
Thank you!
Topic: Email Placeholders
WordPress 6.3 Multi-Site Network with BuddyPress Version 11.3.1
Site: https://kamito.org/
Theme: Twenty Twenty-Three (generic)Placeholders are not working in > Emails > All Emails
To replicate, register a new user(1) check the “Recipient has registered for an account” email >
the subject line is showing: “[] Activate your account” instead of displaying the site.name instead of the brackets.(2) check the “Recipient has successfully activated an account.” email >
the subject is showing: “[] Welcome!” instead of displaying the site.name instead of the brackets.
(2a) click on the ‘profile’ link inside the email and the ‘this page’ link you’ll see what I mean with this error. Links in system generated emails seems like adding “%7B%7B%7B” to the URL or “http://” infront of the URL(3) check the new user email again, WordPress continue to send their own “Welcome Email”