-
AuthorPosts
-
October 29, 2009 at 8:42 am #145599
Hey Guys,
I had problems on displaying the site on IE browsers. FF and Safari works fine. Any help.
URL: http://philippineindex.com/sites/pinoyaussie/
Thanks,
Mic
John Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
October 29, 2009 at 3:35 pm #322034Hi qtech!
You’ve actually got problems with FF as well…as you should NOT see a scroll bar at the bottom of the screen. 🙂
Here’s your problem:
In template.css – line 1067
h1.logo a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/logo.png) no-repeat scroll left center;
display:block;
height:48px;
width:2158px;
}
Apparently just a typo as the width of your Logo graphic is 215 px.
Correct the width above and you should be back in business.Have fun!
John.Arvind Chauhan ModeratorArvind Chauhan
- Join date:
- September 2014
- Posts:
- 3835
- Downloads:
- 74
- Uploads:
- 92
- Thanks:
- 1240
- Thanked:
- 1334 times in 848 posts
October 29, 2009 at 3:38 pm #322035Ha Ha,
True example of Typo Mistake. 😀
Arvind
October 30, 2009 at 12:53 am #322064Thank for the quick reply. After correcting the typo error of (2158px) The error was still there.
Nothing changed at all.background:transparent url(../images/logo.png) no-repeat scroll left center;
display:block;
height:48px;
width:215px;I need help. Thank You.
-Mic
John Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
October 30, 2009 at 4:41 pm #322145Okay…now you have the Microsoft WORD crud problem.
Very easy to fix.
Open the article entitled: Enjoy the most convenient and secure remittance service
Now view the source code for this article and you will see A TON of CRAP that gets copied over when you cut and paste from a MS Word article into a Joomla WYSIWYG editor.All you have to do is get rid of the CRUD (anything with “mso” or “w:BlahBlahBlah” attached to it) and you’ll be good to go.
Here’s a snippet taken from your current source code:
><!--><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:TrackMoves />
<w:TrackFormatting /> <w:PunctuationKerning /> <w:ValidateAgainstSchemas />
<w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:DoNotPromoteQF /> <w:LidThemeOther>
EN-PH</w:LidThemeOther> <w:LidThemeAsian>X-NONE</w:LidThemeAsian> <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell />
<w:WrapTextWithPunct /> <w:UseAsianBreakRulesEasiest way:
+ On the Joomla Editor Display version of the article (not the source code) Highlight , Right-Click and Copy your article
+ Open Windows NotePad and paste the article in it. (this removes all MS formatting)
+ In your Joomla editor open the source code of your article and DELETE EVERYTHING so that you will start with a clean plate.
+ Right-Click and Copy your Article from NotePad into the DISPLAY version of your editor window.
+ Now do all the formatting you want and your good to go.And from now on…DON’T CUT AND PASTE FROM MICROSOFT WORD. 🙂 Or at least get a better WYSIWYG editor like JCE which includes a “Paste from MSWord” button which kills all the crap.
Once you fix this your article with reappear…and you may have to repeat for any other articles that are not showing on your front page.
Have fun. (God Bless Bill Gates)
John. -
AuthorPosts
This topic contains 6 replies, has 3 voices, and was last updated by qtech 15 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum