Search Results for 'theme'
-
AuthorSearch Results
-
October 6, 2015 at 10:41 pm #245163
Topic: 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)…September 29, 2015 at 2:40 am #244896In reply to: Slug Conflict (/search/) with Buddypress
nautinz
ParticipantSorry missed these
1. Which version of WordPress are you running?
4.3.12. Did you install WordPress as a directory or subdomain install?
root dir3. If a directory install, is it in root or in a subdirectory?
root4. Did you upgrade from a previous version of WordPress? If so, from which version?
no5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting.
Yes6. Which version of BP are you running?
2.3.37. Did you upgraded from a previous version of BP? If so, from which version?
no8. 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/410698710. Have you modified the core files in any way?
no11. Do you have any custom functions in bp-custom.php?
not yet12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in?
WP 4.3.113. Please provide a list of any errors in your server’s log files.
actually none!14. Which company provides your hosting?
digitalcoean/cloudflare15. Is your server running Windows, or if Linux; Apache, nginx or something else?
nginxSeptember 28, 2015 at 2:56 pm #244871In reply to: Editing the Single Message Template
modemlooper
ModeratorRead 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
September 27, 2015 at 11:32 pm #244858In reply to: Lost Password not working
Henry Wright
Moderatorare 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.
September 27, 2015 at 7:39 pm #244842In reply to: Setting User Role During Custom Registration
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.
-
AuthorSearch Results