Pixelpost

Authentic Photoblog Flavour


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

Post Reply
 
Thread Tools
  #51  
Old 07-20-2007, 02:08 PM
cancerbox's Avatar
cancerbox Offline
pp regular
 
Join Date: Jul 2006
Location: Tulsa, OK, US
Posts: 20
Send a message via ICQ to cancerbox Send a message via AIM to cancerbox Send a message via MSN to cancerbox
Did you get the version of Horizon from the Pixelpost version 6 archive? if so, the comment form should be in there, displayed in the page. As for Exif data, you should be able to grab that tags from the pixelpost/doc/tags.html file.

here they are:

EXIF Related tags
<EXIF_EXPOSURE_TIME> shows only exposure data
<EXIF_APERTURE> shows only aperture data
<EXIF_CAPTURE_DATE> shows only time data
<EXIF_FLASH> shows only flash data
<EXIF_FOCAL_LENGTH> shows only focal length data
<EXIF_CAMERA_MAKE> shows only camera brand data
<EXIF_CAMERA_MODEL> shows only camera model data
<EXIF_ISO> shows only ISO data
__________________
Scott Craig | cancerbox.com
Reply With Quote
  #52  
Old 07-20-2007, 07:13 PM
fureddo Offline
forum loafer
 
Join Date: Jun 2007
Posts: 8
Thanks for the speedy reply Scott. Much appreciated.

I've got three more small questions you may be able to help me with.

This is my site, fureddodotcom

In the comments area, anything that's a hyperlink is invisible until you roll over it. For example, where it says (close) under the exif information. And where I have a test comment, my name linked to my website to the left of the '@' is also invisible until rolled over. Where can I change this in the css file? I played with it for about an hour last night and couldn't figure it out. :/

The other question is how do I change the font color on the about page. The headers are all the same colors, about, info, gear, links, which is how I want it. But I want the text in the 3 columns to be the same color as the text that says "Whenever we take a picture...." Again, I couldn't find it in the css file.

Lastly, on the browse page, in the category dropdown. How can I change that so that it doesn't say 'Select Category'. I want 'All' to come up there by default instead.

Sorry if this is a pain in the ass. The few small mods I've made to your template have taken me days. But I'm learning!

Thank you.
Reply With Quote
  #53  
Old 07-23-2007, 01:17 PM
cancerbox's Avatar
cancerbox Offline
pp regular
 
Join Date: Jul 2006
Location: Tulsa, OK, US
Posts: 20
Send a message via ICQ to cancerbox Send a message via AIM to cancerbox Send a message via MSN to cancerbox
The problem with your link color is that you've set the default link color to white (#FFFFFF). This applies to all link that pull the default link color, the image info area included. So, what you must do is add a specific declaration for image-info links by adding the following in the "#image-info" area of the css file (where #000 is black - use whatever color you like):

#image-info a {
color:#000;
}

In the "About" area... again, you'll need to specify a color for your links... since this is in the "Page" area, use the following code:

#page a {
color:#000;
}

The "Browse" thing will require that you edit the "Browse Template"...
Find where it says this: "<option value=''>Select Category</option>" and change "Select Category" to "All". That should do it.
__________________
Scott Craig | cancerbox.com
Reply With Quote
  #54  
Old 09-24-2007, 02:27 PM
cancerbox's Avatar
cancerbox Offline
pp regular
 
Join Date: Jul 2006
Location: Tulsa, OK, US
Posts: 20
Send a message via ICQ to cancerbox Send a message via AIM to cancerbox Send a message via MSN to cancerbox
I am going to begin working on an updated version of the template, incorporating some of the suggestions and fixes mentioned in this thread.

Anyone have any additional suggestions?
__________________
Scott Craig | cancerbox.com
Reply With Quote
  #55  
Old 09-26-2007, 06:31 PM
zanskar Offline
forum loafer
 
Join Date: Oct 2006
Location: Zürich
Posts: 3
Send a message via Skype™ to zanskar
Smile Horizon compatible with Pixelpost 1.5?

I love the Horizon template and tried to implement it in my blog still running on Pixelpost 1.5, but I failed completely.
Just made some changes to the .css file and uploaded it to my blog, selected the horizon template in the admin panel but nothing happens....

Can someone help?

Thanks a lot, Andreas.
__________________
Zanskar vs. www.photo-blog.ch
Reply With Quote
  #56  
Old 09-27-2007, 05:41 AM
Dennis's Avatar
Dennis+ Offline
Team Pixelpost
 
Join Date: Jul 2006
Posts: 2,394
Send a message via MSN to Dennis
Horizon if foremost a 1.6 template.
__________________
My photoblog, powered by PixelPost 1.9 dev SVN | My Pixelpost Addons | My Cool Photoblog profile
Reply With Quote
  #57  
Old 10-06-2007, 12:52 PM
derrymaine Offline
pp regular
 
Join Date: Aug 2007
Location: Cergy (near Paris-France)
Posts: 29
Thumbs up

Quote:
Originally Posted by cancerbox View Post
I am going to begin working on an updated version of the template, incorporating some of the suggestions and fixes mentioned in this thread.

Anyone have any additional suggestions?
Oh, that's a great new!! An uptaded version, i'm waiting, your template is so good!!
Thanks in advance!
Reply With Quote
  #58  
Old 11-13-2007, 09:51 PM
genewell Offline
forum loafer
 
Join Date: Nov 2007
Location: Bellbrook, Ohio
Posts: 2
Can you take a look at www.rememberpics.com. I'm using the horizon template and in IE7, the bottom half of the title text is cut off. It looks fine in firefox and IE6.
Reply With Quote
  #59  
Old 12-10-2007, 06:50 PM
cancerbox's Avatar
cancerbox Offline
pp regular
 
Join Date: Jul 2006
Location: Tulsa, OK, US
Posts: 20
Send a message via ICQ to cancerbox Send a message via AIM to cancerbox Send a message via MSN to cancerbox
yeah, that's a padding issue that will hopefully be resolved in the updated version of the template.
__________________
Scott Craig | cancerbox.com
Reply With Quote
  #60  
Old 07-20-2008, 01:12 PM
Fieke Offline
forum loafer
 
Join Date: Jul 2008
Posts: 1
Quote:
Originally Posted by genewell View Post
Can you take a look at www.rememberpics.com. I'm using the horizon template and in IE7, the bottom half of the title text is cut off. It looks fine in firefox and IE6.

Just change some stuff in the CSS:

Replace this:

Code:
#header .inside h1 a {
	float:right;
	text-align:right;
	color:#fff;
	padding-top:30px;
	font-weight:normal;
	display:block;
	}
With this:

Code:
#header .inside h1 a {
	float:right;
	text-align:right;
	color:#fff;
	padding-top:30px;
	padding-bottom:30px;
	font-weight:normal;
	display:block;
	}
Reply With Quote
Post Reply


Thread Tools




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

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