Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 5,326 through 5,350 (of 31,073 total)
  • Author
    Search Results
  • #245163
    mziebinski
    Participant

    Hello, I can’t get the BuddyPress admin bar to show up on my site for subscribers (only for the admin). I’m using the Tesseract theme, but I’ve tried the Twenty-thirteen/fourteen/fifteen and other themes too, and it won’t work! Please help!
    My website

    Henry Wright
    Moderator

    Which theme are you using?

    #245154

    In reply to: COLOR OF ACTIVITY FORM

    Henry Wright
    Moderator

    To change the background colour, you’d use the background-color CSS property:

    #element {
        background-color: #000;
    }

    Where #element refers to the form element used in your HTML (the way to target this particular element is theme-dependent). Check out the Getting started with CSS MDN guide for more info on how to write CSS.

    MidlifeMadness
    Participant

    I understand about usernames, that they are unique, can’t be changed and are the names used when logging in. They are basically the account id name. I’m referring to the nickname. For example, when I set up a dummy account, I used the username Wxyz and the nickname wxyz1. In this case, Wxyz1 appeared as the page title (over the photo) and @wxyz1 appeared next to the photo (in my theme). In the profile, I edited the nickname from @wxyz1 to Shirley. Now, the name Shirley appears as the page title of the profile over the photo, but @wxyz1 still appears next to the photo. I don’t know where the @wxyz1 is coming from, because it no longer shows up in the dashboard as username, first name, nickname or display name. Does you know how to change this?

    #245151

    In reply to: COLOR OF ACTIVITY FORM

    Henry Wright
    Moderator

    You should use your theme’s style.css document to add your own custom styles.

    #245145

    In reply to: Setting landing page

    Henry Wright
    Moderator

    You can set the page users are taken to when they log in quite easily with a plugin such as Theme My Login.

    Henry Wright
    Moderator

    BuddyPress uses a Template Hierarchy, just as WordPress does. If you have a copy of activate.php in your theme, BuddyPress will look for it and load that in place of the core template file. See the article for more info.

    #245100
    webguru13
    Participant

    Thanks….appreciate your help…the problem is I like the premium theme I have…it is probably the operator….so let me keep digging because I have caught many things where I said “duh” as I am learning all of this…slowly but surely!! Rhonda….Thanks again…

    #245090

    In reply to: Buddypress & multisite

    ckchaudhary
    Participant

    Yes you sure can use multisite + buddypress( network activated ) to achieve this.
    But merging two existing sites under one multisite will need shuffling things here and there. And as you are saying both websites use multiple themes, things might get tricky 🙂

    #245087
    Henry Wright
    Moderator

    The problem might be related to the theme you’re using. Try activating the TwentyFifteen theme to see if you can upload.

    #245085
    webguru13
    Participant

    TruePixel from My Theme Shop…

    #245084
    Henry Wright
    Moderator

    Hi Rhonda

    Which theme are you using?

    #245039
    bkf0
    Participant

    I ran into the same or similar issue. From my debug logs it appears to be an issue when login with ajax is also an active plugin…these are the two errors that repeat endlessly until there’s a server timeout:

    [03-Oct-2015 22:00:33 UTC] PHP Warning:  current() expects parameter 1 to be array, null given in /var/www/html/_wp/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php on line 223
    [03-Oct-2015 22:00:33 UTC] PHP Stack trace:
    [03-Oct-2015 22:00:33 UTC] PHP   1. {main}() /var/www/html/_wp/wp-admin/plugins.php:0
    [03-Oct-2015 22:00:33 UTC] PHP   2. require_once() /var/www/html/_wp/wp-admin/plugins.php:10
    [03-Oct-2015 22:00:33 UTC] PHP   3. require_once() /var/www/html/_wp/wp-admin/admin.php:31
    [03-Oct-2015 22:00:33 UTC] PHP   4. require_once() /var/www/html/_wp/wp-load.php:37
    [03-Oct-2015 22:00:33 UTC] PHP   5. require_once() /var/www/html/_wp/wp-config.php:106
    [03-Oct-2015 22:00:33 UTC] PHP   6. do_action() /var/www/html/_wp/wp-settings.php:353
    [03-Oct-2015 22:00:33 UTC] PHP   7. call_user_func_array() /var/www/html/_wp/wp-includes/plugin.php:503
    [03-Oct-2015 22:00:33 UTC] PHP   8. LoginWithAjax::init() /var/www/html/_wp/wp-includes/plugin.php:503
    [03-Oct-2015 22:00:33 UTC] PHP   9. LoginWithAjax::getRegisterLink() /var/www/html/_wp/wp-content/plugins/login-with-ajax/login-with-ajax.php:91
    [03-Oct-2015 22:00:33 UTC] PHP  10. bp_get_signup_page() /var/www/html/_wp/wp-content/plugins/login-with-ajax/login-with-ajax.php:270
    [03-Oct-2015 22:00:33 UTC] PHP  11. bp_has_custom_signup_page() /var/www/html/_wp/wp-content/plugins/buddypress/bp-members/bp-members-template.php:1902
    [03-Oct-2015 22:00:33 UTC] PHP  12. bp_locate_template() /var/www/html/_wp/wp-content/plugins/buddypress/bp-members/bp-members-template.php:1885
    [03-Oct-2015 22:00:33 UTC] PHP  13. bp_get_template_stack() /var/www/html/_wp/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php:90
    [03-Oct-2015 22:00:33 UTC] PHP  14. current() /var/www/html/_wp/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php:223
    [03-Oct-2015 22:00:33 UTC] PHP Warning:  next() expects parameter 1 to be array, null given in /var/www/html/_wp/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php on line 229
    [03-Oct-2015 22:00:33 UTC] PHP Stack trace:
    [03-Oct-2015 22:00:33 UTC] PHP   1. {main}() /var/www/html/_wp/wp-admin/plugins.php:0
    [03-Oct-2015 22:00:33 UTC] PHP   2. require_once() /var/www/html/_wp/wp-admin/plugins.php:10
    [03-Oct-2015 22:00:33 UTC] PHP   3. require_once() /var/www/html/_wp/wp-admin/admin.php:31
    [03-Oct-2015 22:00:33 UTC] PHP   4. require_once() /var/www/html/_wp/wp-load.php:37
    [03-Oct-2015 22:00:33 UTC] PHP   5. require_once() /var/www/html/_wp/wp-config.php:106
    [03-Oct-2015 22:00:33 UTC] PHP   6. do_action() /var/www/html/_wp/wp-settings.php:353
    [03-Oct-2015 22:00:33 UTC] PHP   7. call_user_func_array() /var/www/html/_wp/wp-includes/plugin.php:503
    [03-Oct-2015 22:00:33 UTC] PHP   8. LoginWithAjax::init() /var/www/html/_wp/wp-includes/plugin.php:503
    [03-Oct-2015 22:00:33 UTC] PHP   9. LoginWithAjax::getRegisterLink() /var/www/html/_wp/wp-content/plugins/login-with-ajax/login-with-ajax.php:91
    [03-Oct-2015 22:00:33 UTC] PHP  10. bp_get_signup_page() /var/www/html/_wp/wp-content/plugins/login-with-ajax/login-with-ajax.php:270
    [03-Oct-2015 22:00:33 UTC] PHP  11. bp_has_custom_signup_page() /var/www/html/_wp/wp-content/plugins/buddypress/bp-members/bp-members-template.php:1902
    [03-Oct-2015 22:00:33 UTC] PHP  12. bp_locate_template() /var/www/html/_wp/wp-content/plugins/buddypress/bp-members/bp-members-template.php:1885
    [03-Oct-2015 22:00:33 UTC] PHP  13. bp_get_template_stack() /var/www/html/_wp/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php:90
    [03-Oct-2015 22:00:33 UTC] PHP  14. next() /var/www/html/_wp/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php:229

    Simple fix is to deactivate login with ajax, then deactivate buddypress, then activate login with ajax.

    This error might also present itself with other plugins/themes that have custom signup pages.

    #244983
    @mercime
    Participant

    @wecreatehype Have you done any basic troubleshooting like deactivating other plugins except BuddyPress and changing to the WP default theme? Also, do provide more information about your installation so we won’t be chasing ghosts. https://buddypress.org/support/topic/when-asking-for-support-2/

    #244981
    ckchaudhary
    Participant

    This sounds doable theoretically. But i am sure there will be implications 🙂

    abc.com – table prefix wpabc_
    xyz.com – table prefix wpxyz_

    Now in xyz.com, if you want to use buddypress tables of abc.com, go to active theme of xyz.com > functions.php and add the following code: ( untested )

    add_filter( 'bp_core_get_table_prefix', 'bporg_244943_change_table_prefix', 99 );
    function bporg_244943_change_table_prefix( $prefix ) {
        return 'wpabc_';
    }
    #244975
    ckchaudhary
    Participant

    I’d vote for boss theme too. It looks awesome and is specifically built for buddypress network sites.
    http://www.buddyboss.com/product/boss-theme/. You might want to check its live demo.

    #244973
    Henry Wright
    Moderator

    This could quite easily be theme functionality rather than something that is added to core.

    #244964
    wecreatehype
    Participant

    Hey Julia, I use the Boss theme by Buddy Boss for my community. Just launched recently and it seems to be great.

    #244957
    Henry Wright
    Moderator

    500 is a very general error. Try the following:

    • Clear your browser cache
    • Delete cookies
    • Remove all custom code from functions.php or bp-custom.php
    • Activate the TwentyFifteen theme
    • Disable all plugins
    • Check your .htaccess file for errors

    The problem may also result from a file or folder permissions error.

    In truth, 500 errors are very hard to diagnose because they could result from almost anything.

    #244910
    ggsalas
    Participant

    Hi @danbp

    I think I have done the same configuration as you, but don’t work for me. Could be possible thar your code not work with the new version of Buddypress?

    This are my posts:
    all the posts

    This is that I see with 'posts_per_page' => 2, :
    only 2 posts, without navigation

    Before, I have tested with Twenty Thirteen, Now I’m testing with Twenty Fifteen theme.

    I have created a bp-custom.php file on plugins/ folder and deleted my previous plugin.

    The only plugin I have active is Buddypress:
    plugins actived


    I would like to display only one tab with the posts of the displayed user, without subtabs. My goal is remove “My posts” and “My Comments”. I would like to display the posts inside the “Contributions” tab

    #244904
    danbp
    Participant

    I would like to display only one tab… simply remove the code used for comments.
    Have you more than 3 posts (my per_page setting is 3 by “page”), so pagination can show up ? And have you tested with a Twenty theme. I tested succesfully the code on 2012 via bp-custom, not as plugin (if it makes a difference)…

    #244896
    nautinz
    Participant

    Sorry missed these

    1. Which version of WordPress are you running?
    4.3.1

    2. Did you install WordPress as a directory or subdomain install?
    root dir

    3. If a directory install, is it in root or in a subdirectory?
    root

    4. Did you upgrade from a previous version of WordPress? If so, from which version?
    no

    5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting.
    Yes

    6. Which version of BP are you running?
    2.3.3

    7. Did you upgraded from a previous version of BP? If so, from which version?
    no

    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?
    Can I submit this to you privately?

    9. Are you using the standard WordPress theme or customized theme?
    http://themeforest.net/item/porto-responsive-html5-template/4106987

    10. Have you modified the core files in any way?
    no

    11. Do you have any custom functions in bp-custom.php?
    not yet

    12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in?
    WP 4.3.1

    13. Please provide a list of any errors in your server’s log files.
    actually none!

    14. Which company provides your hosting?
    digitalcoean/cloudflare

    15. Is your server running Windows, or if Linux; Apache, nginx or something else?
    nginx

    #244871
    modemlooper
    Moderator

    Read this on overriding BP templates in your theme. https://codex.buddypress.org/themes/theme-compatibility-1-7/a-quick-look-at-1-7-theme-compatibility/

    Basically you’d copy single.php to your theme/buddypress/members/single/messages/single.php keeping the same folder structure

    #244858
    Henry Wright
    Moderator

    are there any guidelines for issue posting?

    Anything that you think may help the core team really. Usually a list of steps describing how to reproduce the problem is super useful. Also, as much info about your setup as you can such as plugins activated, theme, whether you use multisite, which browser you use and so on.

    #244842
    ch1n3s3b0y
    Participant

    @klame – Hey. Yep, it goes in bp_custom.php, though I think you could also put it into your functions.php if you wanted (depends if you want the same functionality if you change theme).

    Keep _member_role as it is. The ‘yourrole’ and ‘myrole’ are the names of your user roles that you created, e.g. ‘subscriber’, ‘administrator’ etc.

Viewing 25 results - 5,326 through 5,350 (of 31,073 total)
Skip to toolbar