forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Themes/Skins/Templates => Topic started by: jenepherre on March 21, 2005, 10:17:46 am

Title: Album titles not showing up
Post by: jenepherre on March 21, 2005, 10:17:46 am
My gallery is here (http://www.inxplicable.org/gallery/index.php).

I can't seem to get the album titles to show up on the main page.  In my css file, I have this:

Code: [Select]
.alblink a {
        text-decoration: underline;
        color: #FFFFFF;
}

.alblink a:hover {
        color: #FFFFFF;
        text-decoration: underline;
}

So they should be white against the teal background, right?  I'm probably missing something obvious, and if so I'm gonna feel like an idiot, but... help?  I've tried everything I can think of.

Jen
Title: Re: Album titles not showing up
Post by: Joachim Müller on March 21, 2005, 10:30:05 am
did you take a look at those threads (http://forum.coppermine-gallery.net/index.php?action=search2&search=alblink), especially this one (http://forum.coppermine-gallery.net/index.php?topic=14149.0)?

Joachim
Title: Re: Album titles not showing up
Post by: jenepherre on March 21, 2005, 11:09:45 am
did you take a look at those threads (http://forum.coppermine-gallery.net/index.php?action=search2&search=alblink), especially this one (http://forum.coppermine-gallery.net/index.php?topic=14149.0)?

Joachim

Thank Joachim.  Got it fixed.  

Thing is... I made very few changes to the original Water Drops theme .css file.  The things that were missing from the .css file were missing when I downloaded it with Coppermine.  They weren't things that I removed.  Water Drops is one of the CPG-made themes, right?  So... ::shrug::  Maybe that'll be corrected for future versions or even other people downloading Coppermine now?  Just a thought.

But thanks for the help.  Much appreciated.

Jen
Title: Re: Album titles not showing up
Post by: Joachim Müller on March 21, 2005, 01:30:56 pm
yes, changes to the themes that come with coppermine are already in the dev pipeline.

Joachim