-
AuthorPosts
-
SHoggard Friend
SHoggard
- Join date:
- October 2006
- Posts:
- 290
- Downloads:
- 5
- Uploads:
- 21
- Thanks:
- 26
- Thanked:
- 7 times in 1 posts
December 6, 2009 at 2:24 am #146625My body text fornts have all turned to bold font – how do I get the ‘normal’ back?
Where it the line of code controlling this?
micrantha Friendmicrantha
- Join date:
- May 2007
- Posts:
- 465
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 6
- Thanked:
- 158 times in 148 posts
December 6, 2009 at 12:28 pm #325825Hello sHoggard,
Look in template.css
First subject:/* COMMON STYLE
--------------------------------------------------------- */
body {
background: #fff;
color: #444;
font-family: Arial, sans-serif;
line-height: 1.5;
}
But maybe you have accidentally overwritten these lines somewhere else in the css-code?
kryptos Friendkryptos
- Join date:
- November 2009
- Posts:
- 105
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 9
- Thanked:
- 13 times in 9 posts
December 6, 2009 at 1:47 pm #325829I also had this issue… and messy code in one article was the reason 😮
SHoggard FriendSHoggard
- Join date:
- October 2006
- Posts:
- 290
- Downloads:
- 5
- Uploads:
- 21
- Thanks:
- 26
- Thanked:
- 7 times in 1 posts
December 6, 2009 at 3:36 pm #325832kryptos, How did you resolve it?
mfcphil Friendmfcphil
- Join date:
- September 2007
- Posts:
- 2866
- Downloads:
- 3
- Uploads:
- 218
- Thanks:
- 211
- Thanked:
- 388 times in 133 posts
December 6, 2009 at 3:42 pm #325834<em>@SHoggard 155786 wrote:</em><blockquote>My body text fornts have all turned to bold font – how do I get the ‘normal’ back?
Where it the line of code controlling this?</blockquote>
Did you copy and paste from word?
SHoggard FriendSHoggard
- Join date:
- October 2006
- Posts:
- 290
- Downloads:
- 5
- Uploads:
- 21
- Thanks:
- 26
- Thanked:
- 7 times in 1 posts
December 6, 2009 at 3:50 pm #325836Mostly, though its never changed ALL the font attributes before
kryptos Friendkryptos
- Join date:
- November 2009
- Posts:
- 105
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 9
- Thanked:
- 13 times in 9 posts
December 6, 2009 at 4:50 pm #325838Install JCE editor and copy text from Word with “Paste from Word” tool.
and yes, messy code can change fonts atributes in all frontpage.
I cleaned up my text code and i resolve that problem…
SHoggard FriendSHoggard
- Join date:
- October 2006
- Posts:
- 290
- Downloads:
- 5
- Uploads:
- 21
- Thanks:
- 26
- Thanked:
- 7 times in 1 posts
December 9, 2009 at 4:04 am #326131Thanks – I’m using JCE – even then it has changed the font ot bold in ALL articles – to clean up messy code – what am I looking for?
Is there any way to avoid having to go through each article individually to clean up?I’ve never had this problem before, until I swithched to Telline – is this just a template issue where it is taking Word attributes and overwirting ALL body CSS?
It’s a real pain!kryptos Friendkryptos
- Join date:
- November 2009
- Posts:
- 105
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 9
- Thanked:
- 13 times in 9 posts
December 9, 2009 at 7:51 am #326147open your article, copy text to clipboard, than delete it.
click on “paste form word” icon, paste text and save.
or, switch to html view and delete all code instead <p>, <br> and <div> tags and text.
try this. I don’t see your live site so this is the only I can suggest. sorry for that… 🙁
In my case, <strong> </strong> tags were on the beginning of the text in only ONE article in front of picture, I couldn’t see bold text trough normal WYSIWYG editor because tags were closed without any text between. When I switched view to html, I was able to delete these tags. It seems easy now, but it wasn’t on the beginning, believe me…
so, to avoid future problems, always copy text with “paste from word” tool.
this template looks great, but it’s very, very hard to set up to work like it should.
SHoggard FriendSHoggard
- Join date:
- October 2006
- Posts:
- 290
- Downloads:
- 5
- Uploads:
- 21
- Thanks:
- 26
- Thanked:
- 7 times in 1 posts
December 9, 2009 at 8:17 am #326155So I have to go through each article looking for <strong> tags ? 🙁
kryptos Friendkryptos
- Join date:
- November 2009
- Posts:
- 105
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 9
- Thanked:
- 13 times in 9 posts
December 9, 2009 at 8:30 am #326157no, you don’t.
try unpublish and publish again article by article until you find the right one…when you find it, look at the html code and try to do something with it, so you will know in the future what makes your front page text bold 🙂
SHoggard FriendSHoggard
- Join date:
- October 2006
- Posts:
- 290
- Downloads:
- 5
- Uploads:
- 21
- Thanks:
- 26
- Thanked:
- 7 times in 1 posts
December 15, 2009 at 2:24 am #326581I have not got around to using your sollution kryptos (too many other things get in the way!).
BUT I just noticed something very odd:
When viewing as a GUEST the fonts are normal & Ok
When viewing as Registered the fonts turn BoldThis is strange
kryptos Friendkryptos
- Join date:
- November 2009
- Posts:
- 105
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 9
- Thanked:
- 13 times in 9 posts
December 15, 2009 at 7:30 am #326611Hi
Try to turn off System – JA User Setting plugin, than delete cache (both, joomla and browser cache), and turn back on this plugin again.
SHoggard FriendSHoggard
- Join date:
- October 2006
- Posts:
- 290
- Downloads:
- 5
- Uploads:
- 21
- Thanks:
- 26
- Thanked:
- 7 times in 1 posts
December 27, 2009 at 9:54 am #327546thanks Kryptos,
your solution didn’t work…. any other ideas?<blockquote>Try to turn off System – JA User Setting plugin, than delete cache (both, joomla and browser cache), and turn back on this plugin again</blockquote>
kryptos Friendkryptos
- Join date:
- November 2009
- Posts:
- 105
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 9
- Thanked:
- 13 times in 9 posts
December 27, 2009 at 5:14 pm #327551if you still have your frontpage with bold font, I have no idea what to do than try to locate article which makes your frontpage bold, just like I did when I had that problem.
turn off articles one by one untill your front page is fixed.
than just reset your user setings on the bottom of your page. -
AuthorPosts
This topic contains 16 replies, has 4 voices, and was last updated by SHoggard 14 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum