-
E replied to the question Slider not showing in the forum BuddyBoss 3.0 10 years, 7 months ago
@tjchester That last one did the trick! Thank you!
-
E replied to the question Slider not showing in the forum BuddyBoss 3.0 10 years, 7 months ago
@tjchester I tried it, but unfortunately it didn’t make any difference. I’m still seeing the slider appear whenever I go to a member’s wall.
-
E replied to the question Slider not showing in the forum BuddyBoss 3.0 10 years, 7 months ago
@tjchester I added the above snippet of code to line 11 of buddypress.php that you mentioned. However, I’m finding that the sliders appear on my sitewide activity page AND also the member wall. How can I get the sliders to only appear on the sitewide activity page (which btw is set as my static home page), and NOT appear on the member wall?
Thanks.
-
E replied to the question Drop-down list field title not displaying on mobile in the forum BuddyBoss 3.0 10 years, 8 months ago
I’ve spent hours using trial and error to resolve this on my own. As it turns out, in addition to removing section 2.2, you ALSO have to remove line 173…
populate_select_label();
After removing line 173, my mobile nav menu became functional again.
-
E replied to the question 'Add Photos' Functionality – Inconsistent Behavior in the forum BuddyBoss 3.0 10 years, 8 months ago
I just sent you the link in a PM. Thanks.
-
E replied to the question Drop-down list field title not displaying on mobile in the forum BuddyBoss 3.0 10 years, 8 months ago
A BB feature? Why would you remove the display of a field title for drop-down field types specifically for mobile? The same field title shows up on a PC browser, so I’m not sure I understand the rationale to hide the field title for mobile.
The good news is that your above solution brought back the display of the drop-down field titles on my…[Read more]
-
E replied to the question 'Add Photos' Functionality – Inconsistent Behavior in the forum BuddyBoss 3.0 10 years, 8 months ago
Quick follow-up that I thought might be worth pointing out…
When I mentioned earlier that I contacted my hosting provider yesterday about installing the php exif extension, that was for a site that I recently moved to a VPS. The tech support guy added the php.ini file to my server with the exif extension. (There wasn’t a php.ini in my domain’s…[Read more]
-
E replied to the question 'Add Photos' Functionality – Inconsistent Behavior in the forum BuddyBoss 3.0 10 years, 8 months ago
Yes, I do have the php exif extension installed. I had read in some other threads regarding a similar issue with Add Photos where you mentioned that. So I contacted my hosting provider yesterday and had them ensure that the php exif was setup in a php.ini file. They did that.
I assume, though, that I wouldn’t have been able to upload ANY .jpg…[Read more]
-
E started the question 'Add Photos' Functionality – Inconsistent Behavior in the forum BuddyBoss 3.0 10 years, 8 months ago
I have BB 3.1.9 on a site running WP 3.9.1 and BP 2.0.1.
I’ve encountered inconsistent behavior with the Add Photos functionality. It has been rather frustrating. So I took some time to do some extensive testing with various scenarios yesterday. My hope is that the attached information will help the developers troubleshoot the issues.
I’ve not…[Read more]
-
E replied to the question How to query for top 10 favorited photos in the forum BuddyBoss 3.0 10 years, 9 months ago
Ah, ok! Understood. You’ve definitely pointed me in the right direction for what I’m needing, and that is very much appreciated! I’ll take a much closer look at this over the weekend when I have more time.
-
E started the question Drop-down list field title not displaying on mobile in the forum BuddyBoss 3.0 10 years, 9 months ago
I’ve found what appears to be a minor CSS-related issue that pertains specifically to the user profile field title, when it’s a “drop-down list” field type displayed on a mobile device. The title of the drop-down list field does not display on my iPhone (even though it does properly display on my PC’s browser). I discovered this when I was using…[Read more]
-
E replied to the question displays when using IE9 in the forum BuddyBoss 3.0 10 years, 9 months ago
@tjchester, FYI… I just discovered that your own site also displays the <!–[if IE < 9]> <![endif]–> in the header when I’m using IE9. Thought I’d let you know so guys can update your header file as well.
-
E replied to the question How to query for top 10 favorited photos in the forum BuddyBoss 3.0 10 years, 9 months ago
Thanks for that. But what I ultimately need is a way to determine, on an ad hoc basis, which specific photos/videos have received the most likes. And I may want to vary that count at times… for instance, I may want to query the top 5, top 10, or top 20. This is something I’d want to do on the back-end via a query of the database, and not…[Read more]
-
E replied to the question displays when using IE9 in the forum BuddyBoss 3.0 10 years, 9 months ago
Yes, it does! Thanks for the awesome support you always provide.
-
E replied to the question displays when using IE9 in the forum BuddyBoss 3.0 10 years, 9 months ago
FYI, this thread title was supposed to read as “<!–[if IE < 9]> <![endif]–> displays when using IE9”.
But after clicking the Submit button, the <!–[if IE < 9]> <![endif]–> got stripped away from my thread title. Anyway, just an FYI. 🙂
-
E started the question displays when using IE9 in the forum BuddyBoss 3.0 10 years, 9 months ago
I just recently upgraded my test site to BuddyBoss 3.1.9. When viewing the site in IE9, the following displays at the very top left-hand corner of every page…
<!–[if IE < 9]> <![endif]–>
Is there some code in the header.php file that I can modify to resolve this issue?
-
E replied to the question How to query for top 10 favorited photos in the forum BuddyBoss 3.0 10 years, 9 months ago
Oh, that’s great! Sure, I can definitely wait a week. Appreciate your help!
-
E started the question How to query for top 10 favorited photos in the forum BuddyBoss 3.0 10 years, 9 months ago
I need to perform a mySQL query in order to find out the usernames of people who posted photos/videos that have received the top 10 highest number of Favorites.
In other words, on the Activity page where site members post photos (or embed YouTube videos), I want to obtain a count of the top 10 photos/videos that have been Favorited the most by…[Read more]
-
E replied to the question How prevent friendship status updates on Sitewide Activity page? in the forum BuddyBoss 3.0 10 years, 10 months ago
Well, it’s probably common knowledge to many people on here, but admittedly I’m still somewhat of a newbie when it comes to certain things with WordPress and BuddyPress. 🙂
Anyway, it worked!!! I just needed to move the revised file to the correct folder in my child theme.
Man, I really owe you big time, TJ! Thanks a million! The support you…[Read more]
-
E replied to the question How prevent friendship status updates on Sitewide Activity page? in the forum BuddyBoss 3.0 10 years, 10 months ago
TJ, I really appreciate your time trying to assist. But for some reason, this still does not work for me.
I tried all of the following, but without any success (meaning the friends activity still shows up on the Activity page):
1. I copied the revised activity-loop.php file to my BuddyBoss child theme and placed in the following directory…[Read more]
- Load More