Zen Cart Logo
Forums / General Questions / Site won't load CSS until reload

Site won't load CSS until reload

Views: 1,286

Results 1 to 3 of 3
25 Jan 2012, 10:42 PM
#1
smm11 avatar

smm11

New Zenner

Join Date:
Aug 2011
Posts:
15
Plugin Contributions:
0

Site won't load CSS until reload

I can't get my CSS to load correctly, upon initial visit to a Zen product category, until reloading the/any browser.

The path which loads style-less: /index.php?main_page=index&cPath=128_129_131

Upon reload, though, it's fine.

I am NOT going to this path via Zen-Cart, if that matters. I'm handing off to that path from a seperate HTML page.

26 Jan 2012, 8:04 PM
#2
smm11 avatar

smm11

New Zenner

Join Date:
Aug 2011
Posts:
15
Plugin Contributions:
0

Re: Site won't load CSS until reload

I've solved this, by (yes, according to the FAQ) turning .htaccess to htaccess_OFF in /includes and /admin/includes.

Jumping to a page within the Zen install now works correctly, with CSS loading according to plan.

I'm at a loss to explain how, though, the site itself, when entered via the main index.php page loads all pages correctly; it is only when attempting to jump to an internal page the issue presents itself.

And, of course, now I need to run the site without htaccess precautions in place. Make of this what you will.

26 Jan 2012, 8:34 PM
#3
rescoccc avatar

rescoccc

Totally Zenned

Join Date:
May 2010
Location:
WA State
Posts:
1,700
Plugin Contributions:
2

Re: Site won't load CSS until reload

You could disassemble your .htaccess file piece by piece until you determine which element is causing the problem.