Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'change buddypress menu'

Viewing 25 results - 326 through 350 (of 578 total)
  • Author
    Search Results
  • #134239
    @mercime
    Participant

    == one of the links in the dropdown menu at the top of the page ==
    What browser are you using?

    == using the buddypress 2011 theme as well. ==
    Which BuddyPress 2011 theme? theme URI? Does the same behavior apply when you change to bp-default theme?

    #133894

    I am stuck again. I worked with my host and had the entire site removed. I removed themes, WordPress, everything to start with a fresh install. I installed WordPress, then BuddyPress and them Salutaion. To my relief, all the pages showed up. I tested it by going going to the template’s “Register” and “Sign in buttons on the first page. They worked fine. In Register on that front pagepull down menu, I clicked the “Sign up instantly!” button. It took me right to the Registration page, just as it should. I starting add in photos, and content to the Why MeggieBooks and the Get in Touch pages. I’ve been careful not to change many settings unless so I would not run into trouble. I have not added any plugins. So I was just showing it off, and pressed the “Sign up Instantly!” button and it now takes me to the front page, or maybe doesn’t take me anywhere. I see that all the content is now gone on the Registration page.

    #133764

    In reply to: Getting Started…

    Tilley46
    Participant

    Thanks @mercime– I got the Home Page sorted and changed the general settings, but still can’t view or get the ‘registration’ page functioning. It appears that the pages ‘activate’, ‘activity’, ‘forums’, ‘groups’, ‘members’, and ‘register’ were all created when BP was installed and activated. However, when clicking ‘view page’ on both the ‘forums’ and the ‘register’ pages in the WP pages menu, it links to ‘Home’- the static Home Page I created- instead of a ‘forums’ or ‘registration’ page… Not sure what the issue is. Do I need to reinstall BuddyPress after having changed the general settings?

    @mercime
    Participant

    @markyeoj what I see are some custom modifications on your end that went awry. Change to bp-default theme and deactivate plugins, I believe issues will be corrected.
    P.S. after I log in, I get redirected to this same topic and I have to go to dev.freelanceu.net/zim/fitnessdiary/ not good.

    @mercime
    Participant

    @mrlobaloba remember that solving this involved changing to bp-default theme and deactivating other plugins except BuddyPress beforehand and assigning the new Page Attivita to the Activity stream in BuddyPress > Pages and clicking save.

    This was what I did in that specific installation – simple really:
    1. Go to Network Admin dashboard menu BuddyPress > Components – deactivate activity stream component, click button to save/update.
    2. Go to lavori.italianproplayers.com/wp-admin (where you defined BP i.e., where BP is installed) and dashboard menu Settings > Permalinks and click on Save button.
    3. Go back to Network Admin dashboard menu BuddyPress > Components – Activate activity stream component, click button to save/update
    4. Check that the page Attivita is selected for the Activity stream in BuddyPress > Pages and click save.
    5. Go back to lavori.italianproplayers.com/wp-admin dashboard menu Settings > Permalinks and click on Save button.

    Note that the above might or might not work for other installations.

    I suggest that you set up BP components, pages, forums, etc. and adding BP plugins using the bp-default theme. Test if BP components and plugins work using bp-default theme as well. Change to BP-compatible or BP-ready theme if you’re satisfied that your default installation is working well.

    #132494
    tsmith870
    Member

    I am using the latest update on the theme. I’d think it must be a change in Buddypress after the recent update, since the theme was properly displaying the menu prior to the BP update. Is the prior version of BP still available for download? The quickest fix is probably for me to re-install that version.

    #118368

    In reply to: Buddypress menus

    not1_name
    Member

    Thank you for taking the time to get back to me. It’s nice to confirm what I suspected. ie, best remove the buddybar on small screens and have the profile menu as the main one. I’ll change the home button to site-wide activity, and then have the profile as a compact drop down for mobile devices. I’ll report back when I get it set up.

    #131541
    @mercime
    Participant

    Overwrite styles from parent theme https://buddypress.trac.wordpress.org/browser/tags/1.5.4/bp-themes/bp-default/_inc/css/default.css#L501 in your child theme

    Firebug, a Firefox add-on, can help you inspect the element and change the style you need.

    #131414

    @mercime I still can’t figure out how to get it on one line……

    Here is header…
    http://pastebin.com/r1Pwi5hR

    #131244
    @mercime
    Participant

    == Is there a way to get it on the same line. ==

    Adjust style of the navigation menu to add space for the new profile link on the right of the default navigation UL. Use Firebug, a Firefox add-on, to identify the styles that affect the positioning of the custom navigation and move it to the left

    #131236

    So on my header page I have placed the code you provided and activated plugin to get profile link in main nav meny.

    I can either get it one line below (current http://pastebin.com/xJ5Y02nA) or by moving the new code up one or two lines, the “Profile menu” appears above the line above main nav menu. Is there a way to get it on the same line.
    http://www.fabsie.com/wp-content/uploads/2012/03/corrections-fabsie2.png

    #131235

    Possibly this might help
    http://www.fabsie.com/wp-content/uploads/2012/03/corrections-fabsie.png

    The
    div#subnav.item-list-tabs {
    margin: 0px 0px 20px 0px !important;
    }
    moves the GREEN LINE

    I want to move the dropdown menu saying “last active” towards left so that it fits within the white rectangle (green dashed line) without being cropped.

    @mercine The above code is controlling the wrong part…..

    #131051

    Flexi-header.php

    What should I modify and how do I get the profile/mesages links into the nav links?

    http://pastebin.com/ZwCEHiZy

    #131047

    @mercine
    Great, got it a little bigger, now back to this….
    http://www.fabsie.com/wp-content/uploads/2012/03/buddypressproblem.png

    any idea how to move the “last active” to left.

    #131045
    @mercime
    Participant

    Remove code afer `

    ` in your header.php, It’s going to wreck the layout. You’ve got to ask theme developer where you can add that code in the custom navigation menu of the premium theme.

    More importantly, your layout is wrecked in the content area. Some styles added to your stylesheet like:
    `body.directory #content {
    margin: 0 34% 0 7.6%;
    width: 58.4% !important;
    }
    div#content .padder {
    margin-right: 351px;
    }
    etc.`
    have compounded the problem. Those styles were not there before nor is that one of the recommended additions at all.

    #131032

    Also not sure how to get part II working.

    Plugin Installed

    header .php now reads

    `
    <html >

    <meta charset="” />

    <body id="” >

    `

    Not sure what you mean by
    “Caveat: you would need to manually change the div classes/ID of the menu UL/LI in the plugin’s bp-profile-menu.php file”

    #131031

    Deleted above code from stylesheet.
    http://www.fabsie.com/forums still doesn’t work.

    Any other tips.

    #131025
    @mercime
    Participant

    Thank you @terydinho

    @jamesmcbennett
    Delete
    `
    <?php
    global $current_user; // Get user’s information

    get_currentuserinfo();

    $user_level=$current_user->user_level;

    $user_id=$current_user->ID;

    $user_login=$current_user->user_login;

    $user_email =$current_user->user_email;

    $user_firstname=$current_user->user_firstname;

    $user_lastname=$current_user->user_lastname;

    $home_link = get_option(‘home’);
    ?>`
    from your stylesheet. You’ll then find that the style you pasted below that will work then.

    #131023

    I think I messed it up, not sure what’s wrong…

    http://www.fabsie.com/forums

    I copied and pasted stylesheet
    http://pastebin.com/8JTfZ9P3

    #131022
    RobFenech
    Participant

    Save yourself the hassle if you aren’t a proficient coder and go with @mercime ‘s method of the plugin – that is quite a sweet little bit of kit :)

    Nice find @mercime :)

    #131021
    @mercime
    Participant

    On issue#1 – need to clear cache. Better yet, open site with another browser. Added style works.

    On issue #2, you might also want to try this plugin https://wordpress.org/extend/plugins/buddypress-profile-menu/installation/ where you’d have to add
    `

    `
    just below your wp_nav_menu in your theme’s header.php

    Caveat: you would need to manually change the div classes/ID of the menu UL/LI in the plugin’s bp-profile-menu.php file

    #131020

    It’s in the header (by theme)
    I just used the wp-admin page to create a menu and set it as primary navigation menu.

    #131018
    RobFenech
    Participant

    Hi James, it depends on where you want this to show as to where you put it. I have mine in a footer file, because my client wanted a footer menu, but if you want this in your navigation, you’d have to either hard-code your nav or hook it into the end of your nav somehow.

    How are you generating your top level navigation at the moment?

    #131017

    On issue 1 @terydinho
    what page do I put the code

    On issue 2 @mercime
    It was like this from beginning, I tried to figure it out, but can’t
    the above change doesn’t work and gives very slight change of moving things right. If I change both 15’s to 115’s, it brings the edge of buddypress right allowing more room for sidebar, but doesn’t show anymore of the buddypress with ‘last active’ still chopped off to side by exact same amount.

    #131016
    @mercime
    Participant

    @jamesmcbennett I looked at your members and forums directory and looks like something went awry with your HTML structure since last time you posted at the forums.

    With regards to your question, add the following to your theme’s stylesheet:
    `div#subnav.item-list-tabs {
    margin: -15px 0 15px !important;
    }`

Viewing 25 results - 326 through 350 (of 578 total)
Skip to toolbar