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

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

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