Search Results for 'change buddypress menu'
-
AuthorSearch Results
-
September 18, 2012 at 2:11 am #1419869087877Inactive
@modemlooper Thank you again! Will you please notify me when its available since the plugin search here is not functioning properly. A link to the WordPress repo will be appreciated! Thanks!
September 16, 2012 at 10:12 pm #141828In reply to: how to add a link only viewable to user’s profile?
@mercimeParticipant@artxx on the link to profile page, you add the code yourself https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/adding-dynamic-link-to-main-menu-item/
Or use https://wordpress.org/extend/plugins/buddypress-profile-menu/ if you’re using bp-default or child theme of the BP Default theme.
As for incorporating jQuery Edit in Place plugin with members’ profile pages, that’s beyond the scope of the forums. You’d either have to code it yourself and/or post it in jQuery forums or stackexchange.com where a volunteer may be available to assist you or hire a developer to do so.
September 9, 2012 at 5:46 pm #141324@mercimeParticipant@bibliata I believe there’s a misunderstanding here. You should not be changing anything within the bp-default theme in /wp-content/plugins/buddypress/bp-themes/bp-default/
If you want to revise the bp-default theme, you should create a child theme https://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/
BP Columns is already a child theme of bp-default theme. If you want to make any style changes in this child theme, the simplest thing to do there is add your new styles at the bottom of custom.css file and back it up since it will be overwritten when it’s upgraded. Or, you can create a new css file e.g. mystyles.css in BP Columns theme folder to add your new styles to, then open up style.css file and add
`@ import url( mystyles.css );`
under `@ import url( custom.css );`
(remove the space between @ and import when you do this)If you’re using Firefox, install the Firebug add-on to help you ID what elements need to be changed.
And, as I’ve mentioned in the other post, you can use a WP theme which approximates the layout you need and install the BP Template Pack plugin. For reference, we have a list of “bp-template-packed” WP themes, free and premium @ https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/#template-packed-wordpress-themes
August 25, 2012 at 12:21 pm #140196In reply to: Change Link on Profile Menu
Austin NicholsMemberThis lets you change the default tabs (tab that is open when clicking on a profile link etc.).
https://buddypress.org/community/groups/buddypress-extended-settings/
August 18, 2012 at 5:54 pm #139727In reply to: How can i change menu “Home” text to image icon.
Prince Abiola OgundipeParticipant@modemlooper, the main top menu nav of my site, i want to use icon instead of word “Home”. i know i have to give it class before i can style it but i dont know which file i can find nav bar as it is not in the header.php
Regards
August 18, 2012 at 4:29 pm #139722In reply to: How can i change menu “Home” text to image icon.
Prince Abiola OgundipeParticipant@RogerCoathup, i have no problem with the css aspect of it, but i need to give the link a class to be able to style it . because its part of WP Nav. see below
`
false, ‘menu_id’ => ‘nav’, ‘theme_location’ => ‘primary’, ‘fallback_cb’ => ‘bp_dtheme_main_nav’ ) ); ?>`
August 16, 2012 at 2:20 am #139569In reply to: Menu bar completely gone after update
@mercimeParticipant== and now our menu bar has disappeared altogether ==
@stuart-elliott is this happening for logged-in/logged-out users?
Some thoughts:
– Go to Settings > BuddyPress -> Settings -> Main Settings and make sure that you have checked ” Show the Toolbar for logged out users “
– Change to bp-default theme and check if issue is resolved. If so, it’s very likely a theme issue. Know that Themekraft will be updating the Custom Community theme next week if not sooner.August 11, 2012 at 3:48 am #139121In reply to: How to change navigation order in profile menu
9087877Inactive@modemlooper lol! I should know this already! I have your awesome plugin installed on multiple localhost testing sites. Thanks for the reminder!
August 11, 2012 at 3:28 am #139120In reply to: How to change navigation order in profile menu
August 6, 2012 at 6:55 pm #138519In reply to: Customize the Buddypress “My Account” Menu
Tammie ListerModeratorIf you want to change text you can fairly easily using this method outlined in the codex: https://codex.buddypress.org/extending-buddypress/customizing-labels-messages-and-urls/
August 5, 2012 at 6:14 pm #138436@mercimeParticipant== hanging the name of the Register page in wp-config.php ==
@falcott that’s no longer needed with this version.
1. Delete the code to change register name in wp-config.php
2. Create a new page with the name/slug of the register page e.g. Join
3. Go to dashboard menu BuddyPress > Pages and look for the “Register” line and choose the Join page in select dropdown and save.
4. Go to yoursite.com/join to check.August 5, 2012 at 6:14 pm #138435@mercimeParticipant== hanging the name of the Register page in wp-config.php ==
@falcott that’s no longer needed with this version.
1. Delete the code to change register name in wp-config.php
2. Create a new page with the name/slug of the register page e.g. Join
3. Go to dashboard menu BuddyPress > Pages and look for the “Register” line and choose the Join page in select dropdown and save.
4. Go to yoursite.com/join to check.July 14, 2012 at 5:50 am #137294In reply to: How do I get rid of this and add this….
@mercimeParticipant== Remove Community ==
@stevenz It’s one of two things, at least.
1. Custom menu has not been configured, a page named “Community” was created and then made the Parent Page of the “Members” page. So delete the “Community” page in dashboard.
2. In Appearance > Menus, you made a custom menu and placed Members page under Community
== add a sign in widget on the left side? ==
Left side of what? Doesn’t that theme have an options panel where you can opt to change which sidebar appears on which side?
July 13, 2012 at 3:54 am #137226AsynapticParticipant@frank13 I followed the instructions of @mercime and changed my “Name (required)” to Asynaptic (from Synaptic)… ??! nothing changed
I still can’t find a way to see all my posts or replies – the link still just 301’s
to clarify, going here to attempt to view the topics you’ve started (once logged in):
https://buddypress.org/community/members/synaptic/forums/topics
301’s to this URL
https://buddypress.org/community/members/synaptic/forums/????????????????????????????????????????????????????????????????????
EDIT: apparently you can see a list of yours and others posts/replies here
https://buddypress.org/community/members/frank13/
or
https://buddypress.org/community/members/USERNAME
But there are 2 caveats, the previous link I provided should show you this since that is what the menu selection says “Forum>Topics Started/Replies/Favorite Topics” but for some reason it doesn’t, go figure (dogfood)
Second, only the posts and replies that you made after making the “Name (required)” change are shown, anything you may have written previous to the change will not be shown
July 9, 2012 at 8:47 am #136992Hugo AshmoreParticipant@djpaul this is a extremely vexing issue been backwards and forwards over the menu settings all I can establish is there appears an issue with ‘network true’ so have removed that altogether but still have plugin feature on both plugin screens, add_action(network_admin_menu, $function) just doesn’t appear to work regardless of changes I make i.e simplifying things right down with no if/else choices, I used if bp_core_admin_hook falling back to add_action(network_admin_menu) or (admin_menu) I get no menus even in site_admin, the only way I can get settings screen to appear is to comment out everything bar add_submenu_page and add_action(‘admin_menu’
Not sure where to take things from here other than to try and remove all mentions of netwok settings and be done with it.
June 22, 2012 at 3:20 am #136217In reply to: I’m not getting a register button or page.
@mercimeParticipant== no registration page and have membership enabled. ==
@labeshops You need to enable Registration in dashboard menu Settings > General== Also noticed I get errors trying to change the avatar – says there was an error cropping it, please try again.==
1. Trying to change the avatar –> you mean you were able to upload and crop avatar before?
2. Are you able to upload and crop images in Pages > Add New or Posts > Add New panel?
3. Is this a new installation or did you upgrade from previous versions of BP/WP?June 18, 2012 at 7:12 am #135987In reply to: sign up error page
chennareddyaMemberEarlier also i had some wordpress sites under localhost, i kept default permalink. If i tries to change to other, it give error page. So i never tried to change it. Now in this case also, i kept default option for permalink. Whether i change it or not buddypress tool-bar menu items redirecting to error page.
Thanks,
ChennaJune 18, 2012 at 5:25 am #135976@mercimeParticipant== After installed the Randy Candy Child Theme, the menu show each page 2 times and don’t show the footer widgets.==
Randy Candy Child Theme has not been updated for some time already. There are some changes which need to be done on the header.php and footer.php.
== BuddyPress Group Live Chat ==
As noted on plugin page in WordPress extend, that plugin has been tested on BP 1.2.8. It has not been updated for BP 1.5+
June 15, 2012 at 5:36 pm #135853@mercimeParticipant== The extra classes are gone now, but the menu is still showing up as a bullet list. ==
The menu was never rendered as bullet list so I don’t understand what you mean that it “is still showing up as bullet list.” The latest version of Frisco theme is version 1.5.04 so do make sure that’s the version you’re using.
Also, make sure that you didn’t delete anything from the navigation menu in your theme’s header.php. You can compare it with theme’s original header.php file – https://themes.svn.wordpress.org/frisco-for-buddypress/1.5.04/header.php
If you made any changes to the stylesheet, then re-upload theme’s original style or copy over . https://themes.svn.wordpress.org/frisco-for-buddypress/1.5.04/style.css
June 15, 2012 at 3:48 pm #135838In reply to: Change Buddypress theme?
@mercimeParticipantFirst of all, since you’re new to BuddyPress I suggest that you use the bp-default theme during Installation Wizard or later via dashboard menu Appearance > Themes while you’re setting up and exploring the different BuddyPress components available in your installation.
== Now I cannot go back and select the correct theme to integrate BP with my WP theme. ==
Just go to dashboard menu Appearance > Themes and choose the theme you want to use in your installation. If you’re going to use a WP theme for the BP install, know that you need to install/activate BP Template Pack plugin as well and go through Appearance > BP Compatibility process.
June 15, 2012 at 11:27 am #135829In reply to: sign up error page
chennareddyaMemberi have been working in localhost URL is like: http://abcdev.arn/dcomm (i installed wordpress under this folder, and i installed BP, BB press plugins only. Theme is buddypress default theme).
I created 1 menu, 4 cusom categories (for my specific purpose). After installing BP, i got a message like—->: “BuddyPress is almost ready. You must update your permalink structure to something other than the default for it to work.”
If i change the permalink to other structure, my custom categories are redirects to error page. But the BuddyPress links are redirecting to error pages in either case!!
On top of the home page i can see “login”, “sign up” links. login is working fine but sign up is giving error like —> “The requested URL /dcomm/register/ was not found on this server.”
Please ask me for any other details you require..
Thanks,
ChennaJune 11, 2012 at 12:53 pm #135670In reply to: Building a child theme: overriding default.css
danbpfrParticipantHi, you don’t need to copy default.css to your child theme. Use instead style.css in the child theme and add your changes to the specific part taken from default.
Example: let’s say you want to change the width of div#content .left-menu from 170 to 200px
in default.css you have`div#content .left-menu {
float: left;
width: 170px;
}`In your child theme, you write this in the style.css file
`div#content .left-menu {
width: 200px;
}`https://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/
May 31, 2012 at 7:32 am #135305In reply to: BuddyPress doesn’t display on designated page
@mercimeParticipant== I have associated Discssion Forums with a blank page named Community. ==
Change Forums base to community as well.
Go to wp-admin menu Settings > Forums – Archive Slug – Forums Base ==> from forums –> communityMay 24, 2012 at 1:59 am #135001In reply to: Installed it but site is empty?
@mercimeParticipant– See links to subpages on the right sidebar of https://codex.buddypress.org/getting-started/
– I suggest using bp-default while you are setting up the site and change to a different theme later.
– After going thru installation wizard, you can make changes at dashboard menu BuddyPress > Choose specific setting you want to changeMay 18, 2012 at 6:57 pm #134755In reply to: How can I make the logo display? [RESOLVED]
Wendy CockcroftMemberSorry, Hugo, I need to know *exactly* what this is supposed to look like. Putting this in
`<?php
if ( !function_exists( ‘bp_dtheme_enqueue_styles’ ) ) :
function bp_dtheme_enqueue_styles() {}
endif;
?>function bp_dtheme_setup() {
global $bp;// Load the AJAX functions for the theme
require( TEMPLATEPATH . ‘/_inc/ajax.php’ );// This theme styles the visual editor with editor-style.css to match the theme style.
add_editor_style();// This theme uses post thumbnails
add_theme_support( ‘post-thumbnails’ );// Add default posts and comments RSS feed links to head
add_theme_support( ‘automatic-feed-links’ );// Add responsive layout support to bp-default without forcing child
// themes to inherit it if they don’t want to
add_theme_support( ‘bp-default-responsive’ );// This theme uses wp_nav_menu() in one location.
register_nav_menus( array(
‘primary’ => __( ‘Primary Navigation’, ‘buddypress’ ),
) );// This theme allows users to set a custom background
add_custom_background( ‘bp_dtheme_custom_background_style’ );// Add custom header support if allowed
if ( !defined( ‘BP_DTHEME_DISABLE_CUSTOM_HEADER’ ) ) {
define( ‘HEADER_TEXTCOLOR’, ‘FFFFFF’ );// The height and width of your custom header. You can hook into the theme’s own filters to change these values.
// Add a filter to bp_dtheme_header_image_width and bp_dtheme_header_image_height to change these values.
define( ‘HEADER_IMAGE_WIDTH’, apply_filters( ‘bp_dtheme_header_image_width’, 401 ) );
define( ‘HEADER_IMAGE_HEIGHT’, apply_filters( ‘bp_dtheme_header_image_height’, 80 ) );// We’ll be using post thumbnails for custom header images on posts and pages. We want them to be 1250 pixels wide by 133 pixels tall.
// Larger images will be auto-cropped to fit, smaller ones will be ignored.
set_post_thumbnail_size( HEADER_IMAGE_WIDTH, HEADER_IMAGE_HEIGHT, true );// Add a way for the custom header to be styled in the admin panel that controls custom headers.
add_custom_image_header( ‘bp_dtheme_header_style’, ‘bp_dtheme_admin_header_style’ );
}`makes it worse, not better, because the code shows up above the header.
Here’s the CSS:
http://snazzymob.com/wp-content/themes/Snazzy/style.css
I don’t care how stupid I look to you as long as the end result is that I’m given the correct information. That means providing me with the actual code in the actual way it’s supposed to be entered in the functions.php file.
This is what is there now:
`<?php
if ( !function_exists( ‘bp_dtheme_enqueue_styles’ ) ) :
function bp_dtheme_enqueue_styles() {}
endif;
?>`There’s got to be a way to stop the header image repeating.
-
AuthorSearch Results