Problems making own theme... Problems making own theme...
 

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

Problems making own theme...

Started by rockinaway, February 15, 2007, 07:03:06 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

rockinaway

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?

Nibbler

You probably forgot to change the path to the css file in the template.html.

rockinaway

The path is correct as I just updated the css file provided



Nibbler

I can't see any use of new classes in your template.html. What did you change?

rockinaway

No I wanted it to have the same menubar and stuff from my forum http://www.wickettowicket.com/forum/


Joachim Müller

Then edit 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.

rockinaway