Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: [Solved]: Changing Antique theme from uppercase to none  (Read 4927 times)

0 Members and 1 Guest are viewing this topic.

anniesgranny

  • Contributor
  • Coppermine novice
  • ***
  • Offline Offline
  • Posts: 20
[Solved]: Changing Antique theme from uppercase to none
« on: September 13, 2009, 03:12:12 pm »

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?
« Last Edit: September 17, 2009, 03:28:42 pm by Joachim Müller »
Logged

phill104

  • Administrator
  • Coppermine addict
  • *****
  • Country: gb
  • Offline Offline
  • Gender: Male
  • Posts: 4885
    • Windsurf.me
Re: Changing Antique theme from uppercase to none
« Reply #1 on: September 13, 2009, 03:23:36 pm »

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

anniesgranny

  • Contributor
  • Coppermine novice
  • ***
  • Offline Offline
  • Posts: 20
Re: Changing Antique theme from uppercase to none
« Reply #2 on: September 13, 2009, 03:27:28 pm »

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!
Logged

phill104

  • Administrator
  • Coppermine addict
  • *****
  • Country: gb
  • Offline Offline
  • Gender: Male
  • Posts: 4885
    • Windsurf.me
Re: Changing Antique theme from uppercase to none
« Reply #3 on: September 13, 2009, 03:43:48 pm »

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.
Logged
It is a mistake to think you can solve any major problems just with potatoes.

François Keller

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: fr
  • Offline Offline
  • Gender: Male
  • Posts: 9094
  • aka Frantz
    • Ma galerie
Re: Changing Antique theme from uppercase to none
« Reply #4 on: September 13, 2009, 03:45:40 pm »

you must search in the style_wp.css file for this code
Code: [Select]
#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
Code: [Select]
text-transform: uppercase;
not tested, but should do the trick
@Phill, with the Antique theme, the comments are uppercase
Logged
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

  • Administrator
  • Coppermine addict
  • *****
  • Country: gb
  • Offline Offline
  • Gender: Male
  • Posts: 4885
    • Windsurf.me
Re: Changing Antique theme from uppercase to none
« Reply #5 on: September 13, 2009, 03:47:19 pm »

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

Code: [Select]
text-transform: uppercase;
to

Code: [Select]
text-transform: none;
And then keep notes somewhere incase any upgrades or restores you do in future overwrite this.
Logged
It is a mistake to think you can solve any major problems just with potatoes.

anniesgranny

  • Contributor
  • Coppermine novice
  • ***
  • Offline Offline
  • Posts: 20
Re: Changing Antique theme from uppercase to none
« Reply #6 on: September 13, 2009, 04:00:01 pm »

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?

Logged

François Keller

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: fr
  • Offline Offline
  • Gender: Male
  • Posts: 9094
  • aka Frantz
    • Ma galerie
Re: Changing Antique theme from uppercase to none
« Reply #7 on: September 13, 2009, 04:03:50 pm »

yes, look at the css include path in your template.html file
Logged
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

  • Contributor
  • Coppermine novice
  • ***
  • Offline Offline
  • Posts: 20
Re: Changing Antique theme from uppercase to none
« Reply #8 on: September 13, 2009, 04:10:38 pm »

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...

Logged

phill104

  • Administrator
  • Coppermine addict
  • *****
  • Country: gb
  • Offline Offline
  • Gender: Male
  • Posts: 4885
    • Windsurf.me
Re: Changing Antique theme from uppercase to none
« Reply #9 on: September 13, 2009, 04:32:47 pm »

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

anniesgranny

  • Contributor
  • Coppermine novice
  • ***
  • Offline Offline
  • Posts: 20
Re: Changing Antique theme from uppercase to none
« Reply #10 on: September 13, 2009, 04:39:27 pm »

Clearing the cache did it! Thanks' a million!!
Logged
Pages: [1]   Go Up
 

Page created in 0.02 seconds with 19 queries.