Page 1 of 1

Header Image Not Displaying

PostPosted: June 9th, 2010, 5:26 pm
by ronmerk
Hi Guys:

Just installed Quick Cache - it all looks like everything is working, except when I log off and display my site as a visitor who is not logged in. Then my header image is not displaying. I'm using the F2 Theme.

I've checked all the setting and I'm using all the defaults.

You can see my site at: http://www.blazeonline.com/wls/

Any Ideas greatly appreciated.

Ron

Re: Header Image Not Displaying

PostPosted: June 9th, 2010, 7:42 pm
by ronmerk
I think the problem is a conflict with another plug-in I use -

Autoptimize. It concatenates all scripts and styles, minifies and compresses them, adds expires headers, caches them, and moves styles to the page head, and scripts to the footer. It also minifies the HTML code itself, making your page really lightweight.

By turning off Autoptimize, Quick Cache displays my header properly. The question is even in a cached page, it would seem that a page would display quicker if scripts etc were moved to the footer. Is it better to run Quick Cache??

Is there a plug-in that does what Autoptimize does AND is compatible with Quick Cache?

All these questions ... my head is spinning :)

All help greatly appreciated!

Ron

Re: Header Image Not Displaying

PostPosted: June 21st, 2010, 7:13 pm
by Jason Caldwell
Hi Ron. That sounds like an output buffering conflict in that plugin. I just took a quick look at the source code for this plugin, and the latest version looks OK, from the inside. I've not done any extensive tests on this though. If you're still having problems, I would try switching to the WP-Minify plugin.

Re: Header Image Not Displaying

PostPosted: June 21st, 2010, 9:16 pm
by ronmerk
Hi Jason:

Thks - seems to work now that I turned off Automization

Re: Header Image Not Displaying

PostPosted: June 21st, 2010, 11:03 pm
by Jason Caldwell
Ok thanks for reporting back.
I'm guessing it was caused by a call in that plugin to ob_start(), or unbalanced use of ob_end_flush(). If anyone else runs into this, please report it to me.