Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 1,826 through 1,850 (of 32,324 total)
  • Author
    Search Results
  • #309268
    shanebp
    Moderator

    Put this in the functions.php file in your child theme or in bp-custom.php
    It will redirect visitors to the home page if they are not logged in and they try to open a member profile or the members directory.

    function seaspray_restrict_members() {
    
    	if ( bp_is_user() || bp_is_members_directory() ) {
    
    		if ( ! is_user_logged_in() ) {
    
    			wp_safe_redirect( home_url() );
    
    			die();
    		}
    	}
    }
    add_action( 'bp_ready', 'seaspray_restrict_members' );
    #309263

    In reply to: Disable BP RSS feeds

    kevinbrands
    Participant

    I’ve checked if this could be because of a plugin or theme conflict. But even with a clean install and the TwentyTwenty theme, it still doesn’t work.

    Removing the feeds like this would be the best way in my opinion.

    Is there any way to update/change this code so it works?

    #309257
    Anonymous User 16484011
    Inactive

    I am not sure about this below tricks helps you or not but just tried it and see. I have same problem in my site 1 years ago and I fixed it after so many days r&d.

    I am using Flatsome theme and it has the option of lazy loading and when I turn on lazy loading the problem appear and by turning off it’s dramatically went away. So, it’s works for me. Hope it might work for you.

    Find lazy loading and similar options to your theme or in your any plugin and let me know if it is worked for you or not ?

    Regards

    #309251
    davidmabelle
    Participant

    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.

    #309244
    coolhunt
    Participant

    @ripulkr

    although BP works with any theme.. i often find myself add too much BP specific CSS tweaks in the customizer

    Im trying to keep things as simple as possible and even with twenty seventeen theme – there are some css tweaks that need to happen.

    it makes sense — simply because WP is “blog first” so most content is goofy on how it renders and presents BP pages.

    As far as I can tell buddyboss is the only game in town that does a great job of having clean design and straighforward code.

    my BP-Theme-wish list

    1) BP first *which focuses on great Activity page presentation, Members Directory Presentation & Great Member profiles.

    2) Mobile First approach would be super awesome. Most people view profiles and not necessarily doing actual “activity” post. So if someone can figure out a great way to render fast and beautiful activity/members-directory/member-profiles that is very readable on mobile it would be super awesoome.

    3) Great use of Menus/Accordions — The way BP works right now on members pages is TERRIBLE on mobile. You have scroll past the cover photo -> then pass the Avatar –> then pass 4 menu items to see any content of the users in the Members Profiles page.

    4) Great use of Member Profile Fields — I think by default as a “2 column table layout” to render the profile fields is not great.

    **I totally understand that the newest release of BP has interesting pre-built options but even with the default twenty-twenty theme it doesnt look great.

    Some thoughts..

    — The username in the profile page when too long looks weird and awkward — using CSS to ‘breakword’ is OK.
    — The Profile Field Name should be studied on how to render that well..
    — The Profile Field entries like (text fields, radial buttos, list, etc..) should have a better readable standard implementation like.. *This one is hard because you dont know the exact uses of each unique BP installs..
    — The Menus should be “slidable” on mobile so that the user doesnt have to scroll all the way down to start reading whats on that persons profile.

    *** It would be great if someone (some BP expert) post an Ultimate BP/CSS guide that shows how to target each of the BP specific elements… without doing theme surgery.. like a cut&paste into the CSS customizer –BONUS if it can include media queries 🙂

    anyway.. rant over..

    #309243
    coolhunt
    Participant

    @sbrajesh

    I think it would be an amazing achievement!
    *Ironically – even – though BP “works” with any theme. 🙂

    Seriously, its a bit of a holy grail to find an official WP theme from WP.org/com that works beautifully with CP.

    Most of the themes out there have a “blog first” approach — which isnt bad — BUT I would love to see a free theme that does the basics of BP extremely well.

    For now.. I typically tend to use Twenty Seventeen Theme.. or try to use @buddyboss if i have cash to spare..

    im deeply bummed that twenty twenty theme doesnt look great using BP

    #309232
    ripulkr
    Participant

    Notice that when you go to page 2 the url does not change. So, after visiting the profile, clicking on back icon loads the main page.
    Ideal way to confirm this bug would be to test it on TwntyNinteen theme.

    #309228
    ripulkr
    Participant

    You can use BuddyPress with any theme.

    #309184
    glouton
    Participant

    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:

    Using bp_parse_args() to filter BuddyPress template loops

    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,

    #309179
    Brajesh Singh
    Participant

    Hi,
    I am not aware of any free theme currently but it is going to change in 2020.

    We are looking forward to change this completely from 15th January onward. We will provide you with multiple free themes(1st releasing on 15th January). I am looking forward to help make BuddyPress experience pleasant and smooth.

    Regards
    Brajesh

    #309178
    Brajesh Singh
    Participant

    Hi
    We are in the process of releasing a free theme for BuddyPress which should compete with any available premium theme on design/quality.

    Since the holidays are here, we are scheduling for 15th January. I am hoping to encourage BuddyPress adoption with our free theme.

    Regards
    Brajesh

    #309175
    coolhunt
    Participant

    Does anyone have a good simple beautiful free theme that just works for BP.
    Im using 2020 on a project and its horrible…

    please please help obiwan save us

    #309169
    #309158
    caaprichos
    Participant

    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

    #309156
    caaprichos
    Participant

    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?

    #309154
    ekadevau
    Participant

    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
    eka

    Ashley Davis
    Participant

    For 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?

    #309140
    shanebp
    Moderator

    You are making some basic mistake.
    You shouldn’t need to create an instance of bp
    Try using the bp_ready hook instead of bp_loaded.
    Instead of $bp->loggedin_user->id use bp_loggedin_user_id() or get_current_user_id()
    You don’t say where you are trying to use it in your child theme.
    Why not use pastebin to share the section of code that is not working?
    Use var_dump rather than echo to see what is really being returned.
    Try your code in bp-custom.php

    Buddy Quaid
    Participant

    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.

    #309124
    Buddy Quaid
    Participant

    Having the same type of issue. I cant use xprofile_get_field_data from the functions.php in a child theme.

    #309123

    Topic: Spams

    in group forum Installing BuddyPress
    yayoiargos
    Participant

    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.

    #309122
    jqcaffeine
    Participant

    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!

    #309121
    ajitraghavan
    Participant

    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.

    bbtrouble
    Participant

    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,
    Jasenka

    #309083
    Noshairwan Khan
    Participant

    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?

Viewing 25 results - 1,826 through 1,850 (of 32,324 total)
Skip to toolbar