coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: rockinaway on February 15, 2007, 07:03:06 PM

Title: Problems making own theme...
Post by: rockinaway on February 15, 2007, 07:03:06 PM
I am modifying them to suit my main website, but when I change the HTML in template.html, and add class='.....'.. refering to my CSS file, none of them work... any help?
Title: Re: Problems making own theme...
Post by: Nibbler on February 15, 2007, 07:11:12 PM
You probably forgot to change the path to the css file in the template.html.
Title: Re: Problems making own theme...
Post by: rockinaway on February 15, 2007, 07:56:22 PM
The path is correct as I just updated the css file provided
Title: Re: Problems making own theme...
Post by: Nibbler on February 15, 2007, 08:00:52 PM
Post a link.
Title: Re: Problems making own theme...
Post by: rockinaway on February 15, 2007, 08:55:01 PM
Sorry wrong

http://www.wickettowicket.com/gallery/
Title: Re: Problems making own theme...
Post by: Nibbler on February 15, 2007, 08:59:01 PM
I can't see any use of new classes in your template.html. What did you change?
Title: Re: Problems making own theme...
Post by: rockinaway on February 15, 2007, 09:34:48 PM
No I wanted it to have the same menubar and stuff from my forum http://www.wickettowicket.com/forum/

Title: Re: Problems making own theme...
Post by: Joachim Müller on February 15, 2007, 11:50:51 PM
Then edit themes/classic/template.html (http://www.wickettowicket.com/gallery/themes/classic/template.html), find<link rel="stylesheet" href="themes/classic/style.css" type="text/css" />and add after it (into a new line)<link rel="stylesheet" type="text/css" href="http://www.wickettowicket.com/forum/Themes/SoftMC_Blue/style.css?fin11" />
        <link rel="stylesheet" type="text/css" href="http://www.wickettowicket.com/forum/Themes/default/print.css?fin11" media="print" />
, as you will have to "tell" Coppermine to take your custom CSS of your forum into account.
Title: Re: Problems making own theme...
Post by: rockinaway on February 16, 2007, 06:45:43 PM
Thanks!