Viewing 15 posts - 1 through 15 (of 17 total)
  • Author
    Posts
  • cndglobal Friend
    #139463

    My logo is not displaying in antares 1.5
    The css validator tells me I am missing the blue.css file
    templatesja_antarescsscolorsblue.css

    Sure 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,
    C

    Arvind Chauhan Moderator
    #297338

    Live url of your site please. That would be of help.

    cndglobal Friend
    #297339
    Arvind Chauhan Moderator
    #297340

    Checked. 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.css

    The file size is 0. even in the file i downloaded and also on the demo site. Have added the Joomlart copyright notice into it.


    1. blue.txt
    cndglobal Friend
    #297341

    drarvindc
    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 Moderator
    #297342

    Rename 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 Moderator
    #297344

    That :/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 Friend
    #297345

    I 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 Moderator
    #297348

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

    cndglobal Friend
    #297353

    I 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 Friend
    #297354

    I 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 Moderator
    #297355

    Yes. 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 Moderator
    #297357

    Yes 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 Friend
    #297359

    Thank 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
    Cnd

    Arvind Chauhan Moderator
    #297364

    Thanks 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.gif

    Check PM for details. and Please disabled my access to the ftp and site access.

    Regards

    arvind

Viewing 15 posts - 1 through 15 (of 17 total)

This topic contains 17 replies, has 4 voices, and was last updated by  Luna Garden 11 years, 3 months ago.

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