Search Results for 'theme'
-
AuthorSearch Results
-
November 7, 2010 at 10:10 pm #97681
In reply to: Theme designers: contribute to core
Hugo Ashmore
ParticipantDisplay: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
November 7, 2010 at 10:02 pm #97678In reply to: Theme designers: contribute to core #2
Hugo Ashmore
ParticipantDid 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.
November 7, 2010 at 10:00 pm #97677In reply to: Theme designers: contribute to core
modemlooper
Moderatoryeah 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
November 7, 2010 at 9:53 pm #97676In reply to: Theme designers: contribute to core
Hugo Ashmore
ParticipantThe 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.
November 7, 2010 at 9:53 pm #97675In reply to: Theme designers: contribute to core #2
modemlooper
ModeratorHow about we start a group for designer contributions and duscusions of UI and UX
November 7, 2010 at 9:48 pm #97674In reply to: Theme designers: contribute to core
modemlooper
Moderatoris this for 1.3? Thought that wasnt arriving until January. Anyhoo I cant seem to get trunk installed to work properly.
November 7, 2010 at 9:38 pm #97672r-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.
November 7, 2010 at 9:38 pm #97671In reply to: Theme designers: contribute to core
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
November 7, 2010 at 8:26 pm #97666In reply to: Theme designers: contribute to core #2
Roger Coathup
Participant@djpaul – a more informative title on your post might help, rather than the general “theme designers: contribute to core”
November 7, 2010 at 7:39 pm #97664In reply to: Theme designers: contribute to core
Paul Wong-Gibbs
Keymasterbump
November 7, 2010 at 7:39 pm #97663In reply to: Theme designers: contribute to core #2
Paul Wong-Gibbs
Keymasterbump
November 7, 2010 at 12:18 pm #97652In reply to: Edit Profile not Updating
Paul Wong-Gibbs
KeymasterWhat versions of WordPress and BuddyPress are you using? Which theme? What other plugins are installed?
November 7, 2010 at 12:59 am #97632In reply to: Privacy breach on my BP install, need help please
paulhastings0
ParticipantIt 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.
November 6, 2010 at 3:21 pm #97621In reply to: Privacy breach on my BP install, need help please
clicfr
MemberI’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
November 5, 2010 at 6:34 pm #97569In reply to: On SubDomain Blogs – SOME Avatars Not Displaying
teebes
ParticipantI’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?
November 5, 2010 at 3:27 pm #97558In reply to: On SubDomain Blogs – SOME Avatars Not Displaying
Brian Bowman
ParticipantI’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.
November 5, 2010 at 12:18 pm #97548In reply to: More of the Crop Problem!
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’);`
November 5, 2010 at 10:10 am #97537In reply to: Theme designers: contribute to core #2
Paul Wong-Gibbs
KeymasterI’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.
November 5, 2010 at 7:41 am #97532In reply to: CSS for member page
thelandman
ParticipantYou 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.
November 5, 2010 at 4:39 am #97528In reply to: Placing an image in the header of the default theme
modemlooper
Moderatorjust 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.
November 5, 2010 at 4:23 am #97527In reply to: Placing an image in the header of the default theme
p3aul
ParticipantSurely some can answer this question?
November 5, 2010 at 3:35 am #97524techguy
ParticipantI 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.
November 5, 2010 at 1:54 am #97523Michael Eisenwasser
ParticipantYou’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;
}November 5, 2010 at 1:43 am #97522Michael Eisenwasser
ParticipantUsing 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;
}November 5, 2010 at 1:17 am #97521In reply to: Modifying / Customising the registration process
Boone Gorges
KeymasterCheck 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’ );` -
AuthorSearch Results