Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • cnaughton Friend
    #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 Friend
    #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 Shannon

    cnaughton Friend
    #483316

    So sorry!

    The site is http://www.edibleartistsnetwork.com

    Manos Moderator
    #483318

    I am trying to find the difference can you please point out the pages that load with different style ?

    cnaughton Friend
    #483321

    I have attached screen shots.

    This happens when I visit the homepage http://www.edibleartistsnetwork.com


    1. fire
    2. ie
    Manos Moderator
    #483344

    Interesting,

    Here’s what i get using IE 10 -> http://prntscr.com/snape
    and here’s what i get using FF 19 -> http://prntscr.com/snawe

    Am i missing it ? (maybe not 100% sure)

    Regards

    Phill Moderator
    #483347

    It 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.

    Manos Moderator
    #483348

    You are right Phill there are more than 30 CSS files and way beyond JS files -> http://prntscr.com/snomy

    Wall Crasher Developer
    #483373

    Hi 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

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