1 tilqicom Sep 23, 2008 22:13
3 tilqicom Sep 24, 2008 02:13
John wrote:
Nice work.
Once screen size goes below 800 the Post content drops below the left sidebar.
thanks for the feedback John..
drops when it goes below 800 , not at 800 right ?
4 john Sep 24, 2008 02:52
Right :)
5 adam Sep 26, 2008 17:25
1. Resizing the window to be as small a width as possible crunches menu text together, thus dis-positioning it.
2. Searching for a keyword that doesn't exist, the background doesn't span the whole page. Also happens on page with little content, i.e. looks like your blog posts are setting the width.
3. Page height is REALLY large. Is this an IE7 problem?
4. Going to the next month breaks the calendar.
4. http://www.cssdizayn.com/cs1/blog1.php/2008/08/15/welcome-to-b2evolution - Footer is huge and "Categories: Welcome" text floats too far left.
5. Homepage showing posts, bullets hide behind left sidebar
6. http://www.cssdizayn.com/cs1/blog2.php/2008/08/19/title#comments - categories moved again.
Thats about all I can find
Res: 1440x900
Browser: IE7
OS: Vista Business
All issues pretty much consistent across each blog.
A very nice design and layout though, love it.
Have fun fixing!
6 tilqicom Sep 29, 2008 10:18
John wrote:
Nice work.
Once screen size goes below 800 the Post content drops below the left sidebar.
fixed. the skin is now fully fluid (;
adam wrote:
1. Resizing the window to be as small a width as possible crunches menu text together, thus dis-positioning it.
fixed.
adam wrote:
2. Searching for a keyword that doesn't exist, the background doesn't span the whole page. Also happens on page with little content, i.e. looks like your blog posts are setting the width.
fixed. please retry the search, it rarely crushes -possibly in single mode- but that's not skin related, it's a core bug afaik..
adam wrote:
3. Page height is REALLY large. Is this an IE7 problem?
fixed. couldnt exactly get what you mean but i presume it's fixed as i ve run many tests and nothing seemed extraordinary with the height to me.. could you please have a second look and provide a screenshot if you think the issue persists ?
adam wrote:
4. Going to the next month breaks the calendar.
fixed. Nicely spotted there (; however that's also fixed
adam wrote:
Footer is huge and "Categories: Welcome" text floats too far left.
fixed. i presume saying "footer is huge" you meant the padding at the very bottom of the footer which is about 200px? i ve done that one on purpose to make it look like deviantart footer, i ve decreased the 200 though, the categories are fixed as well.
adam wrote:
5. Homepage showing posts, bullets hide behind left sidebar
fixed.
6 is also fixed same as 4
thanks for the feedback guys..glad you liked it-if you meant it ofc P:
7 tilqicom Sep 30, 2008 01:07
the skin is now finished, enjoy...
skininfo wrote:
b2eviant skin 0.1
Skin features
1. Fully fluid design, resolutions-wide.
2. Cross browser css, fixed all known bugs without even using a bit of script.(there may be a few bugs left out there somehow of as always, report them at the b2evolution forums if you find any)
3. Xhtml valid of course.
4. Custom icons.
5. Seperate modes for single, posts, and page display.Notes: This is the initial release for the skin, tried to stick with the original design not to lose the DA feeling however there may be still room for improvement, so, all kind of feedback is appreciated, hope you like it
Previews:
Posts mode:
Single mode:
[url=http://www.cssdizayn.com/cs1]http://i35.tinypic.com/1z2ew6c.jpg[/url]
[url=http://www.cssdizayn.com/cs1]Go to DEMO[/url]
Note to self: daymn.. i knew i d forgotten sth.. 'change the look of prev next pages' the next time..
8 slamp Oct 01, 2008 15:47
Great job !
9 scorpio66 Apr 02, 2009 21:53
Hi.
Guess I maybe a bit late here... lol.
Great skin!!
Can you tell me how to remove the search box in the header?
When I change the name of the blog it is hidden by the search box.
Sorry for such a daft question.... newb !!
Regards Scorpio66
10 tilqicom Apr 02, 2009 22:30
The original code for the search box :
.search_box {
width: 199px;
position: absolute;
bottom: 7px;
clear: both;
left: 170px;
border: none;}
to remove (hide it) simply add:
display: none; so that it would look like this:
.search_box {
width: 199px;
position: absolute;
bottom: 7px;
clear: both;
left: 170px;/* make this 270px for example, to move it further to right*/
border: none;
display:none;}
to move it play with the left: and bottom: values.. decrease/increase them.
11 scorpio66 Apr 02, 2009 22:33
Hey! Many thanks my freind, been a while.
Back to the good old .CSS.
Saved my some time, thanks again!
Regards Scorpio66
Nice work.
Once screen size goes below 800 the Post content drops below the left sidebar.