Search Results for 'theme'
-
AuthorSearch Results
-
October 7, 2015 at 3:39 pm #245199
In reply to: Disable Activity Stream Links
William
ParticipantHi @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; }October 7, 2015 at 3:20 pm #245194In reply to: ACTIVITY STREAM TEXT COLOR
William
ParticipantTry adding this to “style.css” in your active theme
#buddypress #activity-stream p { color: #FFFFFF; }October 7, 2015 at 2:43 am #245170In reply to: Admin Bar not showing up
mrjarbenne
ParticipantNo. 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?
October 7, 2015 at 1:51 am #245165In reply to: Admin Bar not showing up
mrjarbenne
ParticipantHave 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.October 6, 2015 at 10:41 pm #245163Topic: Admin Bar not showing up
in forum How-to & Troubleshootingmziebinski
ParticipantHello, 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 websiteOctober 6, 2015 at 4:29 pm #245156Henry Wright
ModeratorWhich theme are you using?
October 6, 2015 at 4:19 pm #245154In reply to: COLOR OF ACTIVITY FORM
Henry Wright
ModeratorTo change the background colour, you’d use the
background-colorCSS property:#element { background-color: #000; }Where
#elementrefers 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.October 6, 2015 at 4:04 pm #245153MidlifeMadness
ParticipantI 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?
October 6, 2015 at 3:55 pm #245151In reply to: COLOR OF ACTIVITY FORM
Henry Wright
ModeratorYou should use your theme’s style.css document to add your own custom styles.
October 6, 2015 at 2:09 pm #245145In reply to: Setting landing page
Henry Wright
ModeratorYou can set the page users are taken to when they log in quite easily with a plugin such as Theme My Login.
October 6, 2015 at 10:35 am #245128Henry Wright
ModeratorBuddyPress 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.
October 5, 2015 at 7:21 pm #245100In reply to: Unable to Upload Profile Picture
webguru13
ParticipantThanks….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…
October 5, 2015 at 6:16 pm #245090In reply to: Buddypress & multisite
ckchaudhary
ParticipantYes 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 🙂October 5, 2015 at 5:37 pm #245087In reply to: Unable to Upload Profile Picture
Henry Wright
ModeratorThe problem might be related to the theme you’re using. Try activating the TwentyFifteen theme to see if you can upload.
October 5, 2015 at 5:09 pm #245085In reply to: Unable to Upload Profile Picture
webguru13
ParticipantTruePixel from My Theme Shop…
October 5, 2015 at 4:49 pm #245084In reply to: Unable to Upload Profile Picture
Henry Wright
ModeratorHi Rhonda
Which theme are you using?
October 3, 2015 at 10:11 pm #245039In reply to: Cannot Deactivate BuddyPress
bkf0
ParticipantI 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:229Simple 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.
October 1, 2015 at 7:17 pm #244983In reply to: Members Page not Loading!
@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/
October 1, 2015 at 6:41 pm #244981ckchaudhary
ParticipantThis 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_'; }October 1, 2015 at 5:50 pm #244975In reply to: Best Theme for Busy Community?
ckchaudhary
ParticipantI’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.October 1, 2015 at 4:22 pm #244973In reply to: List or grid format for members or groups directory
Henry Wright
ModeratorThis could quite easily be theme functionality rather than something that is added to core.
October 1, 2015 at 1:14 pm #244964In reply to: Best Theme for Busy Community?
wecreatehype
ParticipantHey Julia, I use the Boss theme by Buddy Boss for my community. Just launched recently and it seems to be great.
October 1, 2015 at 10:57 am #244957In reply to: BP vs Theme conflict, page blank
Henry Wright
Moderator500 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.
September 29, 2015 at 2:24 pm #244910In reply to: Pagination gives error on buddypress tab
ggsalas
ParticipantHi @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:

This is that I see with
'posts_per_page' => 2,:

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:

—
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” tabSeptember 29, 2015 at 12:35 pm #244904In reply to: Pagination gives error on buddypress tab
danbp
ParticipantI 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)… -
AuthorSearch Results