Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • jimg Friend
    #139789

    Looking at http://template15.joomlart.com/ja_nickel/ , I see three missing files (404’s)

    /ja_nickel/templates/ja_nickel/css/editor.css
    (index.php, line 26)
    /ja_nickel/templates/ja_nickel/mootabs/mootabs1.2.css
    (index.php, line 30)
    /ja_nickel/templates/ja_nickel/css/thumb_invisible.gif
    (still looking)

    and I don’t find them in the quickstart distro either.

    Are they needed? If not, can you remove their references in the next build?

    Jim

    Arvind Chauhan Moderator
    #299322

    <em>@jimg 121838 wrote:</em><blockquote>Looking at http://template15.joomlart.com/ja_nickel/ , I see three missing files (404’s)

    /ja_nickel/templates/ja_nickel/css/editor.css
    (index.php, line 26)
    /ja_nickel/templates/ja_nickel/mootabs/mootabs1.2.css
    (index.php, line 30)
    /ja_nickel/templates/ja_nickel/css/thumb_invisible.gif
    (still looking)

    and I don’t find them in the quickstart distro either.

    Are they needed? If not, can you remove their references in the next build?

    Jim</blockquote>

    Well, ran the demo site through http://analyze.websiteoptimization.com and found 8 Not Found errors. 3 css files and 5 css images.

    Not found CSS IMG template15.joomlart.com … mages/j_button2_right.png
    Not found CSS template15.joomlart.com … el/mootabs/mootabs1.2.css
    Not found CSS IMG template15.joomlart.com … ckel/images/icon_done.gif
    Not found CSS IMG template15.joomlart.com … nickel/images/arrow-l.gif
    Not found CSS IMG template15.joomlart.com … l/css/thumb_invisible.gif
    Not found CSS IMG template15.joomlart.com … ckel/css/images/blank.gif
    Not found CSS template15.joomlart.com … /ja_nickel/css/editor.css
    Not found CSS template15.joomlart.com … css/colors/default-ie.php

    Doesn’t look good, although no harm to site, but will decrease the performance, and tons of 404 error in logs.

    May be they fixed it in quickstart.

    wogand Friend
    #301793

    So how can I fix this problem myself?

    Arvind Chauhan Moderator
    #301797

    The below steps take care of 7 Not Found errors, will look for others later,

    Take backup of files before you edit them :

    Open templates/ja_nickel/index.php

    On line 26 remove this code :

    [php]<link rel=”stylesheet” href=”<?php echo $tmpTools->templateurl(); ?>/css/editor.css” type=”text/css” />[/php]on line 30 remove this code :
    [php]
    <link href=”<?php echo $tmpTools->templateurl(); ?>/mootabs/mootabs1.2.css” rel=”stylesheet” type=”text/css” />[/php]Open templates/ja_nickel/css/template.css

    on line change this code :
    [php]#system-message dd.done ul{
    background: url(../images/icon_done.gif) #FAFAFA no-repeat 10px;
    color: #666666;
    }[/php]to

    [php]#system-message dd.done ul{
    background: none;
    color: #666666;
    }[/php]Open templates/ja_nickel/css/ja.slideshow2.css

    on line 76 change this code :

    [php].ja-slide-thumbs-handles span {
    background: url(thumb_invisible.gif) no-repeat;
    }[/php]to

    [php]
    .ja-slide-thumbs-handles span {
    background: none;
    }[/php]On line 97 change this code :

    [php]
    .but_prev {
    background: url(../images/arrow-l.gif) no-repeat right center;
    left: 0;
    }

    .but_prev:hover, .but_next:hover {
    cursor: pointer;
    }

    .but_next {
    background: url(../images/arrow-r.gif) no-repeat left center;
    right: 0;
    }[/php]to

    [php].but_prev {
    background: none;
    left: 0;
    }

    .but_prev:hover, .but_next:hover {
    cursor: pointer;
    }

    .but_next {
    background: none;
    right: 0;
    }[/php]on line 143 change this code :

    [php].maskDesc a.readon:hover, .maskDesc a.readon:active, .maskDesc a.readon:focus {
    background: url(../images/arrow-ri.gif) no-repeat right 10px;
    color: #999999;
    }[/php]to

    [php].maskDesc a.readon:hover, .maskDesc a.readon:active, .maskDesc a.readon:focus {
    background: none;
    color: #999999;
    }[/php]regards

    arvind

    wogand Friend
    #301803

    template/system/general.css
    line 71:
    background: url(../images/j_button2_right.png) 100% 0 no-repeat;

    used the left image and flipped in horizontal in photoshop though I wonder if its even used at all.

    Just looking for :
    css/colors/default.css

    any idea what is referring to it?

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 3 voices, and was last updated by  wogand 15 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum