-
Francisco replied to the question Hide "New Activity Comment" in the forum Boss. theme 8 years, 9 months ago
Dear @vapvarun,
Did you have a chance to look into this matter? I placed the code and nothing changed on my Activity Feed (See attached image above)
Thank you again,
Francisco -
Francisco replied to the question Hide "New Activity Comment" in the forum Boss. theme 8 years, 10 months ago
@vapvarun, great attention to detail. Thanks for noticing that.
Functions.php is now working, but the website still shows “new activity comment” (as attached file).
Would you need a demo login to test it? I would really appreciate you assistance on this matter, even if there is a cost involved, as I understand your time is valuable.
Thanks,
Francisco -
Francisco replied to the question Hide "New Activity Comment" in the forum Boss. theme 8 years, 10 months ago
Attaching error screenshot
-
Francisco replied to the question Hide "New Activity Comment" in the forum Boss. theme 8 years, 10 months ago
Hi @vapvarun,
First of all, thanks for your time and great support.
That code returned me the following error:
Parse error: syntax error, unexpected ‘function’ (T_FUNCTION) in /home/content/47/8963847/html/futebolzinho/wp-content/themes/boss-child/functions.php on line 143I really appreciate your support as I was looking for this solution for…[Read more]
-
Francisco started the question Hide "New Activity Comment" in the forum Boss. theme 8 years, 10 months ago
Dear support, any hints on how to hide a reply from being reposted as “new activity comment”?
If a user posts an update and another one replies, it duplicates the reply into the post’s thread and also posts again as “new activity comment”.
I’ve looked into boss>buddypress>activity and saw “new activity comment” on entry.php but was couldn’t…[Read more]
-
Francisco replied to the question Blog Post Tittle in the forum Boss. theme 8 years, 11 months ago
Solved. For all other users that face the same issue:
1) Add this to custom css:
h1.group-title{
line-height: 0.5;
font-size: 35px;
font-family: “Open Sans”,sans-serif;
}2) Change group-header.php line 24:
From: class=”main-title”
To: class=”group-title”Thank you,
F. -
Francisco started the question Blog Post Tittle in the forum Boss. theme 8 years, 11 months ago
Dear support,
I was trying to prevent the Post Tittle to be shown over the Post Featured Image and added to my custom css:
h1.main-title{
display: none;
}This did solve the issue, however also removed the tittle from my group page. I believe they share the same class.
Any hints in how I can get this done?
Thanks,
Frank -
Francisco replied to the question Bogo multilingual plugin in the forum Boss. theme 9 years ago
Hi @r-padurea and @pallavi, Bogo just messed up my activity page. I even deactivated the plugin and removed files, but now it shows “no activity found” if I click on any filter. Even tried changing themes but it still have the same issue. So issue is not with the theme, but the plugin itself.
Trying to get help from them to know where exactly…[Read more]
-
Francisco replied to the question Item-list-tabs to show all options when logged in in the forum Boss. theme 9 years ago
Hi @pallavi, thanks for your help.
I apologize because I think I didn’t explain my question right. Replacing favorites for likes was a genius move and I like all benefits of the wall plugin.
What I wanted to do is to show the “my groups” filter even if you don’t have a group – “my friends” filter even if you don’t have friends yet – “my likes”…[Read more]
-
Francisco started the question Item-list-tabs to show all options when logged in in the forum Boss. theme 9 years ago
Dear support,
Trying to make my “item-list-tab activity-type-tabs” to show all items after logged in, regardless if there is content or not.
As of now, activity page only shows filter “my groups” if user has a group associated. Same applies for my friends and my likes.
Not sure if this is relevant information, but also have buddywall plugin…[Read more]
-
Francisco replied to the question Distortion of theme in activity page in the forum Boss. theme 9 years ago
If you are comfortable with css, you can kind of play with the .item-list-tabs on a custom.css to patch it. I recommend you using a browser tool such as firefox “inspect element” before any actual coding. Hope this helps.
-
Francisco replied to the question All Activity is gone after changing cover photo in the forum Boss. theme 9 years, 1 month ago
UPDATE: All activity came back after adding new post. Do you believe it could be a one time issue?
-
Francisco started the question All Activity is gone after changing cover photo in the forum Boss. theme 9 years, 1 month ago
Please assist… All site activity is gone after changing group’s cover photo from front end.
futebolzinho.comActivity still shows on wp-admin, but it is gone from the site.
Please advise as site is completely blank now.
Thank you for your prompt assistance.
Francisco -
Francisco replied to the question Group avatar to show side by side on widget in the forum BuddyBoss theme 9 years, 1 month ago
Hi Varun, thank you for you reply.
I just wanted to change they way they look on the theme. Would you know the theme file location?
Thank you again,
Francisco -
Francisco started the question Group avatar to show side by side on widget in the forum BuddyBoss theme 9 years, 1 month ago
Dear support, question about the groups widget and members widget on the boss theme. (Great job on the theme by the way).
How can I make the avatars appear in 3 rows of 4 avatars each line, instead of listing one group/user per row?
Using “inspect element” on firefox, I was able to play with the codes and kind of make it look the way I want,…[Read more]