Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • goyat Friend
    #129327

    Could you kindly help me solve this problem? I have the following error.

    Operation Failed: Could not open/home/xxxxxxx/www/xxxx/templates/ja_edenite/css/:confused:

    I have changed permission from 644 to 707, but no change.

    Menalto Friend
    #252079

    You are using Joomla 1.0.xx?
    Open up the templates css folder and rename template.css to template_css.css and then open up the index.php for the template and find this code here:

    <link rel="stylesheet" href="<?php echo $tmpTools->templateurl(); ?>/css/template.css" type="text/css" />
    And replace with this:

    <link rel="stylesheet" href="<?php echo $tmpTools->templateurl(); ?>/css/template_css.css" type="text/css" />

    This is a error Ja have done in the 1.0.xx template releases lately, and Joomla 1.0.xx version have it so the templates css file NEEDS to be called template_css.css, in the 1.5 version it has changed alot and the css file is called template.css.
    The only problem with this is that you can edit the css directly from the admin panel.

    goyat Friend
    #252085

    Thank you very much indeed. It solved the issue.:laugh::)

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

This topic contains 3 replies, has 2 voices, and was last updated by  goyat 16 years, 5 months ago.

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