-
AuthorPosts
-
corrado444 Friend
corrado444
- Join date:
- July 2006
- Posts:
- 41
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 4 times in 1 posts
November 23, 2006 at 1:29 am #117751On my Ja Regulus based template I get flash of font size – where the initial font is smaller than the one that eventually loads.It’s annoying and I haven’t been able to fix it. I looke in every CSS file without luck.
Anyone with a fresh mind wants to try?
Khanh Le ModeratorKhanh Le
- Join date:
- November 2013
- Posts:
- 1884
- Downloads:
- 41
- Uploads:
- 31
- Thanks:
- 44
- Thanked:
- 203 times in 131 posts
November 23, 2006 at 3:29 am #211945Open your template css file template_css.css, change following value from 66 to 76:
body {
margin: 0;
padding: 0;
color: #0F1114;
background: #FFFFFF;
font: 66% "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
}corrado444 Friendcorrado444
- Join date:
- July 2006
- Posts:
- 41
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 4 times in 1 posts
November 23, 2006 at 11:00 pm #211972Better, thank you. However I am still experiencing a line height “jump” as well. I’ll try messing up with that value.
Out of curiosity, where was the value that created the “flash”? In the javascript file? If so the line height may be there too. I’ll look, but I always like to know the “why” of things as well.
Thank you so much
corrado444 Friendcorrado444
- Join date:
- July 2006
- Posts:
- 41
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 4 times in 1 posts
November 23, 2006 at 11:06 pm #211973OK, I found the font size declaration in the JS file.
Now I noticed (before it was masked by the font size) that the line height does jump and it seems to get better if I change it from 160% to 100% without any negative impact on my content that I can see, but also I notice that the letter spacing “jumps” (again for lack of a better term) from one size to another. I am currently trying to find where the declaration is and I’ll post the solution if I find it.Thank you again
corrado444 Friendcorrado444
- Join date:
- July 2006
- Posts:
- 41
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 4 times in 1 posts
November 23, 2006 at 11:31 pm #211974More updates: There is a jump in the .contentheading font wereas it could be a bold or a letter spacing issue. Another jump somehow appears on the div right above the main content right below the id=”pathway”. It could be the fact I eliminated the previous divs part of the content rotator.
Now that I am working on it it’s becoming supremely annoying. Any help appreciated http://www.conticreative.comcorrado444 Friendcorrado444
- Join date:
- July 2006
- Posts:
- 41
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 4 times in 1 posts
November 23, 2006 at 11:41 pm #211975New clue: IE7 only I see the jump. I fixed the jump in the pathway by fixing the div height manually and it stopped jumping, however the .contentheading and the <li> line height are respectively jumping larger and taller and settle back to their size.
This behavior does not happen in Firefox at all. Only in IE7 (Have no idea about IE6)Khanh Le ModeratorKhanh Le
- Join date:
- November 2013
- Posts:
- 1884
- Downloads:
- 41
- Uploads:
- 31
- Thanks:
- 44
- Thanked:
- 203 times in 131 posts
November 24, 2006 at 3:04 am #211981Firstly, you should apply this hack to fix the rendering problem on IE7: http://www.joomlart.com/forums/showpost.php?p=4017&postcount=6
For the font flash: This template support font size adjustment on client site (users click on ‘+’, ‘-‘ buttons). If you think that it annoys you and your users, you should turn off this function by following these steps:
1. Open index.php.
2. Set value of $tool to 0
3. Search “<body id=”bd” onload=”setUserOptions();initRoll();”>” and replace by:
<body id=”bd” onload=”initRoll();”>corrado444 Friendcorrado444
- Join date:
- July 2006
- Posts:
- 41
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 4 times in 1 posts
November 24, 2006 at 9:03 pm #211999Hi, changing the body id” code seems to have fixed the problem. $tool was already at 0 as I had figured that outon m own and the font resizing is still working fine.
It seems that with your help we fixed the problem. Thank you
December 13, 2006 at 11:07 pm #212538Any more progress on this?
I, too, have an issue where the page loads then flashes, except that the inital font is larger and then gets smaller as the page settles.
Downloaded this template on 12/11/06.
Also, is the font size set in:
/* normal text */
td, div {
font-size: 1em;I would like my found to be slightly larger. But setting it to 1.1em makes it too large. Setting it to 1.05 does’t seem to make it very happy. Recommendations? Thanks!
-
AuthorPosts
This topic contains 9 replies, has 3 voices, and was last updated by jvernoski 17 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum