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!
your gallery need an account to log in , if need help , you should post a test (non-admin ) account
No such version as 4.6.8
sorry fixed.. so any ideas why it's like that? i checked the css and i think it's not that
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;
}
done.. but still the same :(
can you zip your custom theme and attach it (using additional option) to this thread ? I'll check it localy and correct it ;)
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 :)
issue solve then?
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
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.