-
Skyrie replied to the question Move Comment Like Box in the forum BuddyBoss Wall 9 years, 6 months ago
@tjchester That was one of the first things I tried. It fixes the problem for sub comments with likes and without, but messes things up for comments that don’t have likes or sub comments. Now I have an extra 6px gap that I can’t remove because I can’t target comments that don’t have likes or sub comments.
The way the like box is positioned makes…[Read more]
-
Skyrie replied to the question Move Comment Like Box in the forum BuddyBoss Wall 9 years, 7 months ago
@tjchester As I said earlier, I’ve tried all of this and nothing works because the like box is under a separate ul. 🙁
The code you gave me adds a border in the wrong place. Even if I add it to the inner like box (see the second image) it doesn’t apply the same gap to sub comments without likes. There’s no way to do this unless I move the inner…[Read more] -
Skyrie replied to the question Move Comment Like Box in the forum BuddyBoss Wall 9 years, 7 months ago
@tjchester No, that didn’t work. Here’s the result of your code, whereas I want a border where the red line is drawn.
-
Skyrie replied to the question Move Comment Like Box in the forum BuddyBoss Wall 9 years, 7 months ago
@tjchester I’m sorry, I actually explained it wrong because of some of the CSS hacks I did. I’ve removed all of the changes I made and this is what I’m left with (picture included).
I want to add a 6px border between the top of the like box and the buttons. The problem is, as I said before, the like box is a separate ul to the comments. If I try…[Read more]
-
Skyrie replied to the question Move Comment Like Box in the forum BuddyBoss Wall 9 years, 7 months ago
@tjchester I’m trying to add a space between the like box and the sub comments on a custom theme. The problem is if I apply the margin to the like box itself then it shows up on liked comments that don’t have sub comments as well, which means that they look odd as they have an unneeded margin. So either I find a way to move the like box to the sub…[Read more]
-
Skyrie started the question Move Comment Like Box in the forum BuddyBoss Wall 9 years, 7 months ago
How do I move the comment like box (acomment-reply-like-content) to the main comments ul? It’s currently called under the parent acomment-options, but that makes it really hard to format.
I’ve included a picture of what I mean. Thanks!
-
Skyrie replied to the question in the forum Skyrie 9 years, 10 months ago
Disregard, I have resolved this. It was in the buddyboss.js file. 🙂
-
Skyrie started the question in the forum Boss. theme 9 years, 10 months ago
What would be the correct way to change the width by which everything changes over to mobile?
I’ve edited the media query in theme-functions.php to change the max and min width, but some functions don’t work. For example, the mobile menu carousel won’t display and you can’t click on the mobile menu icons until the screen goes under 481px, even…[Read more] -
Skyrie replied to the question Unban from Group Option in the forum BuddyBoss theme 10 years, 3 months ago
@thchester You’re right. I’ve raised a ticket on BP: https://buddypress.trac.wordpress.org/ticket/6013
-
Skyrie replied to the question Unban from Group Option in the forum BuddyBoss theme 10 years, 3 months ago
@interglobalmedia Hi Maria, no I’m just talking about normal BuddyPress groups.
-
Skyrie replied to the question Photo upload etc must now be paid for again? in the forum Sales and Billing 10 years, 3 months ago
@jackhansen @denis You might want to wait for an official reply from either @tjchester or @michael, but as far as I am aware nothing has changed. I’ve been with BuddyBoss for a few years now and I’ve not had to buy anything again, I can download both plugins from the My Downloads page. If you still have old versions of the plugins on your computer…[Read more]
-
Skyrie started the question Unban from Group Option in the forum BuddyBoss theme 10 years, 3 months ago
If a user is in a group then the admin can “Kick and Ban” them from that group. However, there doesn’t seem to be any UI option to unban them. I can see references to it in the BuddyPress code, but there isn’t an option for it at the front end.
Is this something that can be added to the BuddyBoss UI?
-
Skyrie replied to the question Permalink Bug in the forum BuddyBoss theme 10 years, 4 months ago
@tjchester Very sorry for the late reply. Yes, I’ve checked. I’ve tried this on a new install on a test server. It’s not that the permalinks don’t link to the right place, it’s that the hyperlink doesn’t show up at all. If I post on the global activity page then the “# days # hours ago” message will be formatted like a hyperlink, but it doesn’t…[Read more]
-
Skyrie started the question "Error getting likes." in the forum BuddyBoss theme 10 years, 4 months ago
I have the message “Error getting likes.” under a comment on my site. This only appears when logged in, when I’m logged out it says “1 person likes this.” instead. Any idea what could be causing this?
-
Skyrie started the question Permalink Bug in the forum BuddyBoss theme 10 years, 5 months ago
For some reason permalinks no longer work for individual activity posts.
-
Skyrie started the question Change Side of Mobile Menu in the forum BuddyBoss theme 10 years, 5 months ago
How would I go about swapping the left and right mobile menus? I’d like to have the account and notifications tab on the right and the menu tab on the left.
-
Skyrie replied to the question No Download to Wall Plugin in the forum BuddyBoss theme 10 years, 6 months ago
@michael @tjchester I updated the beta so it’s okay now. However, I just realized what the problem is. I can download them fine from the My Downloads section, but if I go to the actual View Order page I can’t.
Here’s a screenshot in case you want to look into it:
https://www.dropbox.com/s/o6v4f227hbhfsc9/bug-highlight.png -
Skyrie started the question No Download to Wall Plugin in the forum BuddyBoss theme 10 years, 6 months ago
On the ‘My Downloads’ page I can see BuddyBoss Media and BuddyBoss Wall as options, but if I click on the download link under BuddyBoss Wall it downloads the media plugin instead.
-
Skyrie replied to the question Order of Settings and Photos in the forum BuddyBoss 3.0 10 years, 7 months ago
@tjchester BuddyBoss adds the Photos link above Settings on the profile page and the mobile menu, but on the desktop menu it’s the other way around which seems wrong to me. I don’t know if there’s a better solution than what I did but it seems to work to fix it. I’m a bit OCD when it comes to small things like that. 😛
-
Skyrie replied to the question Order of Settings and Photos in the forum BuddyBoss 3.0 10 years, 7 months ago
If anyone else wants to know, remember to add . and ‘/’ to the end of the function to get it to link to where you want it to go. For example, a link to the Settings page would be:
‘href’ => bp_loggedin_user_domain() . ‘settings/’ - Load More