Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • missyw Friend
    #139365

    I have the JA Drimia template version 1.4. It is supposed to have an image content-center.gif in the /templates/ja_drimia/images folder, but it is not there! As a result, I get an error in my web stats as a failure to find the image. Does anyone else have this problem:confused:

    Arvind Chauhan Moderator
    #296970

    Even i have found such missing entries in some of the templates i have used.
    The reasons for missing file in a normally working template can be a result of development process. – May be designers used the pic during development, made entry to the css file and later did not use it.

    One should remove such “NOT FOUND” entries, as it results in poor performance of Joomla.

    <blockquote>General:
    Watch out for errors in your template. When you reference a file like arrow.gif and this file is non-existent, the performance of your server will drop immensly.</blockquote>

    the above quote is from the Joomla.org forum thread http://forum.joomla.org/viewtopic.php?t=50278

    If your template is working normally without that image and you do not find any layout problems, you can remove the entry of the image.

    Example : If i have a image file “bullet.gif” , which is not found in web stats (as you say) and i want to remove the entry. Then this is what i do

    Search your css files for similar entry :

    background: url(../images/bullet.gif) no-repeat ;

    Make it look this way :

    background: none ;

    I would advise NOT to remove the whole block from the css file. Experiment only after taking backup of original file.

    missyw Friend
    #297097

    Immensely helpful, thank you.

    Arvind Chauhan Moderator
    #297109

    Glad it worked. If its solved, then mark the thread as answered.

    Try including url / link to you website (on which the problems are faced) in your posts, as that makes the troubleshooting easy.

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

This topic contains 4 replies, has 2 voices, and was last updated by  Arvind Chauhan 15 years, 8 months ago.

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