Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'change buddypress menu'

Viewing 25 results - 301 through 325 (of 578 total)
  • Author
    Search Results
  • 9087877
    Inactive

    @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!

    #141828
    @mercime
    Participant

    @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.

    @mercime
    Participant

    @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

    #140196

    This 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/

    #139727

    @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

    #139722

    @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

    `

    `

    #139569
    @mercime
    Participant

    == 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.

    #139121
    9087877
    Inactive

    @modemlooper lol! I should know this already! I have your awesome plugin installed on multiple localhost testing sites. Thanks for the reminder!

    #139120
    modemlooper
    Moderator
    #138519
    Tammie Lister
    Moderator

    If 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/

    @mercime
    Participant

    == 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.

    @mercime
    Participant

    == 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.

    #137294
    @mercime
    Participant

    == 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?

    Asynaptic
    Participant

    @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

    Hugo Ashmore
    Participant

    @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.

    #136217
    @mercime
    Participant

    == 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?

    #135987

    In reply to: sign up error page

    chennareddya
    Member

    Earlier 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,
    Chenna

    @mercime
    Participant

    == 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+

    @mercime
    Participant

    == 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

    #135838
    @mercime
    Participant

    First 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.

    #135829

    In reply to: sign up error page

    chennareddya
    Member

    i 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,
    Chenna

    #135670
    danbpfr
    Participant

    Hi, 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/

    #135305
    @mercime
    Participant

    == 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 –> community

    #135001
    @mercime
    Participant

    – 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 change

    #134755

    Sorry, 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.

Viewing 25 results - 301 through 325 (of 578 total)
Skip to toolbar