-
AuthorPosts
-
chanthorn Friend
chanthorn
- Join date:
- January 2010
- Posts:
- 39
- Downloads:
- 0
- Uploads:
- 18
- Thanks:
- 26
- Thanked:
- 1 times in 1 posts
April 21, 2010 at 4:45 am #150532I have a problem with Internet Explorer, all my article don’t show.
http://www.beta.hrinc.com.kh/index.php?option=com_content&view=category&id=9&Itemid=65
But it work well with Mozilla.Thanks,
Chanthorn-
Anonymous Moderator
JA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
April 22, 2010 at 9:49 am #341172Hi there,
– The articles on the link http://www.beta.hrinc.com.kh/index.php?option=com_content&view=category&id=9&Itemid=65 are pasted into Joomla from Word file, thus auto generating scripts which are not supported in IE browser
– To solve the problem, you need to find and edit those articles by removing the following scripts<blockquote><!–><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> <w:UseFELayout /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><!–><!–><xml> <w:LatentStyles DefLockedState=”false” LatentStyleCount=”156″> </w:LatentStyles> </xml><!–><!–>
<object classid=”clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D” id=ieooui>
</object>
<mce:style><! st1:*{behavior:url(#ieooui) } –> <!—-> <!–> <mce:style><! /* Style Definitions */ table.MsoNormalTable {mso-style-name:”Table Normal”; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-parent:””; mso-padding-alt:0in 5.4pt 0in 5.4pt; mso-para-margin:0in; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:10.0pt; font-family:”Times New Roman”; mso-ansi-language:#0400; mso-fareast-language:#0400; mso-bidi-language:#0400;} –> <!—-><!—-></blockquote>
Eg: We have fixed using the above solution for the article http://www.beta.hrinc.com.kh/index.php?option=com_content&view=article&id=42:using-emails-and-internet-wisely&catid=9:job-tool-and-article&Itemid=65
2 users say Thank You to JA Developer for this useful post
April 22, 2010 at 6:45 pm #341257I’ve had similar problem, now solved it successfully. Thanks for help!
chanthorn Friendchanthorn
- Join date:
- January 2010
- Posts:
- 39
- Downloads:
- 0
- Uploads:
- 18
- Thanks:
- 26
- Thanked:
- 1 times in 1 posts
April 23, 2010 at 4:11 am #341290Thanks, now problem is solved.
April 23, 2010 at 7:33 am #341310How it was solved?
chanthorn Friendchanthorn
- Join date:
- January 2010
- Posts:
- 39
- Downloads:
- 0
- Uploads:
- 18
- Thanks:
- 26
- Thanked:
- 1 times in 1 posts
April 23, 2010 at 8:14 am #341315Just edit article as HTML code and delete some texts below:
<blockquote><!–><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <wontGrowAutofit /> <w:UseFELayout /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><!–><!–><xml> <w:LatentStyles DefLockedState=”false” LatentStyleCount=”156″> </w:LatentStyles> </xml><!–><!–>
<object classid=”clsid:38481807-CA0E-42D2-BF39-B33AF135CC4D” id=ieooui>
</object>
<mce:style><! st1:*{behavior:url(#ieooui) } –> <!—-> <!–> <mce:style><! /* Style Definitions */ table.MsoNormalTable {mso-style-name:”Table Normal”; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-parent:””; mso-padding-alt:0in 5.4pt 0in 5.4pt; mso-para-margin:0in; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:10.0pt; font-family:”Times New Roman”; mso-ansi-language:#0400; mso-fareast-language:#0400; mso-bidi-language:#0400;} –> <!—-><!—-> </blockquote>
***Note: Use Mozilla browser to edit, otherwise you won’t see the text.
This’s what i did.
1 user says Thank You to chanthorn for this useful post
September 30, 2010 at 5:09 am #357140<em>@chanthorn 175772 wrote:</em><blockquote>Just edit article as HTML code and delete some texts below:
***Note: Use Mozilla browser to edit, otherwise you won’t see the text.
This’s what i did.</blockquote>
——–
I think I have the same problem with Internet Explorer text not displaying properly, but Mozilla Firefox does. I did use Word to write/edit text that I put into Articles and did not realize hidden scripts were being added.Sorry, I am just a Joomla beginner, but I need details as to exactly what “delete some texts below” means. What scripts/code am I supposed to look for and remove?
-
AuthorPosts
Viewing 7 posts - 1 through 7 (of 7 total)This topic contains 7 replies, has 5 voices, and was last updated by faithfamily 14 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum