-
Sol Huebner replied to the question how to upload image to bbpress? in the forum BuddyBoss 3.0 10 years, 12 months ago
-
Sol Huebner replied to the question Front-end inline editing for activity and comments in the forum Requests and Feedback 10 years, 12 months ago
+1
-
Sol Huebner replied to the question Chronology of activities in the forum BuddyBoss 3.0 11 years ago
Hi,
I would be also interested in the code 🙂
TIA
-
Sol Huebner replied to the question Disappointed at the moment in the forum BuddyBoss 3.0 11 years ago
Font Awesome is an icon font that scales great and you can use it in your text and the menus easily like:
<i class="fa fa-check-square-o"></i>
-
Sol Huebner replied to the question 2 columns within page in the forum BuddyBoss 3.0 11 years ago
I tried it with an older version of BuddyBoss and that worked quite well 🙂
-
Sol Huebner replied to the question 2 columns within page in the forum BuddyBoss 3.0 11 years ago
Hi @mairaj,
I hope it works dor you 🙂
-
Sol Huebner replied to the question button share for buddypress in the forum BuddyBoss 3.0 11 years ago
Hi Douzet,
BuddyPress is starting to work on the new 2.0 milestone. Maybe post your idea on the BuddyPress site as proposal 🙂
Kind regards
-
Sol Huebner replied to the question 2 columns within page in the forum BuddyBoss 3.0 11 years ago
-
Sol Huebner replied to the question 2 columns within page in the forum BuddyBoss 3.0 11 years ago
I would consider built in short codes in themes bad practice. Having them in a plugin is the way to go. I will have a look if I can find the plugin I used for that.
-
Sol Huebner replied to the question Broken Themes in the forum BuddyBoss 3.0 11 years ago
Maybe a small thing but you have to install BOTH
buddyboss-3.1.3.zip AND buddyboss-child-3.1.3.zip
and then activate the CHILD. The “child” theme needs the “main” theme to work.
You can then edit the child theme and if there is an update it is more easy to update 🙂
-
Sol Huebner replied to the question User can create slides? in the forum BuddyBoss 3.0 11 years ago
I will redo my server setup and will try it after that again 🙂
-
Sol Huebner replied to the question loading order on mobile view in the forum BuddyBoss 3.0 11 years ago
But be aware that they use the <picture> tag… there is an ongoing discussion about changing that to <figure> as IE (7-9) is making problems… as always 😉 But this is only a small change in the php file if you want to try it.
As I am not that good in CSS which are the “breakpoints” to choose for BuddyBoss?
-
Sol Huebner replied to the question loading order on mobile view in the forum BuddyBoss 3.0 11 years ago
@ricardosalta I had a look at it but I will try Hammy instead 🙂
But thank you for the idea!
-
Sol Huebner replied to the question User can create slides? in the forum BuddyBoss 3.0 11 years ago
It is right that the admin has to “approve” the new slides then but is there a way that I can hide “Slides” in the new menu? I still have only test user as I am working on the forum layout.
I am not yet happy with that as I also want to use BP Group Hierarchy.On top of that I am fighting with Social Articles as I like the idea of the integration…[Read more]
-
Sol Huebner started the question User can create slides? in the forum BuddyBoss 3.0 11 years ago
I have the following problem:
My user is a “contributor”.
Is there an option that only admins can add slides?
-
Sol Huebner replied to the question Problematic font-family CSS entry in the forum BuddyBoss 3.0 11 years ago
Here a small update for the inlcuded FontAwsome 4.x to display on mobile devices:
(maybe it should be included in the theme?)
for now put it in the custom.css
[class^=”fa-“], [class*=” fa-“] {
font-family: FontAwesome !important;
}You have to do this because Wordpress is overwriting every font-family on the mobile view with “Open Sans”… for…[Read more]
-
Sol Huebner started the question loading order on mobile view in the forum BuddyBoss 3.0 11 years ago
I have the following problem:
-
Sol Huebner started the question myCred integrated BuddyBoss! in the forum BuddyBoss 3.0 11 years, 1 month ago
http://mycred.me/about/supported-plugins/buddyboss-theme/
Available Hooks
Points for Wall Updates
Points for Wall Likes
Points for Photo Uploads -
Sol Huebner replied to the question Fontawesome in the forum BuddyBoss 3.0 11 years, 1 month ago
I was away for some time but I think I will give the next version a try on my development server 🙂
Great work so far!
-
Sol Huebner replied to the question Fontawesome in the forum BuddyBoss 3.0 11 years, 1 month ago
Try this in custom.css:
[class^=”icon-“], [class*=” icon-“] {
font-family: FontAwesome !important;
font-weight: normal;
font-style: normal;
text-decoration: inherit;
} - Load More