-
shilong started the question Possible bug for fixed menu bar on mobile version? in the forum Boss. theme 9 years, 2 months ago
On mobile version, When I scroll down, on portrait, fixed menu bar is OK. But when the mobile was on landscape, look at the attachment img, the menu bar is not fixed on the top. If I use ipad, the menu bar will not fixed on the top either portrait or landscape mode. How to fixed this?
-
shilong started the question wordpress login-page could not get the image,why? in the forum BuddyBoss theme 9 years, 9 months ago
hello, in my wp-login.php page, the error is
Warning: getimagesize(http://mysite.com/wp-content/uploads/2015/05/cure.png): failed to open stream: HTTP request failed! HTTP/1.1 403 Forbidden in /home1/l2on168/public_html/wp-content/themes/buddyboss/buddyboss-inc/theme-functions.php on line 922How can I fixed this, appreciate! I had check, the…[Read more]
-
shilong started the question wordpress login-page could not get the image,why? in the forum BuddyBoss theme 9 years, 9 months ago
in the wp-login.php page, the error is
Warning: getimagesize(http://mysite.com/wp-content/uploads/2015/05/cure.png): failed to open stream: HTTP request failed! HTTP/1.1 403 Forbidden in /home1/l2on168/public_html/wp-content/themes/buddyboss/buddyboss-inc/theme-functions.php on line 922How can I fixed this, appreciate! I had check, the image is…[Read more]
-
shilong started the question How can I change the buddyboss wall's sub menu name wall to home? in the forum BuddyBoss Wall 9 years, 11 months ago
It good that buddyboss wall change the origianl sub menu name ‘personal’ to ‘wall’ now, but I want to name it ‘home’, how can I do that? Appreciate.
-
shilong started the question Can I create a child folder for the wall_plugin when I need to change something? in the forum BuddyBoss Wall 9 years, 11 months ago
hello, I want to know can I create a child folder for the wall_plugin. Because I need to change buddyboss-wall/includes/wall-class.php On line 530
$where = “WHERE ( $table.user_id = $user_id AND $table.type!=’activity_comment’ AND $table.type!=’friends’ AND $table.type!=’new_member’ AND $table.type!=’new_avatar’ )”;But, after I update each…[Read more]
-
shilong started the question Can I create a child folder for the wall_plugin when I need to change something? in the forum BuddyBoss Wall 9 years, 11 months ago
hello, I want to can I create a child folder for the wall_plugin. Because I need to change buddyboss-wall/includes/wall-class.php On line 530
$where = “WHERE ( $table.user_id = $user_id AND $table.type!=’activity_comment’ AND $table.type!=’friends’ AND $table.type!=’new_member’ AND $table.type!=’new_avatar’ )”;But, after I update each time, I…[Read more]
-
shilong replied to the question using correct CSS code, but could not resize header logo in the forum BuddyBoss theme 10 years, 1 month ago
Thanks for you time. I figure it out. I put img after the code. I paste here in case someone need to resize the logo
.site-header #logo img {
float: left;
height: 30px;
padding-right: 480px;
width: 80%;
} -
shilong replied to the question using correct CSS code, but could not resize header logo in the forum BuddyBoss theme 10 years, 1 month ago
My site is http://ecarehood.com/
thanks for your time. -
shilong started the question using correct CSS code, but could not resize header logo in the forum BuddyBoss theme 10 years, 1 month ago
Hello, I don’t know why I cannot resize the header logo when it was so easy.
I use the code below in the child theme css:.site-header #logo {
float: left;
height: 30px;
padding-right: 480px;
width: 80%;
}
I tried in different browser, it is not catche problem. I don’t think it is…[Read more] -
shilong replied to the question buddyboss wall activity loop filter not working in the forum BuddyBoss Wall 10 years, 1 month ago
You solve my problem! Thank you very much and your time.
-
shilong replied to the question buddyboss wall activity loop filter not working in the forum BuddyBoss Wall 10 years, 1 month ago
Sorry for the confusion. I want to know how to remove New Member and New Avatar Updates from the user’s wall activity stream.
-
shilong replied to the question buddyboss wall activity loop filter not working in the forum BuddyBoss Wall 10 years, 1 month ago
Thanks for reply, I am trying to edit the profile activity stream. It filters out in the Side-Wide Activity and following(I use follower), but only cannot filter out in a user’s profile activity stream (Wall and News Feed) when replace with <?php if ( bp_has_activities( bp_ajax_querystring( ‘activity’ ) . ‘&action=activity_update’ ) ) : ?> on the…[Read more]
-
shilong started the question buddyboss wall activity loop filter not working in the forum BuddyBoss Wall 10 years, 1 month ago
I am trying remove some activity types. So I change the function in activity-loop.php
<?php if ( bp_has_activities( bp_ajax_querystring( ‘activity’ ) . ‘&action=activity_update’ ) ) : ?>
So, it only shows the update activity of the user.It works without buddyboss wall.
However, after I activate the buddyboss wall, it is not working anymore. I…[Read more] -
shilong started the question Buddyboss default avatar buddyboss man is not working in child theme in the forum BuddyPress (general issues) 10 years, 1 month ago
I found out the buddyboss man avatar is not working in childtheme. At the beginning, I was trying to change the default avatar, so I copy and paste the below code from parent theme to my child theme, and I change the image path. It gave me the broken image.
if ( !function_exists(‘buddyboss_addgravatar’) ) {
function buddyboss_addgravatar(…[Read more]