-
AuthorPosts
-
symbic Friend
symbic
- Join date:
- July 2008
- Posts:
- 25
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 11
- Thanked:
- 3 times in 1 posts
March 12, 2011 at 7:02 am #161361In JA Cooper Business I have noticed that the following 404 Not found errors in the website log files where the following 3 files do not actually exist in the template folders:
/css/colors/blue-ie.php
/css/safari.css
/css/ie6.phpShould these 3 files exist? or where can I remove reference to them so I can reduce the 404 errors.
Thanks
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
March 12, 2011 at 11:25 am #380991hi,
3 files you said is not exist in my localhost. And I haven’t get your errors yet. Do you give me a link to your website?
– If you want to remove reference to /css/safari.css, delete this code in <joomla url>templatesja_cooperindex.php file
<?php if ($tmpTools->isSafari()) { ?>
<link href="<?php echo $tmpTools->templateurl(); ?>/css/safari.css" rel="stylesheet" type="text/css" />
<?php } ?>
1 user says Thank You to khoand for this useful post
symbic Friendsymbic
- Join date:
- July 2008
- Posts:
- 25
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 11
- Thanked:
- 3 times in 1 posts
March 12, 2011 at 10:47 pm #381059Thanks khoand.
I noticed also that there is a css file: /css/blue-ie6.php BUT NOT /css/blue-ie.php
… should there be instead a reference to /css/blue-ie6.php instead?khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
March 13, 2011 at 3:48 pm #381095Hi,
File that refers to /css/blue-ie6.php is <joomla url>templatesja_cooperindex.php. At line 76->78:
<!-->
<link href="<?php echo $tmpTools->templateurl(); ?>/css/colors/<?php echo strtolower ($tmpTools->getParam(JA_TOOL_COLOR)); ?>-ie6.php" rel="stylesheet" type="text/css" />
<!-->
– $tmpTools->getParam(JA_TOOL_COLOR) is color that is chosen in Color Variation when modify template
– Color Variation list contains 5 item, but it has more items (color). You can add more item by changing <joomla url>templatesja_coopertemplateDetails.xml file at this code
<param name="ja_color" type="list" default="default" label="Color Variation" description="Color variation to use">
<option value="default">Default</option>
<option value="metal">Metal</option>
<option value="luxury">Luxury</option>
<option value="carbon">Carbon</option>
<option value="wall">Wall</option>
</param>
– Colors is defined in <joomla url>templatesja_coopercsscolors folder -
AuthorPosts
This topic contains 4 replies, has 2 voices, and was last updated by khoand 13 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum