coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: Nuage on August 03, 2006, 03:20:15 PM

Title: Everything Centered
Post by: Nuage on August 03, 2006, 03:20:15 PM
I've just upgraded my 1.3.3 to 1.4.8 and everything is centered now, the albums, the categories etc. The weirdest thing is that it's only like that in IE, in Firefox, everything is normal. Any way to fix this?

www.angelinaweb.org/imagedb (even the login thing is centered)

user: test01
pass: test01

Thanks!
Title: Re: Everything Centered
Post by: Sami on August 03, 2006, 03:28:08 PM
your gallery need an account to log in , if need help , you should post a test (non-admin ) account
Title: Re: Everything Centered
Post by: Nibbler on August 03, 2006, 03:32:38 PM
No such version as 4.6.8
Title: Re: Everything Centered
Post by: Nuage on August 03, 2006, 03:34:43 PM
sorry fixed.. so any ideas why it's like that? i checked the css and i think it's not that
Title: Re: Everything Centered
Post by: Sami on August 03, 2006, 03:57:53 PM
you need to have catrow_noalb and catrow on your style.css
copy these two to your style.css

.catrow_noalb {

        padding-top: 3px;

        padding-right: 10px;

        padding-bottom: 3px;

        padding-left: 10px;

}
.catrow {
        padding-top: 3px;

        padding-right: 10px;

        padding-bottom: 3px;

        padding-left: 10px;

}

Title: Re: Everything Centered
Post by: Nuage on August 03, 2006, 04:06:18 PM
done.. but still the same :(
Title: Re: Everything Centered
Post by: Sami on August 03, 2006, 04:08:45 PM
can you zip your custom theme and attach it (using additional option) to this thread ? I'll check it localy and correct it ;)
Title: Re: Everything Centered
Post by: Nuage on August 03, 2006, 04:55:33 PM
Thanks! Now I figured out that it's the template.html file who causes this problem because when I use one of another theme's, it's normal. But it messes with the colours and tables and all.. is there any way you can play on this file and fix it without modifying the appearance? i mean other than the alignment :D ok I fixed the problem by making a new template.html file :)
Title: Re: Everything Centered
Post by: Sami on August 03, 2006, 05:50:19 PM
issue solve then?
Title: Re: Everything Centered
Post by: Nuage on August 03, 2006, 06:29:25 PM
well I have another problem :( I probably did something wrong and now when you click the "normal"s the pop up doesn't open.. what should I do to fix it? nevermind solved :D
Title: Re: Everything Centered
Post by: Nibbler on August 03, 2006, 06:33:26 PM
You set the path to scripts.js wrong in your template.html, should point to the Coppermine main folder.

<script type="text/javascript" src="themes/classic2/scripts.js"></script

One issue per thread in future please.