Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 22,401 through 22,425 (of 32,562 total)
  • Author
    Search Results
  • #97681
    Hugo Ashmore
    Participant

    Display:none is an accessibility no no, left:-999em ought to be used, not so much a IE thing.

    My concern was more for the inability of IE6 to grok :hover on anything but anchor elements, adminbar covers this aspect so I added / submitted a patch to add sfhover class so any hover styles need to be grouped with the class selector .sfhover so IE6 can function.

    tbh it shouldn’t really be a question of whether BP is supporting IE6 although naturally if that’s the descision it wants to make for bp-default then that’s fine, I have on a to do list and promised a while back a IE6 CC stylesheet and will get around to it at some point soon? hopefully

    #97678
    Hugo Ashmore
    Participant

    Did raise that a while? back, not sure it inspired much interest, but you would need to define whether one was dealing with general UX /UI or the default theme, from a theming point of view not child theme necessarily , but full on theming some UI / UX is merited along with other issues such as identifying markup that needs removing from core if applicable and aspects such as better handling of activity_action which isn’t fun to deal with from a frontend perspective.

    #97677
    modemlooper
    Moderator

    yeah I have a MS install let me try on a single. I have the styles almost worked out. Also back to the IE6 issue. If the rest of BP is not supporting it why should the nav not to mention 2010 doesn’t. The display:none method is easier for customization on the user end

    #97676
    Hugo Ashmore
    Participant

    The thread is in reference to 1.3, I think that the styles just need to be worked up and then submitted as a patch. I had issues using trunk on a fairly clean MS install not sure why but lots of odd issues had to install on a plain WP copy in the end.

    #97675
    modemlooper
    Moderator

    How about we start a group for designer contributions and duscusions of UI and UX :)

    #97674
    modemlooper
    Moderator

    is this for 1.3? Thought that wasnt arriving until January. Anyhoo I cant seem to get trunk installed to work properly.

    #97672
    r-a-y
    Keymaster

    @suman – re: https://buddypress.org/community/activity/p/114823/

    If index.php does not exist, copy index.php from /buddypress/bp-themes/bp-default/ to your bp-columns theme directory and modify as needed.

    #97671
    Hugo Ashmore
    Participant

    @DJPaul what are you after Paul? I think everyone might be a little lost as to what actually needs doing? is it just the styles that need sorting, As for my earlier question regarding changes to nav menus for 3.1 and as much as it may be irrelevant? I managed to track down a ticket correcting the issue of not being able to remove parent ul elements which is helpful but couldn’t spot anything dealing with child pages and nesting thereof

    #97666
    Roger Coathup
    Participant

    @djpaul – a more informative title on your post might help, rather than the general “theme designers: contribute to core”

    #97664
    Paul Wong-Gibbs
    Keymaster

    bump

    #97663
    Paul Wong-Gibbs
    Keymaster

    bump

    #97652
    Paul Wong-Gibbs
    Keymaster

    What versions of WordPress and BuddyPress are you using? Which theme? What other plugins are installed?

    #97632
    paulhastings0
    Participant

    It might be related to your theme and it’s functions.php file or incompatibilities. Try using the BuddyPress Default theme and creating some new users with that, then let us know what happens.

    #97621
    clicfr
    Member

    I’m on a different theme, and I made it BuddyPress compatible using the plugin that edits the theme.

    I guess I can edit this out of the member page, what concerns me is the URL.

    With an url like website.com/members/johnsmith-gmail-com
    it’s not really hard to harvest the emails of everyone and spam them.

    Please provide me with instructions on changing these urls.

    Sebastien

    #97569
    teebes
    Participant

    I’m seeing this issue within the Admin Bar on my sub-domains, too. I don’t think it’s that related to the sub-themes. The source for the avatar has changed from ‘/wp-content/uploads/avatars/…’ to ‘/files/avatars/…’. Hopefully it’s a just a bug.

    Can anyone with 1.2.6 knowledge comment on this? What is this new path structure? Bug?

    #97558
    Brian Bowman
    Participant

    I’m running BP 1.2.6 – and I’ve found a few threads – namely that the changes in that ver are affecting things like avatar images and double “Frienship Request” buttons (among others). This seems to be on a theme-by-theme basis. You’ll need to get an update of your theme which should fix the problems….. Im using some from WPMUDev.com and they expect to have the theme updates out shortly.

    #97548
    thelandman
    Participant

    @Annoyed, What theme are you using? Do you have a link I could take a look at. Often the problem is that a theme or plugin includes a different version of jquery to the that comes with WordPress. You could load jquery from google. Put this code at the top of your functions.php (in your theme folder)

    `function my_init_method() {
    wp_deregister_script( ‘jquery’ );
    wp_register_script( ‘jquery’, ‘http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js’);
    }

    add_action(‘init’, ‘my_init_method’);`

    #97537
    Paul Wong-Gibbs
    Keymaster

    I’ll have a try and see what it looks like. I think it’d work but we’d have to keep the “posted at” timestamp more visible like it is on blog comments at the moment.

    #97532

    In reply to: CSS for member page

    thelandman
    Participant

    You can use xprofile fields to specify certain CSS values in the users profile. Then you can retrieve the field value in the profile and modify the profile CSS with jquery. Its a bit of a work around but it works for me. Here’s an example:

    1. Create an xprofile field and name it ‘Profile Background’
    2. Edit your profile in buddypress and insert ‘#000000’
    3. Go to wp-content/themes/yourtheme/members/single/member-header.php
    4. On the 2nd line, just after “ paste the following code:
    `
    $(“#wrapper”).css(“background-color”, “”);
    `

    This will modify the profile background color according to what ever value you put in ‘Profile Background’

    This is just off the top of my head, I’ll check how I’ve done it once I’m home this evening. I will be writing a plugin for this. The only drawback is the user needs javascript enabled other wise its pointless.

    #97528
    modemlooper
    Moderator

    just go into header.php and add a link to the image that you want to use. You’ll see h1 logo and you could put it there or before but you’ll have to fix it via css to make it look right.

    #97527
    p3aul
    Participant

    Surely some can answer this question?

    techguy
    Participant

    I guess the other weird part is that in the 2 changes where it was moved to those configuration settings, it changes from 2 different sizes (25×25 and 60×60) to one size (BP_AVATAR_THUMB_WIDTH BP_AVATAR_THUMB_HEIGHT).

    I’m not really complaining about the change and I certainly could have tried this before the release and seen the potential problem. I just wonder if this is the best long term strategy. Seems like it will break a number of themes like it did my child theme. I can modify my child theme no problem, but others might not be as lucky.

    Are there any other places that these avatar settings are used? Anyone know of any other places? I know the initial resizing would use them, but with them being square it’s not that big of an issue.

    Michael Eisenwasser
    Participant

    You’ll still have the problem that the dropdown for the “Visit” menu at the upper right doesn’t have room, because the dropdown incorrectly aligns to the right side of the screen. Just scoot it over a bit to the left to make room…

    * html #wp-admin-bar ul li.align-right {
    right: 140px;
    }

    Michael Eisenwasser
    Participant

    Using this will completely fix the admin-bar in IE6, even when using fluid width.

    body {
    position: relative;
    }
    * html #wp-admin-bar {
    position: absolute;
    }
    * html #wp-admin-bar .padder {
    width: 100% !important;
    }

    #97521
    Boone Gorges
    Keymaster

    Check out the template file `register.php`, located in `buddypress/bp-themes/bp-default/registration/register.php`. You have a couple possible strategies:

    1) Copy register.php to your child theme and add hidden inputs directly in the markup
    2) Hook to one of the many do_actions littered through the code to add your fields. Eg
    `function bbg_add_reg_field() {
    echo ”;
    }
    add_action( ‘bp_before_registration_submit_buttons’, ‘bbg_add_reg_field’ );`

    Then you’ll have to catch the data being sent. I recommend doing something like this
    `function bbg_grab_reg_data() {
    if ( isset( $_POST ) ) {
    // do something with the custom data
    }
    }
    add_action( ‘bp_complete_signup’, ‘bbg_grab_reg_data’ );`

Viewing 25 results - 22,401 through 22,425 (of 32,562 total)
Skip to toolbar