Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 2,526 through 2,550 (of 31,071 total)
  • Author
    Search Results
  • #277178
    casper99
    Participant

    I think this is an important core-bug, because the bp-nouveau is the new recommended theme and this leads to disrupt the core messaging function.

    Won’t anybody of the developers correct this?

    #277175
    brudderj505
    Participant

    In regards to the specific problem of the user profile photo it has become a secondary problem as I have discovered that I have no navigation bar for the social platform option basically all I have is a plug-in with a fancy back in for blogging that’s about it users cannot navigate to any of the buddypress31 for the morning either. As the administrator because it is set as a widget and I have tried 3 different things and I can’t get the widget to work on any of them…

    In regard to the problem with the user profile cover image when I look at it it desktop mode is still does not fit but at least it’s a little bit better but on mobile devices as I said if somebody takes a profile pic it all you can see in the viewport is maybe their nose or half of their mouth or half of their eye so it’s got a serious problem on three different seems that I’ve tried it on and I got tired of trying anymore I just don’t think you should be that hard it should either work or it doesn’t work… I would ask for a workaround I have considered trying to use some PHP in the editor to fix the problem but I do not understand how the child theme setup works with buddypress31 not sure where to attempt PHP fix and furthermore I have 40 hours a week minimum on brick-and-mortar Administration and I’ve already wasted 80 hours plus over the last 3 weeks screwing around with this document and yeah I’m just trying to run a business

    #277173
    brudderj505
    Participant

    my previous post in regard to this particular website is the fifth revision of this website the first for revisions of this website were all used with auto install and after that I downloaded the entire buddypress31 swear explicitly prohibits Auto install of WordPress with platform like soft pholicious which is what I used to install WordPress the first three times in the first three instances you could not access the sign-up or the registration or the activate page I’ve gone through at least six teams and it did not integrate well with any of them for various reasons some functions woodworking one theme and then other things those functions would break in new functions would work but and nothing was it completely functional… So I had WordPress installed by the it texted DMT to make sure that it was installed correctly through the admin panel MySQL which is what is required for the WordPress in order for buddypress31….
    I am aware that buddypress31 but that does not excuse the fact that there is no core development structure going on to supervise the fluid integration of buddypress31 press WordPress itself is an open source project and It suffers a similar problem…
    open source project in something like science research is incredibly useful cuz you can get hundreds of thousands of subjects to participate but it’s something like complicated software development it has serious pitfalls and downfalls to compensate for those pitfalls and downfalls there needs to be some form of structured end-user resource for immediate specific question and answer… But even before that then needs to be some kind of structured LLC hierarchy type situation that supervises the functionality of the software before it is released to the public…
    In this last paragraph I’m disgusting the business structure that applies to a successful business because that’s what I know as I mentioned in my earlier post I’m only interested in software development to the extent that it makes me money as a businessman and an entrepreneur…
    and I sincerely believe that that is the case for most people that are interested in buddypress as in casual bloggers don’t really have an interest in the social media platform per se

    #277168

    In reply to: Identicon lost

    Prashant Singh
    Participant

    Hi,

    I have tried to generate the same scenario with the default theme(2016) and Legacy Template. Please see: https://screencast-o-matic.com/watch/cF6eryYlWO

    It works fine for me. Can you please check the same with default theme as well as try disabling other plugins except BuddyPress to check if any of them created the issue.

    Thanks

    #277167
    Prashant Singh
    Participant

    Hi,

    I am facing missing members on members page.

    Members gets listed on members page as soon as they login to the site. BuddyPress always shows active members in the directory. Please confirm once if they have ever logged-in or not.

    I have another issue when I tried to add friend from another user profile then I have seen new user friendship request in notifications. I have click on it then I am see “You have no pending friendship requests” error .

    Please try disabling other plugins except BuddyPress and then test once. Also if plugins seems one then try to switch to default theme to see if the issue remains or not.

    Thanks

    #277166
    Prashant Singh
    Participant

    Hi,

    With the following CSS, you can remove the border :

    .bf_field_group.elem-user_pass fieldset {
        border: none;
    }

    and for the element style like email element you have to check there which class is doing that. Because in default theme both the fields look very similar so certainly there must be some theme styling that is getting applied on email box.

    One more thing you can do is, increase the width of password fields using this CSS:

    input#user_pass {
        width: 100% !important;
    }
    
    input#user_pass2 {
        width: 100% !important;
    }

    Thanks

    #277164
    Prashant Singh
    Participant

    Please try those things that Shane mentioned and also please see this video https://screencast-o-matic.com/watch/cF6eYPYl9U where I am using the same theme to test with BuddyPress. You will see that everything looks fine there, so certainly there is anything else that is creating the issue.

    Thanks

    #277161

    In reply to: can’t make groupes

    shanebp
    Moderator

    On this page …/wp-admin/admin.php?page=bp-settings
    Under Group Creation, is box checked for Enable group creation for all users ?

    To find out if the issue is in the theme, try switching momentarily to a WP theme like 2016.

    #277067
    shanebp
    Moderator

    BuddyPress is open source code – not a commercial product, not a hosting platform.
    All work is done by volunteers.

    I have not experienced the issues you mention.

    It can be frustrating to debug.
    You’ve described the issue, but not what you’ve tried to fix it.

    > Buddypress was manually installed by the it text and DMT web hosting
    Why? Why didn’t you just use the auto-installer?

    Have you tried –
    – deactivating mediaPress
    – deactivating any other plugins
    – switching to another WP theme
    – switching template packs via …/wp-admin/admin.php?page=bp-settings
    – using your browser debug tools to see what the css is for profile images

    iow – basic debugging to try and narrow down the possible causes.

    #276969
    lokeshgrover
    Participant

    http://prntscr.com/l1qi93

    I want to remove border shown around password fields and want password field to follow same css as Email ID which is a css for text field. Please guide me which file I need to edit to remove default theme css from this field or if anything I can add in buddyform custom class. Thanks for your help.

    #276942

    In reply to: Identicon lost

    gingerbooch
    Participant

    Hi @prashantvatsh,

    Thanks for your help. I red that link but it seems my problem is different.
    Actually what I want is my user’s gravatar identicon to be restored after the user deletes his custom avatar.
    When my users register, they automatically get an identicon from gravatar (each one is different). When they change this to a custom avatar, and then delete it, their gravatar is not getting back.
    Instead they get no avatar and their cover-image falls above their profile’s navigation links.

    I’m using Heritage default BP theme.

    #276935
    Prashant Singh
    Participant

    Hi,

    Can you please share any screenshot or screen-cast to see what’s actually happening? With the default theme active I am able to see it like this https://prnt.sc/l1f2ty

    May be there is default CSS from theme which is creating issue there.

    Thanks

    #276934
    Prashant Singh
    Participant

    Hi,

    Your theme does not seems to be compatible with the latest versions of BuddyPress. Please ask theme developer once.

    You can also try switching template packs in BuddyPress settings (Settings->BuddyPress->Options) and then in ‘Template Pack’ choose different template. If it does not help the certainly the theme is not compatible with newer versions of BuddyPress.

    Thanks

    #276925
    Prashant Singh
    Participant
    add_action('bp_ajax_querystring','ps_exclude_admin_members',20,2);
    function ps_exclude_admin_members($qs=false,$object=false){
         
        if($object!='members')
            return $qs;
            
        $excluded_user = implode(',',get_users('role=administrator&fields=ID'));
      
        
        $args=wp_parse_args($qs);
        
        if(!empty($args['user_id']))
            return $qs;
        
        if(!empty($args['exclude']))
            $args['exclude']=$args['exclude'].','.$excluded_user;
        else 
            $args['exclude']=$excluded_user;
          
        $qs=build_query($args);
       
       
       return $qs;
        
    }

    Hi,

    Please paste the above code in child theme’s functions.php and test.

    Hopefully, it will help you.

    Thanks

    #276891
    Prashant Singh
    Participant

    Hi,

    It is possible that your theme is not compatible with BuddyPress latest version or there are style conflicts in theme’s style and plugin’s style.

    Thanks

    #276883
    Prashant Singh
    Participant

    Hi,

    Please install and activate this plugin https://wordpress.org/plugins/easy-theme-and-plugin-upgrades/ and then download the zip of BuddyPress plugin from wordpress.org and then on your site go to add new plugin and upload the zip there.

    It will replace the previously existing folder and will add the new one.

    Thanks

    #276880
    Prashant Singh
    Participant

    Hi,

    Please put this code in child theme’s functions.php to disable BuddyPress emails
    add_filter( 'bp_email_use_wp_mail', '__return_true' );

    To mark users auto approve please use this plugin https://wordpress.org/plugins/bp-disable-activation-reloaded/

    Hopefully, this will help.

    Thanks

    #276870
    Prashant Singh
    Participant

    Hi,

    To check that we have to register and login but it seems like you are not using any BuddyPress compatible theme and the CSS of the theme is conflicting with BuddyPress. You can check once by changing the theme to default one. If it is fine then certainly theme’s CSS is creating issue there.

    Thanks

    #276867
    Prashant Singh
    Participant

    Hi,

    It is possible that your theme is not compatible with this version. Try switching to default theme and then check if it works or not. If it works then please report to your theme developers about this issues.

    Thanks

    #276849
    Prashant Singh
    Participant
    #276845
    r-a-y
    Keymaster

    There were some changes in BuddyPress 3.0 to the activation process.

    You’re most likely using a custom theme or you have overriden the activation template.

    View the second point in this thread to fix this:

    BuddyPress 3.1.0 is now available!

    About the email, we updated the email to add the activation code. To see this update, you can reinstall the emails and that should allow your users to copy the activation code. View the first point in the above thread to find out how to do that.

    #276830
    Prashant Singh
    Participant

    I need to check the theme code, have you tried asking in their support forum https://seventhqueen.com/support/ ?

    #276793

    In reply to: Description Groups

    Theunis Coetzee
    Participant

    This workaround was for Buddypress 3.1.0 and in 3.2.0 this issue (bug) was fixed by BP developers. This means if you’re using BP 3.2.0 you’re group description should display correctly without having to modify any of the core BP files or through using a template override in your theme/child-theme.

    I’ve upgraded my BP to 3.2.0 and removed my workaround and my group descriptions display perfectly.

    #276758
    ajuuls
    Participant

    Im trying to make that bp-custom.php and place it in /wp-content/plugins/ folder but when i write any code it makes my site come with the “site not working” error.. it feels like that file only makes it worse?

    Got it from this page:

    bp-custom.php

    #276756
    ajuuls
    Participant

    When i paste it into my theme’s functions.php file makes my site and says “Page not working”.. Dont know where to paste it.

Viewing 25 results - 2,526 through 2,550 (of 31,071 total)
Skip to toolbar