Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

WP Super Cache does not show CSS in Internet Explorer 8 only WordPress

  • REFUNDED

Hi,

Hardware: Debian, Apache, Mysql
Software: newest WordPress and WP Super Cache plugin
Problem: affect couple of websites

Sites are ok in Google Chrome, Opera but in Internet Explorer 8 there is no CSS formatting.

I've try to change some plugin options, i debug it but i don't see where is that bug.

You can check website is IE to see it itself: http://windows7design.com/

Answers (2)

2011-09-02

Andrew Wong answers:

It shows in my IE8 on IETester.

Since you are using Super Cache, try to adjust so that login user will not be cached (at Advance tab), or add

?<?php echo date('l jS \of F Y h:i:s A'); ?>

on the CSS file to keep it fresh. Like:

<link rel="stylesheet" media="screen" href="<?php bloginfo('stylesheet_url'); ?>?<?php echo date('l jS \of F Y h:i:s A'); ?>" />


coxis comments:

don't really understood You,

you want me to setup wp super-cache to not cache website for wordpress register users ? if yes this doesn't solve the problem , i can setup this option is plugin setup: Don’t cache pages for known users. (Recommended)


Andrew Wong comments:

Yeap, that is what I mean there, set "Don't cache pages for known users".


coxis comments:

ok, i did it in IE , one tab with wp admin login , second tab with website and got something like this:


Warning: preg_match() [function.preg-match]: Compilation failed: nothing to repeat at offset 0 in /home/sites/windows7design.com/public_html/wp-content/plugins/wp-super-cache/wp-cache-phase2.php on line 177

Warning: preg_match() [function.preg-match]: Compilation failed: nothing to repeat at offset 0 in /home/sites/windows7design.com/public_html/wp-content/plugins/wp-super-cache/wp-cache-phase2.php on line 177

Warning: Cannot modify header information - headers already sent by (output started at /home/sites/windows7design.com/public_html/wp-content/plugins/wp-super-cache/wp-cache-phase2.php:177) in /home/sites/windows7design.com/public_html/wp-content/plugins/wp-super-cache/wp-cache-phase2.php on line 79


coxis comments:

CSS is ok but i am register user yes :) so for others it will be the same or i don't understood something

2011-09-05

ej_emman answers:

try validating your css in your website:

[[LINK href="null"]]http://jigsaw.w3.org/css-validator/[[/LINK]]