Pixelpost Forum

Pixelpost Forum (http://www.pixelpost.org/forum/index.php)
-   Template design and Front-End Code (http://www.pixelpost.org/forum/forumdisplay.php?f=20)
-   -   New Template: Lafaille (http://www.pixelpost.org/forum/showthread.php?t=7800)

fredxeric 01-28-2008 06:09 PM

[Template] FOCUS version 3.0.1 ß
 
*demo:
- Version 3.0.1ß http://focus.pixelxdesign.com/demo/

*Download:
- download

*Write a review:
- http://www.pixelpost.org/extend/temp...reviews/#write

*History changes:
- 3.0.1ß cannot mention everything here.... but there's a lot...
- 3.0.0ß the internal codage have been all re-written, this is a BETA version to get input form users.
- 2.0.3 Fixe the Tips to showing on image template, updated the addons to work with the template... IMPORTANT UPDATE YOUR ADDON FILE WITH THE LATEST ONE.
- 2.0.2 fixed lots of bugs, cannot explain all... now the version stable and working on many browser. tested on: FF, IE7 and Safari for windows.
- 1.0.2 added mootools feature to the about page
- 1.0.1 fixed the footer from position:absolute; to position: fixed;
- 1.0.0 Initial release

GeoS 01-28-2008 06:12 PM

Any demo?

fredxeric 01-28-2008 06:18 PM

done

dakwegmo 01-28-2008 06:35 PM

I lreally like the template. There's one bug, though. If the image is taller than the initial screen size, the bottom bar gets positioned over the image.
I put a screen shot of the behavior here: http://www.dakwegmo.com/images/screenshot.jpg

You should release the template name addon separate from the template. It's really useful, and I think people who aren't using this template would like to have access to it.

fredxeric 01-28-2008 06:39 PM

Quote:

Originally Posted by dakwegmo (Post 54116)
I lreally like the template. There's one bug, though. If the image is taller than the initial screen size, the bottom bar gets positioned over the image.
I put a screen shot of the behavior here: http://www.dakwegmo.com/images/screenshot.jpg


What browser are you using? and also can you tell me the size of the picture..

Quote:

Originally Posted by dakwegmo (Post 54116)
You should release the template name addon separate from the template. It's really useful, and I think people who aren't using this template would like to have access to it.

good idea

dakwegmo 01-28-2008 06:49 PM

The screenshot is what it looks like in FF2. In IE7, the page doesn't scroll, so that bottom bar is drawn over the image, and the bottom part of the photo is cutoff.

That photo is 800px tall. You can see it here: http://www.invisiblegreen.com/dev/in...?showimage=214

fredxeric 01-28-2008 07:00 PM

go into design.css files at line 78 change position: absolute; to position: fixed;

niknkim 01-30-2008 06:39 AM

great template.

is it possible to have the copyright notice appear in the same position on the main page too?


thanks

fredxeric 01-30-2008 02:01 PM

Quote:

Originally Posted by niknkim (Post 54154)
great template.

is it possible to have the copyright notice appear in the same position on the main page too?


thanks


Yes, simply add the fallowing:

open file design.css add text-align: center; at line 83
Code:

/* .............................. */
/* navigation-footer */
/* .............................. */
#footer {
position:fixed;
bottom : 0;
width:100%;
height:20px;  /* Height of the footer */
z-index:1000;
text-align: center;
}

also add this code in the same file just under the #footer around line 113

Code:

.copyright {
position: fixed;
}

then go into image_template.html and add the fallowing just under the div called footer.

Code:

<span class="copyright">&copy; Your name here</span>

fredxeric 01-30-2008 03:06 PM

New version 1.0.2

* New feature:
- Mootools feature in the about page...
- fixed the copyright showing on the images template page
- footer set to position fixed instead of absolute.

If you have any suggestion your the welcome...


All times are GMT. The time now is 08:52 AM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.