forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Themes/Skins/Templates => Topic started by: FernFerret on April 14, 2005, 02:12:36 am

Title: Theme Update troubles
Post by: FernFerret on April 14, 2005, 02:12:36 am
I seem to have the same troubles as this user:
Quote
could someone help me out, none of the themes change, the tables are not there either. i tried reuploading the theme files, but it still isn't showing up, i even deleted my cookies. nothing. could someone tell me how to get it to show up.
http://forum.coppermine-gallery.net/index.php?topic=16522.0

When I checked for the "template.html" it is not in my coppermine root, only in the theme folder.  Any thoughts on this?
Title: Re: Theme Update troubles
Post by: Nibbler on April 14, 2005, 02:22:09 am
A link to your site would be useful.
Title: Re: Theme Update troubles
Post by: FernFerret on April 14, 2005, 02:24:16 am
duh sorry i just forgot here it is:
http://www.homesteadwrestlingclub.com/photos/index.php
(by the way, the theme I copied was "Classic", the new one is "homestead")
Title: Re: Theme Update troubles
Post by: Nibbler on April 14, 2005, 02:37:10 am
What changes are you expecting to see and what file did you modify ?
Title: Re: Theme Update troubles
Post by: FernFerret on April 14, 2005, 02:40:45 am
I modified the style.css under photos/themes/homestead/.  I changed the footer size to 12 and made it red.  nothing.
Title: Re: Theme Update troubles
Post by: Nibbler on April 14, 2005, 02:42:41 am
Ah then there's the problem. You need to change the path to the css file in your template.html. Since it is a copy of the classic theme's template.html it still points to classic's style.css

Code: [Select]
<link rel="stylesheet" href="themes/classic/style.css" />
Title: Re: Theme Update troubles
Post by: FernFerret on April 14, 2005, 02:57:42 am
WOW thank you so much again!  I have used frontpage editing the whole website, but not this code.  anyways somehow i got myself into the _vti_cnf folder and was editing THAT template.html and it looked NOTHING like an html file.  THANKS AGAIN!
Title: Re: Theme Update troubles
Post by: Tranz on April 14, 2005, 03:17:56 am
If you want to use FP, you should back up your files before editing. FP has a nasty habit of injecting its own code, which can wreak havoc to functioning code.
Title: Re: Theme Update troubles
Post by: FernFerret on April 14, 2005, 03:32:15 am
Ya i said I use it for the website, not for editing this stuff.  I have other people that don't know how to code that also need access to the site.  I have already modded dreamweaver so that it does not mod the php.