coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: debragrant on December 20, 2007, 02:29:26 PM

Title: convertion attempt - gone wrong
Post by: debragrant on December 20, 2007, 02:29:26 PM
I have included in a zip of my new theme which I called coppermine.

I can't get the style sheet to work & I have #{SUB_MENU} #{ADMIN_MENU} #{SYS_MENU} showing up on the page.
Title: Re: convertion attempt - gone wrong
Post by: debragrant on December 20, 2007, 02:36:36 PM
sorted out the style shett but not the other part :(

New template.html attached
Title: Re: convertion attempt - gone wrong
Post by: debragrant on December 20, 2007, 04:09:54 PM
gallery here (http://georgieparker.diva-host.com/gallery)
style sheet here (http://georgieparker.diva-host.com/gallery/themes/coppermine/style_wp.css)

why is my text still showing up so big?
Title: Re: convertion attempt - gone wrong
Post by: Nibbler on December 20, 2007, 04:54:56 PM
You don't have the basic Coppermine styles in the stylesheet. Copy from an existing theme instead of creating from nothing.
Title: Re: convertion attempt - gone wrong
Post by: debragrant on December 20, 2007, 05:02:28 PM
I used the classic theme & went through Gizmo's sticky.

What coppermine styles am I missing? I just copied over the .admin_menu stuff and nothings changed
Title: Re: convertion attempt - gone wrong
Post by: debragrant on December 20, 2007, 05:09:10 PM
I don't think it's my style sheet but my template file as changing the style sheet I still have the same problem
Title: Re: convertion attempt - gone wrong
Post by: Nibbler on December 20, 2007, 05:13:14 PM
Take the thumbnail captions for example. If you add the default styles to your stylesheet they will be displayed correctly.


.thumb_title {
        font-weight : bold;
        font-size: 80%;
        padding: 2px;
        display : block;
}

.thumb_caption {
        font-size: 80%;
        padding: 1px;
        display : block;
}
Title: Re: convertion attempt - gone wrong
Post by: debragrant on December 20, 2007, 05:31:00 PM
so I think I've added everything I just have to work out the styling.

Also #{SUB_MENU} #{ADMIN_MENU} #{SYS_MENU} are still problems