Pixelpost

Authentic Photoblog Flavour


Go Back   Pixelpost Forum > DEVELOPMENT > Template design and Front-End Code

Post Reply
 
Thread Tools
  #1  
Old 01-28-2008, 06:09 PM
fredxeric's Avatar
fredxeric Offline
pixelpost guru
 
Join Date: Sep 2006
Location: Montréal, Québec, Canada
Posts: 407
Send a message via AIM to fredxeric Send a message via MSN to fredxeric
Arrow [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

Last edited by fredxeric; 10-02-2008 at 12:35 AM. Reason: version change
Reply With Quote
  #2  
Old 01-28-2008, 06:12 PM
GeoS's Avatar
GeoS+ Offline
Team Pixelpost
 
Join Date: Apr 2005
Location: Warsaw, Poland
Posts: 3,613
Send a message via ICQ to GeoS Send a message via Skype™ to GeoS
Any demo?
__________________
photoblog | portfolio | addons | Donate
Reply With Quote
  #3  
Old 01-28-2008, 06:18 PM
fredxeric's Avatar
fredxeric Offline
pixelpost guru
 
Join Date: Sep 2006
Location: Montréal, Québec, Canada
Posts: 407
Send a message via AIM to fredxeric Send a message via MSN to fredxeric
done
Reply With Quote
  #4  
Old 01-28-2008, 06:35 PM
dakwegmo's Avatar
dakwegmo+ Offline
Team Pixelpost
 
Join Date: Jul 2005
Location: West of Between
Posts: 689
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.
__________________
My Photoblog
If you find my help useful please consider feeding the PixelPost Kitty
If you're short on cash just feed my ego
Reply With Quote
  #5  
Old 01-28-2008, 06:39 PM
fredxeric's Avatar
fredxeric Offline
pixelpost guru
 
Join Date: Sep 2006
Location: Montréal, Québec, Canada
Posts: 407
Send a message via AIM to fredxeric Send a message via MSN to fredxeric
Quote:
Originally Posted by dakwegmo View Post
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 View Post
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
Reply With Quote
  #6  
Old 01-28-2008, 06:49 PM
dakwegmo's Avatar
dakwegmo+ Offline
Team Pixelpost
 
Join Date: Jul 2005
Location: West of Between
Posts: 689
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
__________________
My Photoblog
If you find my help useful please consider feeding the PixelPost Kitty
If you're short on cash just feed my ego
Reply With Quote
  #7  
Old 01-28-2008, 07:00 PM
fredxeric's Avatar
fredxeric Offline
pixelpost guru
 
Join Date: Sep 2006
Location: Montréal, Québec, Canada
Posts: 407
Send a message via AIM to fredxeric Send a message via MSN to fredxeric
go into design.css files at line 78 change position: absolute; to position: fixed;
Reply With Quote
  #8  
Old 01-30-2008, 06:39 AM
niknkim's Avatar
niknkim Offline
forum loafer
 
Join Date: Jan 2008
Location: London
Posts: 1
great template.

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


thanks
Reply With Quote
  #9  
Old 01-30-2008, 02:01 PM
fredxeric's Avatar
fredxeric Offline
pixelpost guru
 
Join Date: Sep 2006
Location: Montréal, Québec, Canada
Posts: 407
Send a message via AIM to fredxeric Send a message via MSN to fredxeric
Quote:
Originally Posted by niknkim View Post
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>
Reply With Quote
  #10  
Old 01-30-2008, 03:06 PM
fredxeric's Avatar
fredxeric Offline
pixelpost guru
 
Join Date: Sep 2006
Location: Montréal, Québec, Canada
Posts: 407
Send a message via AIM to fredxeric Send a message via MSN to fredxeric
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...
Reply With Quote
Post Reply


Thread Tools




All times are GMT. The time now is 12:05 AM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd. | Style Design: d3 designs