- This topic has 7 replies, 3 voices, and was last updated 7 years, 2 months ago by
kiwi.
-
28th June 2016 at 7:07 am #6636
Got a peculiar problem. Thought it was the text I was copying but the stuff today is definitely has proper sentence capitalization. From the source I highlight, copy, paste.
SOURCE:
She married Howard Pratt Johnson of Montclair, N.J., on Oct. 25, 1947, moving to Montclair to raise their three children. In 1978, Mrs. Johnson moved back to Washington, D.C., where she worked at the Covington Burlington Law Firm for many years.MY SITE
She Married Howard Pratt Johnson Of Montclair, N.J., On Oct. 25, 1947, Moving To Montclair To Raise Their Three Children. In 1978, Mrs. Johnson Moved Back To Washington, D.C., Where She Worked At The Covington Burlington Law Firm For Many Years.Copying text into a text editor shows it properly. But, that’s quite an extra step that shouldn’t be requred. Transformation options is only for UPPER, lower or Capitilize every word
----- [updated: 31Aug2023]
Alter-Drukarsh connections |The Garelicks|Journal 3.3.12 - PHP Version 8.1.17 - mySQL 8.1
The Royals |The Kennedys|The Gerrer Rabbis 3.3.12 - PHP Version 8.1.17 - mySQL 8.1 -
28th June 2016 at 7:33 am #6637
Transformation options is only for UPPER, lower or Capitilize every word
Yes, with one important proviso. The transformations you refer to are css, and therefore applied within a specific html tag. In your example all words in the paragraph are capitalised, so it is likely they are contained within their own html tag, perhaps a div, p, or span. This is not uncommon when you copy / paste from a web site.
I would need to see the actual source code as it currently exists on your site to fully understand what is happening here though and how best to prevent it, if possible. Can you tell me where to find it, and if part of a private record let me have a login to view it?
My major concern here is not the look of it, but that we “should” be stripping all html tags from any text entered into a source, note,
Cincinnaticitation, etc; and also which css style from the theme this is coincidentally picking up.Nigel
My personal kiwitrees site is www.our-families.info -
28th June 2016 at 7:53 am #6638
But if I took the step to copy into a text editor, that would have stripped any chance of there being code. (Which I doubt as I’ve never had this problem before).
I’ll upgrade my Royals site and put it there, later tonight.----- [updated: 31Aug2023]
Alter-Drukarsh connections |The Garelicks|Journal 3.3.12 - PHP Version 8.1.17 - mySQL 8.1
The Royals |The Kennedys|The Gerrer Rabbis 3.3.12 - PHP Version 8.1.17 - mySQL 8.1 -
28th June 2016 at 8:01 am #6639
Is the original source this page: http://www.legacy.com/obituaries/capitalgazette/obituary.aspx?n=katherine-addison-johnson&pid=137012220 ?
If so, there is nothing in it’s source code that would cause this. So very odd….
Before upgrading your Royals site, try looking at the problem where it exists now in different themes. If that changes it, then there is probably an issue with colors theme. If it doesn’t, then it’s probably not being caused by kiwitrees at all, and therefore unlikely to appear on your other site even after an upgrade.
Nigel
My personal kiwitrees site is www.our-families.info -
28th June 2016 at 8:07 am #6640
Don’t worry, I’ve found the problem. Its nothing to do with that particular source or that text. ANY place where the html class “fact_table” is used in the colors theme will be capitalised! So a bug to be fixed.
Short term if you want you can fix it by adding this to your colors theme mystyle.css file:
.facts_table { text-transform: none; } .facts_label { text-transform: capitalize; }
Nigel
My personal kiwitrees site is www.our-families.info -
28th June 2016 at 10:31 am #6641
Just pasted the same text into a new note field and it seems “normal”. Will check your fixes when releasing the next upgrade before removing it. Although, admittedly, I forget what fixes I’m waiting for <LAUGH>
----- [updated: 31Aug2023]
Alter-Drukarsh connections |The Garelicks|Journal 3.3.12 - PHP Version 8.1.17 - mySQL 8.1
The Royals |The Kennedys|The Gerrer Rabbis 3.3.12 - PHP Version 8.1.17 - mySQL 8.1 -
5th July 2016 at 8:51 pm #6659
Ex. married text is typed with capital letter at the indipage but at familypage it is normal.
First I was thinking I was crazy. No I know I am not 😛
Regards, Jamie Jaconelli
admin and owner of a user customized version of kiwitrees (contain 3 family trees)
-
6th July 2016 at 7:42 am #6662
Ex. married text is typed with capital letter at the indipage but at familypage it is normal.
First I was thinking I was crazy. No I know I am not
The fix is the same as I gave above.
Nigel
My personal kiwitrees site is www.our-families.info
- The topic ‘Every Word Capitalized’ is closed to new replies.