Search Results for 'buddypress'
-
Search Results
-
Hi,
Profile covers and avatar uploads don’t appear to be working on ios devices.
I’ve tested an old ipad and iphone 7.
Clicking the ‘Select a file’ button simply does nothing.
It works find on a desktop with chrome. Also works fine on my android phone.
I’ve added this to my bp-custom.php
if ( wp_is_mobile() ) {
add_filter( ‘bp_avatar_is_front_edit’, ‘__return_false’ );
}This gets it working using the old fallback interface for iphone with the added benefit of keeping the avatar UI in place for desktops.
The above fix doesn’t help with cover images though.
Is there another equivalent filter to disable the avatar UI but for cover images?
Alternatively is there a better solution?
The html for the button seems to be:
<input id=”bp-browse-button” type=”button” value=”Select your File” class=”button” style=”position: relative; z-index: 1;”>
Would it help to simply change this to type=”file”? Something like:
<input type=”file” accept=”image/*” capture=”camera” />
I’ve seen this article referenced:
A good way to shape the future of BuddyPress Attachments is to take care of AvatarsIn that article it mentions camera enabled devices and I can see a screenshot where there is a camera tab. I don’t get this option on my mac with a webcam in either chrome or safari. Do I need to enable this or should it work?
Topic: new group on user’s menu
how can I add to the “groups” tabs on buddypress user’s menu the “add new” feature that is visible at mydomain.eu/groups/create/step/group-details/
And I’m even a likkle bit confused because, the only 2 urls from the user’s tab are:
mydomain.eu/members/userName/groups/
mydomain.eu/members/userName/groups/invites/but where i can find all the groups and may request a membership invitation are links like:
mydomain.eu/groupsthanks for any help
Topic: React js and buddyPress
HI,
I am planing on using React JS for a new theme. Does any one have any experience with this?
Topic: Disable Buddypress filters
Any possible way to disable filters on Buddypress streams of activity or groups or fiends. Like facebook i dont want any filters, and just display all results. Disable filter options from screen
Hi, I’m Andrea from yithemes.com and I need help about a very strange issue between buddypress and our YITH Frontend Manager for WooCommerce plugin.
A customer of us has wrote:
hi,
i’m using buddypress social network in my site, when a vendor is logged in and goes to buddypress members page, it’s her woocommerce my-account page displayed.
view that url for issue : http://recordit.co/aSy8SWtp31I have tried to replicate it in my local environment but without success. Anyone can help me ?
Thanks
Have a nice dayAndrea
Hi,
I’m using BP 2.8.2, WP 4.8.
My (temp) website is demo.vsenashi.com it’s in Russian.
I’m not getting BP notification emails. Registration is half WP and half BP, so I get emails, but all other activity BP notifications (messages, comments and new activity) – nothing.
I have already checked spam folder.
I tried Check Email plugin – sends emails.
I tried WP mail SMTP plugin – not working with SMTP, but working with PHP mail(). So I configured this option and still no email notifications.What can I try to do to solve the problem? I saw many topics about it, but most of them still not solved.
Wordpress 4.8
Buddypress 2.8.2
Theme Themify UltraIs there a buddypress customization plugin?
How do I customize buddypress templates with themify ultra? (profile,groups,etc)
How do I hide certain users from the members list?
How do I allow users to control privacy? (profile,albums,post)
What are the most popular(most used) buddypress? (wordpress doesn’t work well with too many plugins.)
Any step by step tutorials in english?(youtube) It’s easier to learn when I can see it.
Why doesn’t Buddypress.org have an official youtube channel?Hey guys,
I need urgent help.
So I installed buddyPress on a completely fresh install of wordpress on twenty sixteen theme.
There are no other plugins present except buddypress.
I have done a completely fresh install of wordpress just to make buddypress work but it didn’t.
When I visit BP pages, I just get a blank page inside the theme.
I am running locally on wamp and not able to figure out anything.
Please helpTIA
Hi, I am struggling to get a profile page as it shows 404 error. Also notification and other profile related pages show 404 error. Have deactivated all plugins to test if any code conflict but that also didn’t resolve the issue.
Links to pages:Profile page
Activity:profile activity
Notification:notificationAll other pages related to profile that showup on right corner when the member is signed in show 404 error.
wordpress version:4.8
Buddypress version:2.8.2
Also have installed bbpress:2.5.12
Wordpress Theme: customizr child themePlease help and thanks in advance.
Sorry I post this here because I had no answer in the section Installing BuddyPress
Hello,
I cannot upgrade my website to buddypress 2.8.0 or above versions because of code error 500 in the subsites. I had to downgrade it to 2.7.4…
Wordpress 4.7.2.
Buddypress 2.7.4.
Main site is http://www.jugaralsquashenmadrid.com and subdirectories /madrid and /madridsur
Thanks in advance for taking a look at it!
Cheers
Hugo
Topic: Profile page not found
Hello,
I recently updated to the latest WordPress and just installed BuddyPress for the first time on this install.I did try reverting back to a theme like the: Twenty Twelve, etc!
All BuddyPress pages seem to working like they should except when trying to view a profile. My admin profile has a space in the name and my other account has no spaces. So when I view or try to view my admin profile page it comes up with page not found, my other user account however works fine. Is this a bug with the current version of BuddyPress?
Here is a link to our members page:
http://site.ihearcu.com/members/ – Just visit this link and try to click on Mike M’s name which should return the page not found, then try mmjr2000 which then does work.
Admin user is: Mike M – This account return page not found.
Regular user is: mmjr2000 – This account works when viewing it’s profile.What would cause this issue?
Thanks