-
Tec-Tri.be replied to the question Fatel error in the forum Boss. theme 9 years, 7 months ago
I PM’d you login credentials yesterday.
-
Tec-Tri.be replied to the question Migration is just possible on per page basis? in the forum BuddyBoss Media 9 years, 7 months ago
I am in need of this as well. I sent an eMail as referenced above.
-
Tec-Tri.be replied to the question Fatel error in the forum Boss. theme 9 years, 7 months ago
Hi,
I’ve deleted and reinstalled BuddyPress,
I’ve disabled all plugins except for BuddyPress.
I cleared the cache in Firefox,
Open my website and sign in and the error message is still there.What should I try next? I am not a coder but the code I copied looks odd to me.
Note: I am running multisite and I still have BuddyBoss active on…[Read more]
-
Tec-Tri.be started the question Fatel error in the forum Boss. theme 9 years, 7 months ago
I’ve activated the Boss theme today. All seems well except for this error I get when viewing a members page.
Fatal error: Call to undefined function bp_notifications_get_all_notifications_for_user() in /home2/mycommon/public_html/wp-content/themes/boss/buddyboss-inc/theme-functions.php on line 2351
Here is the code:
echo ‘<span…[Read more]
-
Tec-Tri.be replied to the question Last update gave warning… in the forum BuddyBoss Wall 9 years, 10 months ago
Me too. Same error message. Tried completly deleting plugin and reinstalling. No change. Uninstall and reinstall previous version removes error message.
-
Tec-Tri.be's profile was updated 10 years ago
-
Tec-Tri.be started the question Default Editor in the forum BuddyBoss theme 10 years, 4 months ago
Hi, This is probably getting into the realm of custom development but I have two items I’d like to address.
I am using this on a K-8 site. I have almost 223 students and their associated personal blogs. I’d like to reformat the blog and member pages to be a grid rather than a list. I’ve found plugins but they don’t seem to be well written or…[Read more]
-
Tec-Tri.be started the question Slider not working in the forum BuddyBoss theme 10 years, 5 months ago
I’ve recently upgraded and installed both plugins available. Now the sliders on my sites are not showing up. I tried recreating a slider but that didn’t help.
I looked to see if there were any settings in the media plugin I needed to set and noticed this error message:
Fatal error: Call to undefined function…[Read more]
-
Tec-Tri.be started the question Full Post vs Excerpt in the forum BuddyBoss 3.0 10 years, 11 months ago
You once gave me this code to get the full post vs default excerpt.
change on content.php
“<?php the_excerpt(); ?>
to
<?php the_content(); ?>”Of course that is a change on the parent theme which gets overwritten every update.
I took the content.php, made the change and uploaded the full file to the child theme.
Is this a correct way to…[Read more]
-
Tec-Tri.be started the question Color Options in the forum BuddyBoss 3.0 11 years, 1 month ago
I really like the color option – I had my main nav bar changed but the rest became beyond what I could do.
My question: I am using #00a652 for the Navigation Bar. I also like that you have magically adjusted the hover and selected to variations of this color. I would like to stay rather monochromatic; how are the color variations computed for…[Read more]
-
Tec-Tri.be replied to the question remove default widget (2nd request) in the forum BuddyBoss 3.0 11 years, 1 month ago
delete lines 15-19 of sidebar.php
then add this to your custom.css file
.single-post .site-content{width: 100%;}This seems to have solved the issue I was having. I would have liked to use a modification to the child theme without hacking the parent theme but unregistering all the widgets seems like a shotgun approach. I am using some of them…[Read more]
-
Tec-Tri.be started the question remove default widget (2nd request) in the forum BuddyBoss 3.0 11 years, 1 month ago
It’s been over three months. Are we getting any closer to a resolution?
Thanks, Happy New Year, and thank you for the Christmas Update.
How can I remove the default widget. I’ve taken everything out of it but It still nags to add widgets. I know on pages I can use the full page but on post pages I don’t have that opt…[Read more]
-
Tec-Tri.be started the question remove default widget in the forum BuddyBoss 3.0 11 years, 5 months ago
Hi,
How can I remove the default widget. I’ve taken everything out of it but It still nags to add widgets. I know on pages I can use the full page but on post pages I don’t have that option.
Thanks,
-
Tec-Tri.be started the question full post on blog roll instead of truncated post in the forum BuddyBoss 3.0 11 years, 5 months ago
How can I get this:
https://dl.dropboxusercontent.com/u/10026330/Screen%20Shot%202013-08-31%20at%205.30.34%20PM.png
instead of
https://dl.dropboxusercontent.com/u/10026330/Screen%20Shot%202013-08-31%20at%205.46.18%20PM.pngI’ve tried all the settings I can find to toggle it to be full post but can’t seem to find the right trick.
-
Tec-Tri.be started the question admin bar default in the forum BuddyBoss 3.0 11 years, 5 months ago
Is there a line of code I can copy over to the custom.css and comment out to have the admin bar fixed and not give an option to change it?
-
Tec-Tri.be replied to the question format issues in the forum BuddyBoss 3.0 11 years, 5 months ago
1. Here is a link to a screenshot with the forum issue on group pages.
https://dl.dropboxusercontent.com/u/10026330/Screen%20Shot%202013-08-25%20at%203.21.50%20PM.png2. Ok, fair enough, guess I never missed it before. Probably just as well to have the clean “just type a reply” anyway.
3. I was certain that is the first place I tried. Put…[Read more]
-
Tec-Tri.be started the question format issues in the forum BuddyBoss 3.0 11 years, 5 months ago
Thanks for all the work getting plugin compatibility. Seems like that should be up to the plugin author but it did get me to reactivate the theme on my site.
I do have a few issues:
1. Group forums: The editor goes off the right hand side of the blue box.
2. My posts do not even have any editor. The one here on the support site would not be…[Read more]
-
Tec-Tri.be started the question Full Post on home page in the forum BuddyBoss 3.0 11 years, 6 months ago
The last RC version I installed was showing the full post including videos. Now the final release seems to be truncating them. How can I revert it back so it will show the entire post?
-
Tec-Tri.be started the question Remove HTML tags posts and reply in the forum BuddyBoss 3.0 11 years, 6 months ago
Great job on the theme, it shaped up nicely.
I am having trouble getting rid of the “You may use these HTML…”
Previously:
To remove HTML tags from posts and reply screens add:.form-allowed-tags{
display:none;}To buddyboss theme:
_inc
css
default.cssNow I’ve added it to the wordpress css in
buddyboss
css
wordpress.cssThrough trial a…[Read more]
-
Tec-Tri.be became a registered member 11 years, 8 months ago