-
AuthorPosts
-
Phill Moderator
Phill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
September 2, 2011 at 1:12 am #410164Ha, you would not believe how bad Phils old host was. Possibly the worst I have ever seen. We had a total nightmare upgrading from J1 to J1.5 as the host wouldn’t let him.
mfcphil Friendmfcphil
- Join date:
- September 2007
- Posts:
- 2866
- Downloads:
- 3
- Uploads:
- 218
- Thanks:
- 211
- Thanked:
- 388 times in 133 posts
September 2, 2011 at 3:52 pm #410267Here is message found through IE9 f12 devoloper tools
HTML1115: X-UA-Compatible META tag (‘IE=9’) ignored because document mode is already finalized.
http://www.peacockquizzes.com
SCRIPT87: Invalid argument.
validate.js, line 6 character 30mfcphil Friendmfcphil
- Join date:
- September 2007
- Posts:
- 2866
- Downloads:
- 3
- Uploads:
- 218
- Thanks:
- 211
- Thanked:
- 388 times in 133 posts
September 2, 2011 at 3:59 pm #410268<em>@phill luckhurst 264606 wrote:</em><blockquote>Ha, you would not believe how bad Phils old host was. Possibly the worst I have ever seen. We had a total nightmare upgrading from J1 to J1.5 as the host wouldn’t let him.
</blockquote>
They had me limited to 100mb of space and no CPanel
I wont even name and shame them!
When I finally moved it was because their server had became corrupt and their sites were getting blocked by google because of exploits….Guy from Joomlart tried to help and installed a backup programe and took a backup of the site, this took the site over the 100mb and meant we couldnt even upload my own backup….
What a mare!
Blaine FriendBlaine
- Join date:
- August 2007
- Posts:
- 1443
- Downloads:
- 0
- Uploads:
- 25
- Thanks:
- 98
- Thanked:
- 177 times in 154 posts
September 2, 2011 at 4:53 pm #410279Phil,
Please PM the host name.
Also, please remove this code from the page it was placed on:
HTML1115: X-UA-Compatible META tag ('IE=9')
Advise me when this is done please.
Thanks!mfcphil Friendmfcphil
- Join date:
- September 2007
- Posts:
- 2866
- Downloads:
- 3
- Uploads:
- 218
- Thanks:
- 211
- Thanked:
- 388 times in 133 posts
September 2, 2011 at 6:17 pm #410300<em>@Blaine 264758 wrote:</em><blockquote>Phil,
Please PM the host name.
Also, please remove this code from the page it was placed on:
HTML1115: X-UA-Compatible META tag ('IE=9')
Advise me when this is done please.
Thanks!</blockquote>I have deleted
<meta http-equiv="X-UA-Compatible" content="IE=9">
from the “head” of my templateBlaine FriendBlaine
- Join date:
- August 2007
- Posts:
- 1443
- Downloads:
- 0
- Uploads:
- 25
- Thanks:
- 98
- Thanked:
- 177 times in 154 posts
September 2, 2011 at 9:56 pm #410333Great, we will keep working on this after you respond to my last PM’s
mfcphil Friendmfcphil
- Join date:
- September 2007
- Posts:
- 2866
- Downloads:
- 3
- Uploads:
- 218
- Thanks:
- 211
- Thanked:
- 388 times in 133 posts
September 3, 2011 at 4:04 am #410346<em>@Blaine 264818 wrote:</em><blockquote>Great, we will keep working on this after you respond to my last PM’s</blockquote>
replied to lots of questions about owning my site!
mfcphil Friendmfcphil
- Join date:
- September 2007
- Posts:
- 2866
- Downloads:
- 3
- Uploads:
- 218
- Thanks:
- 211
- Thanked:
- 388 times in 133 posts
September 3, 2011 at 9:20 am #410362here is another site getting built in the forum using this template with same issue …..obviously when viewed in IE9
Blaine FriendBlaine
- Join date:
- August 2007
- Posts:
- 1443
- Downloads:
- 0
- Uploads:
- 25
- Thanks:
- 98
- Thanked:
- 177 times in 154 posts
September 3, 2011 at 9:16 pm #410423Here is what Microsoft has to say:
<blockquote>Some websites might not display correctly in Windows Internet Explorer 9. For example, portions of a webpage might be missing, information in a table might be in the wrong locations, or colors and text might be incorrect. Some webpages might not display at all.If a portion of the webpage doesn’t display correctly, try one or more of the following procedures:
Show all
To turn on Compatibility View
To turn off Tracking Protection for a single website
If webpages don’t display at all, follow these steps:
To turn off hardware acceleration</blockquote>
mfcphil Friendmfcphil
- Join date:
- September 2007
- Posts:
- 2866
- Downloads:
- 3
- Uploads:
- 218
- Thanks:
- 211
- Thanked:
- 388 times in 133 posts
September 3, 2011 at 9:19 pm #410424so I’m guessinng there is no code to fix the IE9 problem?
mfcphil Friendmfcphil
- Join date:
- September 2007
- Posts:
- 2866
- Downloads:
- 3
- Uploads:
- 218
- Thanks:
- 211
- Thanked:
- 388 times in 133 posts
September 3, 2011 at 9:21 pm #410425as of yet……..
Blaine FriendBlaine
- Join date:
- August 2007
- Posts:
- 1443
- Downloads:
- 0
- Uploads:
- 25
- Thanks:
- 98
- Thanked:
- 177 times in 154 posts
September 3, 2011 at 9:51 pm #410426Well Phil,
Microsoft is not helpful.
People are criticizing Microsoft’s choice to include HTML5 and CSS3 because both are unfinished specifications, arguing that poor rendering (which does exist) and future changes could leave the browser in an IE6-like situation when it gets outdated.
It appears that at fault is IE9’s built in mechanism designed to help users view legacy websites the way they were intended for when built with IE6.
There are issues reported with Flash Player 10.3 in addition to the poor picture rendering that has been reported.
Problems are also being reported with Facebook, YouTube and gmail.
A Box Model Hack may be the solution. In basic terms, the box model hack uses bugs in Internet Explorer to force it to use CSS tags that other browsers will ignore.If you have a div like this:
div {
width: 100px;
padding: 10px;
border: 10px solid #000;
}It will be 140px wide in valid browsers, and 100px wide in Internet Explorer.
To fix this you need to set up two div selectors, one which defines the width for compliant browsers at 100px and one for IE at 140px.
div {
width: 100px;
}
div {
width: 140px;
width: 100px;
}The first line “width: 100px;” is for browsers like Mozilla and Opera that render correctly. Opera and other browsers choke on the escape character () and so will ignore the second and third properties. The second property “width: 140px;” is for IE/quirks mode. The final line “width: 100px;” will be read by escape friendly browsers (including IE in non-quirks mode) and set the width back to 100px. The problem here is that Netscape 4 crashes when it sees escape characters in the property names, so this isn’t done yet.
So now we need to implement The Tan Hack. The Tan Hack or StarHTMLHack relies on a quirk of IE 5 and 6(quirks mode). IE believes that the html tag is not the root element of a document. There is an extra element outside of the html element which IE considers to be the root. By selecting for that element, you can force IE to read your CSS, while other browsers, including Netscape 4, ignore the style completely:div {
width: 100px;
padding: 10px;
border: 10px solid #000;
}
* html div {
width: 140px; /* for IE5 and IE6 in quirks mode */
width: 100px; /* for IE6 in standards mode */
}In my opinion, this is a whole lot of work for the average person to do.
I offer my own solution which would be a note to IE9 users to view the site in IE8 for best viewing and then we, as developers, must just wait for Microsoft to get their coding straight. IMHO1 user says Thank You to Blaine for this useful post
mfcphil Friendmfcphil
- Join date:
- September 2007
- Posts:
- 2866
- Downloads:
- 3
- Uploads:
- 218
- Thanks:
- 211
- Thanked:
- 388 times in 133 posts
September 3, 2011 at 9:58 pm #410428I would like to thank you for all the trouble you have gone to on behalf of Microsoft…..its such a shame they dont work as hard!!
Its such a shame that we have been banging our heads around trying to fix something that cant be fixed..I have added a picture note on my site suggesting people use Firefox….shame I had to lose SEARCH position to get it in a visible spot.
I’m guessing the IE9 error in 1.7 is also the reason I cant save in global config…
mfcphil Friendmfcphil
- Join date:
- September 2007
- Posts:
- 2866
- Downloads:
- 3
- Uploads:
- 218
- Thanks:
- 211
- Thanked:
- 388 times in 133 posts
September 3, 2011 at 9:59 pm #410430I am now going to reset the compatibility button to my site to ON!
Blaine FriendBlaine
- Join date:
- August 2007
- Posts:
- 1443
- Downloads:
- 0
- Uploads:
- 25
- Thanks:
- 98
- Thanked:
- 177 times in 154 posts
September 3, 2011 at 10:24 pm #410432Phil,
Instead of losing a position, maybe you could ADD one in the form of a TOP PANEL DROP DOWN.
You could label it ÏE9 USERS CLICK HERE”and then when it drops down you could have a little blurb about the viewing of the site. -
AuthorPosts
This topic contains 103 replies, has 5 voices, and was last updated by mfcphil 13 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum