[Solved]: Asterix next to theme name in theme list, theme not appearing? [Solved]: Asterix next to theme name in theme list, theme not appearing?
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

[Solved]: Asterix next to theme name in theme list, theme not appearing?

Started by raindance, July 31, 2009, 06:15:05 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

raindance

Hi,
I'm just beginning to customize my first theme. I followed the steps in the documentation although I must be doing something wrong or missing something obvious.

I took the theme "sample"
Renamed to KP
Found all instances of theme/sample and changed to theme/KP in theme.php, css and theme.html files
Uploaded
Logged in as admin
Changed to KP theme in the config area
Don't see new theme/styles when i look at the gallery in a browser
Do see an asterix/dot next to theme name in theme list

Have i done something wrong so far?

Thanks in advance
Laura

Nibbler

You should not copy the sample theme but one that's close to what you want.

Post a link to your site. Clear your cookies.

raindance

http://www.raindancemedia.com/gallery/index.php?theme=KP

Cookies cleared

All I did so far was change the background color on the style sheet.

I'll try starting from a different theme.

Thanks

Nibbler

These paths are not correct


<link rel="stylesheet" href="../KP2/themes/KP/style.css" type="text/css" />
<script type="text/javascript" src="../KP2/scripts.js"></script>


Should be


<link rel="stylesheet" href="themes/KP/style.css" type="text/css" />
<script type="text/javascript" src="scripts.js"></script>

raindance

Nibbler,
Changed, thanks for catching that, but still not working.

Nibbler

It's still wrong.


<link rel="stylesheet" href="../KP/themes/KP/style.css" type="text/css" />


Should be


<link rel="stylesheet" href="themes/KP/style.css" type="text/css" />

raindance

In template.html i have

<link rel="stylesheet" href="../KP/themes/KP/style.css" type="text/css" />
<script type="text/javascript" src="scripts.js"></script>

I did a find and replace for both water_drop and KP2 to KP

Are you seeing it wrong in another place?

raindance

Got it, sorry. My total mistake.  Didn't see that .. before dir

Thank you! It's showing up now.

I appreciate your help and fast response!