#3241 closed defect (bug) (fixed)
BP-Default 1.5 - master ticket.
Reported by: | DJPaul | Owned by: | |
---|---|---|---|
Milestone: | 1.5 | Priority: | major |
Severity: | normal | Version: | 1.5 |
Component: | Templates | Keywords: | |
Cc: |
Description (last modified by )
This is a master ticket for changes to be made to BP-Default 1.3. Tickets were created from feedback from a theme review by Mercime.
#3234 - Long site title doesn't fit in header area
#3235 - Table and image caption spacing
#3236 - Add more info to 404 Page
#3237 - Use wp_link_pages() in index.php and archive.php
#3238 - Post title on single.php links to itself
#3239 - Sticky posts styling not working on all indexes
#3242 - blog comment spacing does not match activity stream spacing
#3253 - Nested activity comment reply breaks after level 2
Attachments (2)
Change History (38)
#4
@
13 years ago
#3234 has a patch also now. As you're working on them will leave the other ones to you bowromir.
#25
@
13 years ago
- Summary changed from BP-Default 1.3 - master ticket. to BP-Default 1.5 - master ticket.
- Version set to 1.5
#27
@
13 years ago
There's a strange RTL issue around the #message styles which I can't figure out; the left and right borders (or edges) are cut off. See screenshot at http://i53.tinypic.com/2570rvq.png
#28
@
13 years ago
The following issues apply to my installation of BP 1.5 Beta 2 on Laughing Squid hosting:
1) 'Name' defaults to 'Username' upon registration and cannot be changed later in 'Profile'
2) Once an item is 'Favorited' the number of favorites is incremented under 'Activity' but that number does not get decremented when the 'Favorite' is deleted or unfavorited
3) 'Username' is restricted to "lowercase letters and numbers". Please can we have "Username" restricted just to "letters and numbers" like BuddyPress.org? I'm not sure if this is a bug.
#29
@
13 years ago
We have inconsistent use of the linear-gradient selector in the stylesheet. We need to patch these so that we use all the selectors that we do for #header. Note that #header has its IE6-9 filter selector intentionally omitted.
#30
@
13 years ago
The header gradient is awful. It looks like a huge button. I'm not apposed to gradients but it just looks bad. Like its sticking out. The center is lighter than the top flip those 2 colors and it will look 10x better. :)
#31
@
13 years ago
I can work on a patch tomorrow (may be Monday now) to get things consistent. I do however think contrasts could also be increased but that probably is for the other ticket debate :)
Personally I don't really like colours we've got going on but that's such a personal choice I'm groovy so long as it's all consistent which currently is what I feel it's not. I also think as said contrasts could be increased.
#32
@
13 years ago
celticwarrior72 - It's easiest to keep separate issues each in their own tickets please. But:
1) Works for me. I suggest you post on the BuddyPress.org forums and we can talk around and dig into this a bit more.
2) Works for me. I assume we're looking at the tab count on the main /activity/ page.
3) See #2207
#33
@
13 years ago
I did some work on this tonight but haven't been able to fully test. I'm attaching it though as not able to do work on this for the next few days and don't want to hold things up by what I've done. I attach the stylesheet with my changes and a diff but it's not a tested patch.
I'dd like to work on
the Search.php template
the 404 template
The index.php and archive.pjp templates to use wp_link_pages :)
I'll start working on them today.