-
AuthorPosts
-
February 12, 2013 at 7:08 pm #184906
When I view my site in Firefox the template displays properly but when I view in in Internet Explorer some of the pages load a different style and not the default style i have chosen.
How do i fix this?
tfosnom Friendtfosnom
- Join date:
- October 2010
- Posts:
- 742
- Downloads:
- 0
- Uploads:
- 31
- Thanks:
- 145
- Thanked:
- 200 times in 94 posts
February 13, 2013 at 5:08 am #483273<em>@cnaughton 359842 wrote:</em><blockquote>When I view my site in Firefox the template displays properly but when I view in in Internet Explorer some of the pages load a different style and not the default style i have chosen.
How do i fix this?</blockquote>
Please include the live url so we can test and see whats going on
Blessings ShannonFebruary 13, 2013 at 4:46 pm #483316So sorry!
The site is http://www.edibleartistsnetwork.com
Manos ModeratorManos
- Join date:
- February 2014
- Posts:
- 2806
- Downloads:
- 46
- Uploads:
- 56
- Thanks:
- 200
- Thanked:
- 633 times in 576 posts
February 13, 2013 at 5:37 pm #483318I am trying to find the difference can you please point out the pages that load with different style ?
February 13, 2013 at 5:47 pm #483321I have attached screen shots.
This happens when I visit the homepage http://www.edibleartistsnetwork.com
-
Manos Moderator
Manos
- Join date:
- February 2014
- Posts:
- 2806
- Downloads:
- 46
- Uploads:
- 56
- Thanks:
- 200
- Thanked:
- 633 times in 576 posts
February 13, 2013 at 10:37 pm #483344Interesting,
Here’s what i get using IE 10 -> http://prntscr.com/snape
and here’s what i get using FF 19 -> http://prntscr.com/snaweAm i missing it ? (maybe not 100% sure)
Regards
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
February 13, 2013 at 11:48 pm #483347It looks like you are loading too many stylesheets for IE8/9 to handle. There is a limitation of 30 stylesheets with IE but with all your extensions I think you are exceeding that.
There may be some extensions on the JED that will compress your css into less files to fix the IE problem you are having.
1 user says Thank You to Phill for this useful post
Manos ModeratorManos
- Join date:
- February 2014
- Posts:
- 2806
- Downloads:
- 46
- Uploads:
- 56
- Thanks:
- 200
- Thanked:
- 633 times in 576 posts
February 14, 2013 at 12:14 am #483348You are right Phill there are more than 30 CSS files and way beyond JS files -> http://prntscr.com/snomy
1 user says Thank You to Manos for this useful post
Wall Crasher DeveloperWall Crasher
- Join date:
- December 2011
- Posts:
- 1113
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 66
- Thanked:
- 361 times in 300 posts
February 14, 2013 at 5:19 am #483373Hi cnaughton,
Since JA Wall does not come with JA T3 Framework.
You can use @import css to bypass this problem. It should be something like this.<style type=”text/css”>
@import url(“import3.css”);
@import url(“/templates/system/css/system.css”);
@import url(“/templates/ja_wall/css/reset.css”);
@import url(“/templates/ja_wall/css/layout.css”);
@import url(“/templates/ja_wall/css/core.css”);
@import url(“/templates/ja_wall/css/navigation.css”);
@import url(“/templates/ja_wall/css/joomla.css”);
@import url(“/templates/ja_wall/css/modules.css”);
@import url(“/templates/ja_wall/css/template.css”);
@import url(“/templates/ja_wall/css/k2.css”);
@import url(“/templates/ja_wall/css/print.css”);
….
</style>Hope it helps.
Regards
1 user says Thank You to Wall Crasher for this useful post
-
AuthorPosts
Viewing 9 posts - 1 through 9 (of 9 total)This topic contains 9 replies, has 5 voices, and was last updated by Wall Crasher 11 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum