page loading issues(solved)

For discussions about game development that does not fit in any of the other topics.
Post Reply
Twilight
Posts: 58
Joined: Sat Mar 17, 2012 11:11 am

page loading issues(solved)

Post by Twilight »

Hi All

I have started to place logos in both top left and right corners. The issue i have is that when i go to another page the css script does not load the background colour or the images.

When I press F5 the page refreshes and all is as it should be. This tells me that the code is correct but something is going wrong between one page to the next.

Any ideas would be great as pulling my hair out at the moment and i don't have much of that left :roll:

Regards
Andy
User avatar
Chris
Posts: 1581
Joined: Wed Sep 30, 2009 7:22 pm

Re: page loading issues

Post by Chris »

Code please.
Fighting for peace is declaring war on war. If you want peace be peaceful.
Xaleph
Posts: 897
Joined: Mon Feb 07, 2011 2:55 am

Re: page loading issues

Post by Xaleph »

Probably cache issues. Maybe some code?
User avatar
Jackolantern
Posts: 10891
Joined: Wed Jul 01, 2009 11:00 pm

Re: page loading issues

Post by Jackolantern »

Ohhh, yeah, I had something like this once, too. I worked and worked on it for hours and couldn't figure it out. It likely is a cache issue. Google how to delete your cache for your browser, or try a browser you rarely use. It likely is just having a problem for some reason seeing the page is different and has a CSS link now, and then you are doing a cache-independent reload of the page which forces it to load everything and it is found.

But yes, seeing the code could clear up any possible coding issues.
The indelible lord of tl;dr
Twilight
Posts: 58
Joined: Sat Mar 17, 2012 11:11 am

Re: page loading issues

Post by Twilight »

Thanks

I will try chrome tomorrow and see if it works. If it does then is there a way to delete the cache when the page is reloaded.
User avatar
Jackolantern
Posts: 10891
Joined: Wed Jul 01, 2009 11:00 pm

Re: page loading issues

Post by Jackolantern »

Do note, however, that the cache issue is all we can suggest without seeing the code. Since it would just take a minute to post, maybe you should post it first before digging deeply into a cache issue :)
The indelible lord of tl;dr
Twilight
Posts: 58
Joined: Sat Mar 17, 2012 11:11 am

Re: page loading issues

Post by Twilight »

Hi All

Sorry about the delay in the update

It works fine in chrome so must have been a cache issue in IE

Regards
Andy
User avatar
hallsofvallhalla
Site Admin
Posts: 12026
Joined: Wed Apr 22, 2009 11:29 pm

Re: page loading issues(soved)

Post by hallsofvallhalla »

added solved to title.
Post Reply

Return to “General Development”