Editing a theme - Having all sorts of problems!!! Editing a theme - Having all sorts of problems!!!
 

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

Editing a theme - Having all sorts of problems!!!

Started by jessicagody, April 04, 2006, 06:30:34 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

jessicagody

I am a newbie here, so please bare with me!

I am having several problems trying to modify the rain drop theme. All I have managed to do is modify the template.html page and it's border which can be viewed here: jmgproductions.net/coppermine

I've tried modifying the style.css page, but nothing is changing! Any help would be greatly appreciated!!!!!!

Tranz

It looks different to me. Make sure you are viewing the correct theme, and that you use ctrl-F5 to force a refresh since browsers will cache css files unless you force a refresh.

jessicagody

I refresehd and everything - it has a blackish color background and border that I modified on the template.html page. The changes I made in the style sheet still dont show though...

Tranz

You'll need to tell us what you changed so we know what to look for. Are you sure you're editing the right file? Your post said rainy day but the gallery says water drop.

jessicagody

Sorry, it's definitely the "drop" named theme - But I copied all of the files to a folder in the themes directory called "custom_pink" so I could try to modify the theme, and if I happened to screw something up, I still had the original water drop theme. I am trying to change the blue line background to this http://jmgproductions.net/coppermine/themes/custom_pink/images/bg.gif Obviously, it isn't wanting to show up.

I tried to make this as non confusing as possible, of the changes I attempted to make, so I took a screenshot, and added in text of what I wanted. Please see the .jpg attachment. Thanks!!!

Nibbler

When you copy a theme you need to change the link to the stylesheet in the template.html. Your custom_pink theme is set to use the water_drop stylesheet still

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

jessicagody

Sorry for the late "thank you." But thanks for all of the help!