[Solved]: Changing Antique theme from uppercase to none [Solved]: Changing Antique theme from uppercase to none
 

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

[Solved]: Changing Antique theme from uppercase to none

Started by anniesgranny, September 13, 2009, 03:12:12 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

anniesgranny

In the Antique theme the user comments are always displayed in uppercase even thought they are entered in mixed case.
How can I change this?

phill104

Can you provide a link to your site? The version of the them in the demo shows both upper and lower case fine.
It is a mistake to think you can solve any major problems just with potatoes.

anniesgranny

Hi,
Sorry, but my site is private and contains photos I don't have the contributors permission to share.
When I check the demo the comments are mixed case in Classic theme but upper in Antique.
For me, this link displays only upper case comments on the bottom of the screen:
http://coppermine-gallery.net/demo/cpg14x/displayimage.php?album=lastcom&cat=0&pos=0

Thanks for the help!

phill104

In that case there must be a browser issue. For me the comments are mixed case on the link you provided.

As I cannot check your site there is little else I can do to help.
It is a mistake to think you can solve any major problems just with potatoes.

François Keller

you must search in the style_wp.css file for this code
#comments,#respond {
text-transform: uppercase;
margin: 0;
margin-top: 15px;
color: #441207;
font: 0.9em verdana, helvetica, sans-serif;
}

and comment delete or modify the
text-transform: uppercase;

not tested, but should do the trick
@Phill, with the Antique theme, the comments are uppercase
Avez vous lu la DOC ? la FAQ ? et cherché sur le forum avant de poster ?
Did you read the DOC ? the FAQ ? and search the board before posting ?
Mon Blog

phill104

I've just noticed I was looking with the classic theme. I was being a bit thick and just clicking the supplied link :-[

Just tested and the code is around line 471 of the aformentioned file.

I would simple change

text-transform: uppercase;

to

text-transform: none;

And then keep notes somewhere incase any upgrades or restores you do in future overwrite this.
It is a mistake to think you can solve any major problems just with potatoes.

anniesgranny

Thanks for trying to help!
Yes, that did the trick. But only if I changed it in the original Antique theme and not in my own copy.
There seems to be some redirect that points to the original and not the adapted theme.
Any clues on where to look?


François Keller

yes, look at the css include path in your template.html file
Avez vous lu la DOC ? la FAQ ? et cherché sur le forum avant de poster ?
Did you read the DOC ? the FAQ ? and search the board before posting ?
Mon Blog

anniesgranny

This is strange. The template.html points to my adapted theme.
I have changed it before, moved the side bar to the left, changed the width and it works fine.
But not this text-transform.
It seems impossible, and I have checked x number of times now that I am actually adapting the correct and active theme.
I will try to change something else in it now, color of the text or something, just to prove that to myself...


phill104

Try clearing your browsers cache. If that doesn't work zip your custom theme folder and attach it to your next post.
It is a mistake to think you can solve any major problems just with potatoes.

anniesgranny

Clearing the cache did it! Thanks' a million!!