Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 6,801 through 6,825 (of 32,561 total)
  • Author
    Search Results
  • #245199
    William
    Participant

    Hi @zabelator

    Try adding this to “style.css” in your active theme

    #buddypress .acomment-meta a, #buddypress .activity-header a, #buddypress .comment-meta a {
        text-decoration: none;
        pointer-events: none;
        cursor: default;
    }
    #245194
    William
    Participant

    Hi @canadianmusicnetwork

    Try adding this to “style.css” in your active theme

    #buddypress #activity-stream p {
        color: #FFFFFF;
    }
    #245170
    mrjarbenne
    Participant

    No. that php tag will need to be at the bottom of the content templates eg: index.php page.php if it’s not there. Depending on the theme you might have a few different templates. There is a hierarchy of which gets loaded first: https://developer.wordpress.org/themes/basics/template-hierarchy/

    So are you saying that with all the plugins except BP deactivated, running the a default (twentyxx) theme, you are still seeing the issue?

    #245165
    mrjarbenne
    Participant

    Have you attempted to deactivate all of your plugins as well to see if there is a culprit there? Usually Adminbar issues crop up if the <?php wp_footer(); ?> tag is missing. Usually this is a theme thing, but on occasion a poorly coded plugin can create a similar error. Given that the issue seems to be role-based, that might indicate it’s a plugin trying to do some funky things based on user-role.

    #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)…

Viewing 25 results - 6,801 through 6,825 (of 32,561 total)
Skip to toolbar