Pixelpost

Authentic Photoblog Flavour


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

Post Reply
 
Thread Tools
  #1  
Old 02-22-2008, 06:38 PM
greychops Offline
pp regular
 
Join Date: Feb 2008
Posts: 20
Default color for simple template

Hello,
I am interested in not have the style switcher, and am able to make that disappear.
I am interested in having the dark version, but it seems the default maybe the light.
Anyone know the easiest way to have the default be dark.
Thanks,
Jonathan
Reply With Quote
  #2  
Old 02-23-2008, 02:03 AM
greychops Offline
pp regular
 
Join Date: Feb 2008
Posts: 20
more info

I don't know if seeing the website itself at www.beepsandchirps.com helps.
Reply With Quote
  #3  
Old 02-23-2008, 02:23 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
I will give you the information on how to do this task tomorrow. but if you cant wait just open all template file and remove the link and style switcher script.

Furter info later.
Reply With Quote
  #4  
Old 02-24-2008, 11:11 PM
greychops Offline
pp regular
 
Join Date: Feb 2008
Posts: 20
Thanks for that info.
I was wondering if the default color will be light, though. I would prefer dark.
Thanks,
Jonathan
Reply With Quote
  #5  
Old 02-25-2008, 01:55 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
Sorry didn't answer you before.

You just have to open all template files and change those line:

Original
Code:
<!-- CSS -->
<link rel="stylesheet" type="text/css" href="templates/simple/styles/light.css" title="light" />
<link rel="alternate stylesheet" type="text/css" href="templates/simple/styles/dark.css" title="dark" />
Modified
Code:
<!-- CSS -->
<link rel="alternate stylesheet" type="text/css" href="templates/simple/styles/light.css" title="light" />
<link rel="stylesheet" type="text/css" href="templates/simple/styles/dark.css" title="dark" />
That's it...
Reply With Quote
  #6  
Old 02-25-2008, 02:24 AM
dakwegmo's Avatar
dakwegmo+ Offline
Team Pixelpost
 
Join Date: Jul 2005
Location: West of Between
Posts: 689
If you aren't going to be using the light.css at you can eliminate the reference like this.
HTML Code:
<!-- CSS -->
<link rel="stylesheet" type="text/css" href="templates/simple/styles/dark.css" title="dark" />
And also remove the reference to the style sheet switcher script.
__________________
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 02-25-2008, 02:42 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 dakwegmo View Post
And also remove the reference to the style sheet switcher script.
This line...

Code:
<!-- SCRIPTS -->
<script type="text/javascript" src="templates/simple/scripts/styleswitcher.js"></script>

Last edited by fredxeric; 02-25-2008 at 02:43 AM. Reason: fixed error
Reply With Quote
Post Reply


Thread Tools




All times are GMT. The time now is 05:50 PM.

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