Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • sevil Friend
    #126335

    Hi,
    i have a problem on my site.. Not really a big problem but i don’t know how to fix it correctly.
    After quickstart installation of Ja Barite the site loads to slow..
    Between 10 – 15 Seconds.. At Firefox on the bottom left i saw this while loading the site:
    loading http://www.dedektif.webtrtemplate
    There is missing a slash between .web.tr and template..
    I fixed this problem by this way: I added a slash under configuration.php at config live site
    But now i have to slashes after the site name like this: http://www.dedektif.web.tr//index.php

    PS: After i added the slash the site loads much faster.. Maximum 5 Seconds.. Before it was between 10 – 15 seconds.

    What could be the problem?

    kmharper Friend
    #251623

    I am very interested in the answer to this question as well. I noticed the same thing – very sluggish and no slash in Firefox. The speed of this template loading is not acceptable, I have to find a way to fix it – without having a double slash in the URL. 🙂

    Thanks for any suggestions…

    davidbo Friend
    #253472

    here’s the fix. In the template index.php file around line 55, there are these 2 lines of code…

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

    <link rel="stylesheet" href="<?php echo $tmpTools->baseurl(); ?>templates/system/css/general.css" type="text/css" />

    You just need to insert a slash before the word templates as follows…

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

    <link rel="stylesheet" href="<?php echo $tmpTools->baseurl(); ?>/templates/system/css/general.css" type="text/css" />

    just make sure you remove the trailing slash from config.php after implementing this fix

    Sherlock Friend
    #256332

    Hi
    Can I mark this topic is solved ?

    davidbo Friend
    #256467

    Yes please, solved the issues for me.

    kmharper Friend
    #259290

    Thanks, that’s exactly what I needed!

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

This topic contains 6 replies, has 4 voices, and was last updated by  kmharper 16 years, 4 months ago.

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