Pixelpost

Authentic Photoblog Flavour


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

Post Reply
 
Thread Tools
  #11  
Old 01-30-2008, 08:03 PM
dakwegmo's Avatar
dakwegmo+ Offline
Team Pixelpost
 
Join Date: Jul 2005
Location: West of Between
Posts: 689
Quote:
Originally Posted by fred-eric View Post
go into design.css files at line 78 change position: absolute; to position: fixed;
The footer doesn't scroll over the image now, but it's placed over the photo and cuts off the bottom. See here: http://www.invisiblegreen.com/dev/in...?showimage=214
Same result using IE7 and FF2 on 1280x1024 display. You probably just need to specify the height of the container for the photo using an inline height style. (And I need to make my portrait oriented images shorter).
__________________
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
  #12  
Old 01-30-2008, 10:31 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 fred-eric View Post
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>

This code doesn't work under FF and Safari... I will try something else tomorrow.

If you find a solution to this problem, please send the info here.
Reply With Quote
  #13  
Old 02-01-2008, 02:53 AM
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 2.0.0

I am working on a new version of the lafaille template

All with mootools effect

Last edited by fredxeric; 10-02-2008 at 12:40 PM. Reason: remove old link
Reply With Quote
  #14  
Old 02-03-2008, 04:32 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
Version 2.0.1 beta

link removed

Tested with:
[X] Safari 3.0.4 (523.15) for windows -- Result OK
[X] IE7 (7.0.5730.11) and (7.0.5730.13) -- Result OK
[_] FF (2.0.0.11) -- Result small bug when comment showing

Last edited by fredxeric; 10-02-2008 at 12:41 PM. Reason: remove old link
Reply With Quote
  #15  
Old 02-04-2008, 06:04 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
Version 2.0.2

demo: removed
Tested with:

[X] Safari 3.0.4 (523.15) for windows -- Result OK
[X] IE7 (7.0.5730.11) and (7.0.5730.13) -- Result OK
[X] FF (2.0.0.11) -- Result OK

if you are using other browser please send me the result.

Last edited by fredxeric; 10-02-2008 at 12:42 PM. Reason: remove old link
Reply With Quote
  #16  
Old 02-06-2008, 10:14 AM
mgd711's Avatar
mgd711 Offline
pp veteran
 
Join Date: Jun 2007
Posts: 56
Send a message via MSN to mgd711 Send a message via Yahoo to mgd711 Send a message via Skype™ to mgd711
I'm using Opera 9.25 and the site name on the top left does not display properly.

Works ok though in Safari and IE7 though.

Also I believe in the bottom right you have the Exif date time I just get N/A (film scan's not from a digital camera), how can I cahnge that to the images 'Post' date?




Mike
Reply With Quote
  #17  
Old 02-06-2008, 10:24 AM
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 mgd711 View Post
I'm using Opera 9.25 and the site name on the top left does not display properly.

Also I believe in the bottom right you have the Exif date time I just get N/A (film scan's not from a digital camera), how can I cahnge that to the images 'Post' date?

Mike
I will check the error in opera as soon I install opera on my dev pc at home, maybe tonight.

For the N/A message, Use those tags instead

thanks for using my template.
Reply With Quote
  #18  
Old 02-06-2008, 10:41 AM
mgd711's Avatar
mgd711 Offline
pp veteran
 
Join Date: Jun 2007
Posts: 56
Send a message via MSN to mgd711 Send a message via Yahoo to mgd711 Send a message via Skype™ to mgd711
Thanks....

I partially figured out where to look but the link to the list is really helpful.

Only other thing I notice is that the footer bar covers the bottom of the images in the 'Browse' page (none of my images are big enough to see if it does this with the main image).

Really cool template, thanks for sharing.



Mike
http://www.thefieryscotsman.com
Reply With Quote
  #19  
Old 02-06-2008, 12:31 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 mgd711 View Post
Thanks....

I partially figured out where to look but the link to the list is really helpful.

Only other thing I notice is that the footer bar covers the bottom of the images in the 'Browse' page (none of my images are big enough to see if it does this with the main image).

Really cool template, thanks for sharing.



Mike
http://www.thefieryscotsman.com
in the browse page add this code just before the footer

Code:
<div id="bottom-spacer">bottom-spacer</div>
Reply With Quote
  #20  
Old 02-06-2008, 10:40 PM
mgd711's Avatar
mgd711 Offline
pp veteran
 
Join Date: Jun 2007
Posts: 56
Send a message via MSN to mgd711 Send a message via Yahoo to mgd711 Send a message via Skype™ to mgd711
That did the trick!!

What is the promote_template for?



Many thanks,

Mike
http://www.thefieryscotsman.com
Reply With Quote
Post Reply


Thread Tools




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

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