-
AuthorPosts
-
cndglobal Friend
cndglobal
- Join date:
- March 2009
- Posts:
- 170
- Downloads:
- 31
- Uploads:
- 13
- Thanks:
- 52
- Thanked:
- 16 times in 1 posts
March 22, 2009 at 7:58 pm #139463My logo is not displaying in antares 1.5
The css validator tells me I am missing the blue.css file
templatesja_antarescsscolorsblue.cssSure enough it is there but empty. The green and orange are fine but no content in the blue.css.
Do you think this is why the logo is not showing?
/templates/ja_antares/images/logo-blue.jpg
Thanks,
CArvind Chauhan ModeratorArvind Chauhan
- Join date:
- September 2014
- Posts:
- 3835
- Downloads:
- 74
- Uploads:
- 92
- Thanks:
- 1240
- Thanked:
- 1334 times in 848 posts
March 22, 2009 at 8:01 pm #297338Live url of your site please. That would be of help.
cndglobal Friendcndglobal
- Join date:
- March 2009
- Posts:
- 170
- Downloads:
- 31
- Uploads:
- 13
- Thanks:
- 52
- Thanked:
- 16 times in 1 posts
March 22, 2009 at 8:09 pm #297339sorry:-[
http://homerepairphilly.com/Arvind Chauhan ModeratorArvind Chauhan
- Join date:
- September 2014
- Posts:
- 3835
- Downloads:
- 74
- Uploads:
- 92
- Thanks:
- 1240
- Thanked:
- 1334 times in 848 posts
March 22, 2009 at 8:15 pm #297340Checked. Its there on the demo site, but its missing from your site. sec will provide the blue.css file.
Rename the blue.txt to blue.cssThe file size is 0. even in the file i downloaded and also on the demo site. Have added the Joomlart copyright notice into it.
cndglobal Friendcndglobal
- Join date:
- March 2009
- Posts:
- 170
- Downloads:
- 31
- Uploads:
- 13
- Thanks:
- 52
- Thanked:
- 16 times in 1 posts
March 22, 2009 at 8:23 pm #297341drarvindc
Thanks for taking a look….
I loaded the code into blue.css but am still getting this error on validation.File not found: import file:/C|/DOCUME%7E1/User/LOCALS%7E1/Temp/Rar$DI04.500/http://homerepairphilly.com/templates/ja_antares/css/colors/blue.css: Operation not permitted
The logo is there and was displaying yesterday.Hummmmmmmm
http://homerepairphilly.com//templates/ja_antares/images/logo-blue.jpg
Arvind Chauhan ModeratorArvind Chauhan
- Join date:
- September 2014
- Posts:
- 3835
- Downloads:
- 74
- Uploads:
- 92
- Thanks:
- 1240
- Thanked:
- 1334 times in 848 posts
March 22, 2009 at 8:28 pm #297342Rename the file and upload and run it through the validator again. One suggestion : for more details about your website you can run your site through http://analyze.websiteoptimization.com. It provides useful information.
For example : there are total of 5 NOT Found Items. 1 css (blue.css) and 3 CSS images and 1 IMG (logo-blue.jpg).
Your logo file is missing and therefore it wont show up. Make a logo rename it to “logo-blue.jpg” and place in the “templates/ja_antares/images/logo-blue.jpg” .
Arvind Chauhan ModeratorArvind Chauhan
- Join date:
- September 2014
- Posts:
- 3835
- Downloads:
- 74
- Uploads:
- 92
- Thanks:
- 1240
- Thanked:
- 1334 times in 848 posts
March 22, 2009 at 8:34 pm #297344That :/C|/DOCUME%7E1/User/LOCALS%7E1/Temp/Rar$DI04.500 in the url is path problem and it should not be there.
Can u attach your index.php from your Ja Antares template folder. I am NO JOOMLART Support., but if you can provide backend access to your site. You can PM me the login details. I can have a look and try to fix it for you.
cndglobal Friendcndglobal
- Join date:
- March 2009
- Posts:
- 170
- Downloads:
- 31
- Uploads:
- 13
- Thanks:
- 52
- Thanked:
- 16 times in 1 posts
March 22, 2009 at 8:44 pm #297345I deleted and remade the logo-blue.jpg and loaded it
I think you are right about the path is wrong to the blue.css
I will PM you.Oh yeah ..what about the fact that the blue.css file still does not have any css code in it?
The code I loaded was just the head stuff?????C
PM comming 🙂
Arvind Chauhan ModeratorArvind Chauhan
- Join date:
- September 2014
- Posts:
- 3835
- Downloads:
- 74
- Uploads:
- 92
- Thanks:
- 1240
- Thanked:
- 1334 times in 848 posts
March 22, 2009 at 8:59 pm #297348Checked your backend. Thanks for the admin access. Here is the problem. in your index.php
under <!– BEGIN: HEADER –>You can see this
[PHP]
<h1>
<a href=”file:///c|/docume%7e1/user/locals%7e1/temp/rar$di04.500/index.php”><img src=”file:///C|/DOCUME%7E1/User/LOCALS%7E1/Temp/Rar$DI04.500/<?php echo $tmpTools->templateurl();?>/images/logo-<?php echo $tmpTools->getParam(JA_TOOL_COLOR);?>.jpg” alt=”<?=$tmpTools->sitename();?>” /></a>
</h1>[/PHP]whereas it should be
[PHP]<h1>
<a href=”index.php”><img src=”<?php echo $tmpTools->templateurl();?>/images/logo-<?php echo $tmpTools->getParam(JA_TOOL_COLOR);?>.jpg” alt=”<?=$tmpTools->sitename();?>” /></a>
</h1>[/PHP]Should i fix it? but since i dont have ftp access and therefore cannot make a backup copy for you. Its better you replace the code yourself after taking the backup of index.php.
1 user says Thank You to Arvind Chauhan for this useful post
cndglobal Friendcndglobal
- Join date:
- March 2009
- Posts:
- 170
- Downloads:
- 31
- Uploads:
- 13
- Thanks:
- 52
- Thanked:
- 16 times in 1 posts
March 22, 2009 at 9:19 pm #297353I also see this entry on line 26
This should probablly be changed too???<link href=”file:///C|/DOCUME%7E1/User/LOCALS%7E1/Temp/Rar$DI04.500/<?php echo $tmpTools->templateurl();?>/css/colors/
cndglobal Friendcndglobal
- Join date:
- March 2009
- Posts:
- 170
- Downloads:
- 31
- Uploads:
- 13
- Thanks:
- 52
- Thanked:
- 16 times in 1 posts
March 22, 2009 at 9:21 pm #297354I made the changes you suggested (thanks a lot) and now I can see the logo image again.
Do you think I need to bother with line 26???
c
Arvind Chauhan ModeratorArvind Chauhan
- Join date:
- September 2014
- Posts:
- 3835
- Downloads:
- 74
- Uploads:
- 92
- Thanks:
- 1240
- Thanked:
- 1334 times in 848 posts
March 22, 2009 at 9:23 pm #297355Yes. I overlooked it. Went straight for your basic problem.
change the line 26 (as you say) to this
[PHP]<link href=”<?php echo $tmpTools->templateurl();?>/css/colors/<?php echo $tmpTools->getParam(JA_TOOL_COLOR);?>.css” rel=”stylesheet” type=”text/css” />[/PHP]
Arvind Chauhan ModeratorArvind Chauhan
- Join date:
- September 2014
- Posts:
- 3835
- Downloads:
- 74
- Uploads:
- 92
- Thanks:
- 1240
- Thanked:
- 1334 times in 848 posts
March 22, 2009 at 9:26 pm #297357Yes the logo is visible now. I think these two fixes will solve your problem. I would love to know how did you manage to get those strange urls in the first place? :p
If your problem is solved you can “mark the best answer” so that the thread will be marked answered.
Do you want a fix for your remaining “4 NOT Found” links too? Will need FTP access for that.
cndglobal Friendcndglobal
- Join date:
- March 2009
- Posts:
- 170
- Downloads:
- 31
- Uploads:
- 13
- Thanks:
- 52
- Thanked:
- 16 times in 1 posts
March 22, 2009 at 9:46 pm #297359Thank you very much for your through help.
I know time is a valuable commodity and I appreciate you giving of yours here.While I may not be able to help you I will pay it forward and help another person when I can.
Since becoming a member here I have found many members to be both knowledgeable and helpful.Best regards
CndArvind Chauhan ModeratorArvind Chauhan
- Join date:
- September 2014
- Posts:
- 3835
- Downloads:
- 74
- Uploads:
- 92
- Thanks:
- 1240
- Thanked:
- 1334 times in 848 posts
March 22, 2009 at 10:18 pm #297364Thanks for the ftp access. Your all the 5 not found links as per the report of http://analyze.websiteoptimization.com have been fixed. No more NOT FOUND errors.
these errors were fixed.
2 css not found fixed by earlier posts. and in addition these 3 NOT FOUND css images instances were fixed.
1. Not found CSS IMG homerepairphilly.com … mages/j_button2_right.png
2. Not found CSS IMG homerepairphilly.com … tares/images/header/a.jpg
3. Not found CSS IMG homerepairphilly.com … ares/images/arrow-off.gifCheck PM for details. and Please disabled my access to the ftp and site access.
Regards
arvind
1 user says Thank You to Arvind Chauhan for this useful post
-
AuthorPosts
This topic contains 17 replies, has 4 voices, and was last updated by Luna Garden 11 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum