Search Results for 'theme'
-
Search Results
-
Would love to be able to style Buddypress with Elementor and or Brizy.io instead of using a Theme. I would buy a plugin for this if a developer builds one.
Hi there,
Looking for how to change the number of members displayed in the member loop I ended on this very old topic:
https://buddypress.org/support/topic/change-the-number-of-members-to-be-displayed-per-page/This is obsolete and a better way to do this is now to use a filter in bp-custom.php or the functions.php of your theme as describe in the codex:
So just posting this in an attempt to prevent others to use this old solution.
Especially given that this old way doesn’t work with WP Rocket cache and a logged in user.function my_bp_members_per_page( $retval ) { $retval['per_page'] = 24; return $retval; } add_filter( 'bp_after_has_members_parse_args', 'my_bp_members_per_page' );Regards,
Hello! I am creating a social network with buddypress 5.0 and last wordpress update with the theme went and Seventeen Version: 2.2 and I am creating custom fields and I need to put photo gallery and video in the custom profile fields for the professional profile and the user profile! Is there any way or plugin that can put photo and video gallery? Please help
Topic: post in the profile
462/5000
Hello! I am creating a social network with Buddypress 5.0 with the latest WordPress update! In the Twenty Seventeen Version: 2.2 theme in the user profile that I have created and professional does not allow me to write a post from the profile itself instead of from the start or home page of the social network! How can I do so that both profiles (user and professional) can be written from the profile as or similar to Facebook?Topic: Cannot remove group invites
Hi folks,
we have a private group where a user sent out some invites. The list under “pending invites” (like here: checking for pending invites) offers a “delete” or “remove” button. However, clicking on it won’t remove anything but give the generic error message “Group invitation could not be removed”. This happens with expired invites as well as with new invites.Running on Buddypress 5.0.0 on WordPress 5.2/5.3, additional BP-Plugins Group Email subscription, and the Woffice Theme (nothing special about invitations here, I think).
Is there – besides this screen – any option to remove pending invites to renew an invitation? And: do invitations really expire? At this point I’m not sure it’s a user issue, but I can reproduce the “cannot remove” issue with new invitations as mentioned.
Thanks for any hint!
regards
ekaFor the past week, my site has not being showing subscriber accounts the activity feed. However, it show just fine for admin accounts. I have played with themes, CSS, and plugins to detect the error, but nothing is changing. What could the issue be?
I’m simply just trying to use xprofile_get_field_data with no success inside a child theme.
I have tried so many different things. I’ve tried…
- adding global $bp;
- creating a new instance: $bp = buddypress();
- echo $bp->loggedin_user->id (returns nothing);
- hardcoding data for xprofile such as: xprofile_get_field_data(4,3053)
- include_once to the plugins page that contains the function
- using add_action(“bp_loaded”, “my_function”). (Didn’t fire my function)
- I get “TRUE” if testing if (function_exists(‘xprofile_get_field_data’))
What else can I be doing? Seems simple enough, yet, doesn’t want to work.
Topic: Spams
Hi,
I have a wordpress with Buddy Press and every day i receive a lot of spams.
What can i do to stop them ?
I have an old Buddy Press and WP theme.
Using @mentions in any text box (posts, replies, messages, etc) completely fails to pop up an auto-complete box with member suggestions. From what I’ve seen, this is supposed to be an automatic feature of BuddyPress, but I ain’t got it.
I can only assume that one of my plugins or theme customizations has disabled the feature? Can anyone help me out? It would be an extremely useful feature to have in the community I manage.
Thanks!
WordPress is a free open-source platform that can be accessed by any user and is used for website building and content management that improves your website from personal to global corporate websites. Choose the Best WordPress Hosting is designed to adapt to any platform, it contains wide collection of WordPress themes and plug-ins.
Free WordPress Hosting – They provide free web hosting portal i.e WordPress.com which is completely free but contains some limitation in controls
Shared WordPress Hosting – The multiple websites share the same IP address and the server includes the memory, hard disk space, and bandwidth
Virtual Private Server – They have access to provide certain portion of resources on the server, they allocate resources to VPS users depending on their requirement, at additional charges you can avail extra space and memory
Dedicated Hosting – The server resources are allocated to a single client, you have the access to use hard disk space, bandwidth, speed, security and SEO aspects
Managed WordPress Hosting – They provide specific hosting that provides WordPress based websites, they include CMS update, automatic updation, security, and website performance
The multiple options in WordPress hosting are Shared web hosting, Free web hosting, VPS, Dedicated and Managed Web hosting. The best WordPress improves your SEO and in turn, increases the sales. Choosing the best among many web hosting companies is a big challenge, you need to decide based on the type of website, budget and time.
Hello, we’re using WordPress version Version 5.3, BuddyPress version 5.0.0 and our website is https://www.lightstalking.us. The theme we’re using is called Performag (Version: 1.409).
Two days ago we suddenly started to have this issue regarding posting images in forum threads – our forum participants can’t post images. They can upload them and hit the send button, but the images simply won’t show up in the thread.
The issue is not due to plugin incompatibility because it’s still there even when I disable all the plugins we have.
Let me know if there’s anything we can do to solve this.
Best,
JasenkaTopic: WordPress site user accounts
I am new to web development. I am trying to build a site using wordpress as a cms. As such i want to know whether there is any way to create user accounts, so that people can register with the site and login. We would have an online store and we would like users to be able to save and view orders.
I have seen buddy press, but it only works with some themes. Is there any other option available?