-
AuthorPosts
-
August 18, 2008 at 6:25 pm #132352
i want to know why JA Helio slow when loading any page. my web is at http://www.bizprofile.net. every time refresh the page, i can see http://www.bizprofile.nettemplates show at mozilla status bar.
When i change to other template, page load so fast. pls help me.. i like to used this template. (JA Helio). :((Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
August 18, 2008 at 6:54 pm #265888It loads without problems here, as usual i would say.
August 18, 2008 at 7:05 pm #265890<em>@Menalto 74207 wrote:</em><blockquote>It loads without problems here, as usual i would say.</blockquote>
but why every link i click or when refresh the page i can see http://www.bizprofile.nettemplates show at mozilla status bar. Why Its not happening when i used other template?jwellman Friendjwellman
- Join date:
- April 2008
- Posts:
- 543
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 115
- Thanked:
- 59 times in 21 posts
August 18, 2008 at 7:10 pm #265891It is a very nice template. I did not have a problem with the load time. The first time I tried to open the page, there was nothing there. I then went back and the page appeared.
When we work in Firefox changes do not always happen instantly. We constantly use the Shift+Refresh key. (to remove the cache) I know that doesn’t really answer the load time question but it helps with the other issue.
I can tell you that the graphics on that page are huge. Maybe if you load up new pictures that will also help. Just a thought!
August 18, 2008 at 8:48 pm #265902pls dnt tell me its about huge graphic. i install fresh joomla 1.0.15 from joomla.org, and install JA Xenia II Shopping template and set it as default. Then i install JA Helio template again and assign it to Joomla! License. Pls compare the speed between Joomla! License Menu and other menu. Theres not much graphic this time. Pls anybody from joomlart.com explain bout this. if my hosting problem, why can other template can load fast? no picture or swf or flv involve now. something make this template slow. i test using firefox and safari. my web url is http://www.bizprofile.net . s.o.s
jwellman Friendjwellman
- Join date:
- April 2008
- Posts:
- 543
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 115
- Thanked:
- 59 times in 21 posts
August 18, 2008 at 8:58 pm #265904Sorry if I did not help!
I first tried it from the office. Now that I am at home I thought that I would try the speed from home. I get an Internal Server Error Page:((
I wish I could help
August 18, 2008 at 9:07 pm #265905<em>@jwellman 74226 wrote:</em><blockquote>Sorry if I did not help!
I first tried it from the office. Now that I am at home I thought that I would try the speed from home. I get an Internal Server Error Page:((
I wish I could help</blockquote>
thanks for ur consern jwellman. 😉 .mj1256 Friendmj1256
- Join date:
- June 2007
- Posts:
- 1473
- Downloads:
- 10
- Uploads:
- 35
- Thanks:
- 84
- Thanked:
- 225 times in 118 posts
August 19, 2008 at 1:23 am #265937O was trying to figure out why yuou were getting this
http://www.bizprofile.nettemplatesjust checked your site, but you must be working on it. and it did load agonizingly slow
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
August 19, 2008 at 2:23 am #265953Hi
when i view source your page i have those lines:
<link rel="stylesheet" href="http://www.bizprofile.nettemplates/system/css/system.css" type="text/css" />
<link rel="stylesheet" href="http://www.bizprofile.nettemplates/system/css/general.css" type="text/css" />
Seem miss “/” between “http://www.bizprofile.net” and “templates”
You can edit index.php(templatesja_helio folder):
you will see those lines:
<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" />
Change to
<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" />1 user says Thank You to Sherlock for this useful post
mj1256 Friendmj1256
- Join date:
- June 2007
- Posts:
- 1473
- Downloads:
- 10
- Uploads:
- 35
- Thanks:
- 84
- Thanked:
- 225 times in 118 posts
August 19, 2008 at 2:32 am #265956nguoiabcd, how could those lines of code have become broken, are they wrong in the original?
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
August 19, 2008 at 2:55 am #265964I think i need admin account and FTP account so i can see why , maybe by config in admin or edit anything in sources files
August 19, 2008 at 9:58 am #266016<em>@nguoiabcd 74287 wrote:</em><blockquote>Hi
when i view source your page i have those lines:
<link rel="stylesheet" href="http://www.bizprofile.nettemplates/system/css/system.css" type="text/css" />
<link rel="stylesheet" href="http://www.bizprofile.nettemplates/system/css/general.css" type="text/css" />
Seem miss “/” between “http://www.bizprofile.net” and “templates”
You can edit index.php(templatesja_helio folder):
you will see those lines:
<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" />
Change to
<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" />
</blockquote>
thanks to u nguoiabcd,
ill try to edit index.php for ja helio template. (just back from work 5.50pm in malaysia) im happy 2 see reply from u guys.. theres still hope! heee :Ddnt want to say good bye to this cute ja helio template.August 19, 2008 at 10:21 am #266021yes! its true what nguoiabcd say .. i just add / and everything work like its suppose 2.
:confused: dnt ask me how i get into this problem. i dnt know. thanks a lot nguoiabcd and all of u that care to look into my prob. its solve! thank you again..
http://www.bizprofile.net <- this what im talking about. fast load and smooth..:pindex.php before
<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" />index.php after
<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" /> -
AuthorPosts
This topic contains 13 replies, has 5 voices, and was last updated by ctechent 16 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum