test
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • estradatrabajo Friend
    #163972

    I want to put the JSS and CSS files at the end of the loading of the web (in order to load the images without wait the load of the CSS and JSS files). But I don’t know in which file I must to do the changes. Anyone know which one is the file that define the loading order? (I use Teline IV in Joomla 1.6)

    chavan Friend
    #391169

    Please use cache setting in the template.

    If you make the Js to load at the end. Most of the Js related activity will not work.

    estradatrabajo Friend
    #391176

    I’m using cache already, but Teline IV is not a quick template.

    Would you be so kind to tell me how can I make the JS to load at the end? Just to try.

    A few people has told me the problem putting the JS at the end is that some functions are not working until the end of the web loading. But, if that is the only problem, I don’t care, I prefer the visits can see the web from the beggining of the loading (if they’re are waiting 6 seconds watching a blank page, they can go out; it’s better that some functions don’t work in the first 6 seconds).

    chavan Friend
    #391183

    This is Absolutely Not recommended.

    But this will provide you the one you needed.

    Go to This Folder /plugins/system/jat3/base-themes/default/blocks/

    Copy head.php and place it in the following folder /templates/ja_teline_iv/blocks/

    Then open the head.php file

    Find this Code and remove it

    <jdoc:include type="head" />

    Then open the footer.php file in this folder /templates/ja_teline_iv/blocks/

    Add the following code at the end of the File.

    <jdoc:include type="head" />

    All Js related activity will not work. 🙁

    Note: If you Find my Post useful please click on the Thanks Icon

    estradatrabajo Friend
    #391828

    Thanks for the help, but I’ve tried your system and it doesn’t work: JS keep loading at the beginning of the web loading. I’ll keep searching another way.

    chavan Friend
    #391899

    I tried doing it in my site, But the Js Loaded at the End of the site. 🙂

    estradatrabajo Friend
    #391919

    And when you tried it your site loaded faster than before?

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

This topic contains 7 replies, has 2 voices, and was last updated by  estradatrabajo 13 years, 7 months ago.

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