Andreas
Forum Replies Created
-
Did you enable Browser Cache and corresponding settings?
Have you checked your htaccess file per the instructions under Install?If you setup using Manual is this still an issue? Kind of hard to move scripttags around that is not identifiable in the HTML code i.e they are not surrounded by a HTML comment or something.
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache]W3TC htaccess rules must be before wordpress access rules.
Is slow when not using W3 Total Cache as well? It could be that sql query in the related post plugin is was causes the problem in the first place.
Some plugins solve it by calculating it when you post instead of view.Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] After update css nothing happendYou need to edit your themes CSS files. W3TC files are not static.
Try the development version: http://wordpress.org/extend/plugins/w3-total-cache/download/
Forum: Plugins
In reply to: [W3 Total Cache] HTML minify strips surrounding whitespace from "cite"This will be fixed in next version.
Which version is it referring too?
Does the latest version work for you?
Have you tried the development version and the problem still occur?
http://wordpress.org/extend/plugins/w3-total-cache/download/
If you still have problem can you send a bug submission form from the Support page in the plugin?Forum: Plugins
In reply to: [W3 Total Cache] W3 Total Cache and Facebook Open Graph ErrorsExcellent work. Others have had issues as well fun to see you solved it.
Could you mark this as resolved then?Forum: Plugins
In reply to: plugin grey out admin bar at top of pageI see you have moved your site. Should check your code it doesn’t redirect.
Anyhow. Did you enable minify when this happened? If so try disabling it and see if that helps. Then you can try and enable General->Minify Manual and under Minify click Help to open wizard and get the JS and then add one test. If it works then add another.Forum: Plugins
In reply to: [Plugin: W3 Total Cache] Don't cache pages for adminThis feature will be available in next version.
Forum: Plugins
In reply to: [W3 Total Cache] W3 Total Cache Compatibility IssueCheck your htaccess file and make sure the W3TC rules are before WordPress ones.
You could also try the development version and see if you still have problems.You would need to look at fragmented caching. See FAQ in plugin or google it.
Forum: Plugins
In reply to: [W3 Total Cache] W3 Total Cache and Facebook Open Graph Errorstimkainu: I see you solved the problem. Was it Total Cache settings or did you miss some FB code?
Usual problem (I think) seems to be forgetting put the right stuff in the html opening tag.
<html xmlns=”http://www.w3.org/1999/xhtml”
xmlns:og=”http://ogp.me/ns#”
xmlns:fb=”https://www.facebook.com/2008/fbml”>Well deprecated is not a big deal. Plugin still functions. Could lower your error notification and add & ~E_DEPRECATED to error_reporting .