Search Results for 'theme'
-
AuthorSearch Results
-
January 10, 2012 at 1:00 am #127716
In reply to: Sitewide Forums are broken.
John James Jacoby
KeymasterLike @mercime alluded to, it’s safe to assume the integration issues are in your theme.
January 9, 2012 at 9:11 pm #127709In reply to: Register Page Format Issues
@mercime
ParticipantThis is something you have to bring up with the theme developer who also created theme’s own BP compatible template files. Have you checked Suffusion forums? If you encountered this problem, in all probability others have reported it in those forums as well and could already have found some resolution.
January 9, 2012 at 6:53 pm #127698In reply to: Sitewide Forums are broken.
HachiHazuki
MemberIt is a new installation, without plugins, just the Score theme (http://themeforest.net/item/score-review-wordpress-buddypress-theme/703127) wich has been last updated few days ago and without bugs.
Do we have a BP 1.6 Release Date?
January 9, 2012 at 6:32 pm #127696isbul
MemberI do not like lettering and is not needed. The theme is “BP Columns” not exceeding three column buddypress themes.
January 9, 2012 at 6:12 pm #127695In reply to: Sitewide Forums are broken.
@mercime
Participant== I remember when installing forums in BuddyPress was a breeze… ==
The internal bbPress installation, Forums for Groups, is still a breeze. Group Forums are fully integrated with BP 1.5.2. While Sitewide Forums, bbPress 2.0.2, is compatible with BP 1.5.2, full integration will come in BP 1.6 possibly with script to migrate Group Forums to the Sitewide Foruns.As to the errors you are encountering, are these on a relatively new installation? If you change to bp-default theme and deactivate all plugins except BP and bbPress, are the errors still showing up? If so, you might want to report it in Trac. https://buddypress.trac.wordpress.org/
January 9, 2012 at 5:54 pm #127694In reply to: {RESOLVED} Gave up, BUT….
hiresphereadmin
Memberok, thank you!!! But I don’t know how to modify bp-default to look like redline…..I was trying to follow the instructions for the Buddypress theme pack added to a WordPress theme……where can I find the instructions for modifying bp-default?
January 9, 2012 at 5:26 pm #127693@mercime
Participant@isbul do you mean that you want to hide the date when the group was created? Are you using the bp-default theme or child theme of bp-default?
January 9, 2012 at 9:51 am #127687Will
MemberYou’ll need to delete lines 1143 to 1618 from style.css.
It starts with “ @media only screen and (min-width: 768px) and (max-width: 991px)”
January 9, 2012 at 7:15 am #127685Paul Wong-Gibbs
KeymasterBuddyPress doesn’t ship with a mobile theme?
January 9, 2012 at 5:21 am #127681In reply to: How to get Friend Connections working
Memfis
MemberHey Chris thank you for the prompt response. So I found this code:
if ( !is_admin() ) {
// Register buttons for the relevant component templates
// Friends button
if ( bp_is_active( ‘friends’ ) )
add_action( ‘bp_member_header_actions’, ‘bp_add_friend_button’ );// Activity button
if ( bp_is_active( ‘activity’ ) )
add_action( ‘bp_member_header_actions’, ‘bp_send_public_message_button’ );// Messages button
if ( bp_is_active( ‘messages’ ) )
add_action( ‘bp_member_header_actions’, ‘bp_send_private_message_button’ );// Group buttons
if ( bp_is_active( ‘groups’ ) ) {
add_action( ‘bp_group_header_actions’, ‘bp_group_join_button’ );
add_action( ‘bp_group_header_actions’, ‘bp_group_new_topic_button’ );
add_action( ‘bp_directory_groups_actions’, ‘bp_group_join_button’ );
}// Blog button
if ( bp_is_active( ‘blogs’ ) )
add_action( ‘bp_directory_blogs_actions’, ‘bp_blogs_visit_blog_button’ );
}
}and added it to the bottom of my themes functions.php. I had to remove the code though because it crashed the website
January 9, 2012 at 5:20 am #127680In reply to: Buddypress WIDGET THEME
StarRider20
MemberHi Modemlooper, sorry to hear you’ve had a hard time. Your Widget theme is brilliant. I found a bug practically the same day you wrote your announcement. I love your theme and I really want to use it. Can you let me know if you are going to fix that last bug, because I need to know what to do, whether to go ahead with that or find a new one. I’m really hoping to be able to use your Widget Theme, which I love.
Linda
January 9, 2012 at 5:06 am #127678In reply to: How to get Friend Connections working
@ChrisClayton
Participant@Memfis – I notice your using a custom theme (rather than a childtheme of bp-default)
Have you registered the buttons in your functions.php file?
Have a peek through the bp-default functions.php file for the code and copy it into yours.It’ll be something like
`add_action( ‘bp_member_header_actions’, ‘bp_add_friend_button’ );`January 9, 2012 at 12:50 am #127672Austin Nichols
MemberUnless you are using the BP Default theme you are going to need to mod the plugin template(s) file to match your theme page structure (page.php or index.php). Like you may have done with the BP Template Pack Plugin, if that is what you are using.
January 8, 2012 at 11:59 pm #127668In reply to: {RESOLVED} Gave up, BUT….
Austin Nichols
MemberNo.
You need to mod the temple so it has the same header, sidebar and footer as your theme (redline)
‘php
/**
* Template: Page.php
*
* @package RedLine
* @subpackage Template
*/
get_header();
?>[Buddypress Pack template code (remove header, sidebar & footer calls]
php get_sidebar(); ?>
php get_footer(); ?>`The template pack is good for theme developers but its not an easy fix. It will require lots of custom coding and css to look and work right. I think you would be much happier modding the default BP theme. It would only take a little css to get the look of the Redline WP theme.
January 8, 2012 at 7:36 pm #127663r-a-y
KeymasterThis is a template issue.
Open up your /wp-content/themes/YOUR-THEME/groups/single/forum/topic.php template.
Look for this line:
` `And delete it.
Also delete the corresponding “ line.
January 8, 2012 at 2:56 am #127649In reply to: My Buddy Press will NOT let me post a new Topic!
brayjason
ParticipantOkay, I have totally enabled forums for each of my groups I’m testing and I still cannot post a topic no matter what I try or do. I try deactivating all plug ins, using the default theme, uninstalling and reinstalling buddy press and the forums. I have no idea what’s going on
my site is collegeofcatch.orgJanuary 7, 2012 at 11:23 pm #127642In reply to: Add Friend FATAL ERROR
MikeTime360
MemberI am using Sufussion as the theme.
January 7, 2012 at 8:22 pm #127637In reply to: Query statement showed up in Navbar – hideable?
@mercime
ParticipantIt might be a case of a theme that needs to be updated. Change to bp-default theme, clear cache, and check if issue is corrected.
January 7, 2012 at 3:13 am #127579In reply to: Removing tooltip showing the name
r-a-y
KeymasterThere’s two ways you can do this.
1) Filter the avatar output
Try adding the following to your theme’s functions.php.
Disclaimer: Untested!
`
add_filter( ‘bp_core_avatar_title’, ‘__return_false’ );
add_filter( ‘bp_core_avatar_alt’, ‘__return_false’ );
`2) Use javascript
You can also dynamically remove the title and alt text via javascript if desired.January 7, 2012 at 2:58 am #127575In reply to: Private Messaging Error 404
r-a-y
KeymasterSwitch to the bp-default theme to see if you get the 404 error with PMs.
January 7, 2012 at 1:19 am #127562In reply to: Add Friend FATAL ERROR
@mercime
ParticipantWhat theme are you using? Try changing to bp-default theme and see if issue is corrected.
January 6, 2012 at 10:16 pm #127556In reply to: Fatal error installing the Custom-Community theme
Brian Bowman
ParticipantAre you able to sign-in to the backend of your site? As in, http://www.yoursitename/wp-login.php
If you can get in, you should be able to activate your Buddypress theme. Hope that helps.
January 6, 2012 at 4:15 pm #127538In reply to: Private Messaging Error 404
Tristan
ParticipantI recently changed my theme, but was experiencing the same problem on my previous theme BP Columns 1.5.3. Below is what I’m currently running:
Wordpress 3.3.1
Theme:
Frisco for BuddyPress 1.5.04Plugins:
BuddyPress 1.5.2
bbPress 2.0.2
BP-NotificationWidget 1.4
BP-Registration-Options 3.0.3
BuddyPress Moderation 0.1.6
Buddypress Sitewide activity widget 1.1.3.3
Calendar 1.3.1
Email Users 3.4.1
File Gallery 1.7.3
oEmbed for BuddyPress 0.52
U BuddyPress Forum Attachment 1.2.1
Visual Form Builder 1.9.1
WP-FB-AutoConnect 2.2.0
WP-Filebase 0.2.9.10
WP-Polls 2.62
WP Survey And Quiz Tool 2.8.3January 6, 2012 at 7:04 am #127519In reply to: Private Messaging Error 404
Paul Wong-Gibbs
KeymasterWhat theme, and other plugins, are you running?
January 5, 2012 at 11:43 pm #127501In reply to: Change Hyperlink anchor text color
@mercime
ParticipantDo not make changes in bp-default.css as it would be overwritten when you upgrade BuddyPress.
Build a chlid theme of bp-default theme instead – https://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/
-
AuthorSearch Results