mouffles
Forum Replies Created
-
I found it. Add : ds, 3ds, wii, to your list ^^
True, it works in firefox and chrome, but not the most used ones : ie8/ie9 and surely ie10. And honnestly that’s a big problem, yes it sucks.
Because in the plugin, some td/tr styles are not compatibles with any kind versions of ie. And why does the dev used old fashionned table and cells in a sidebar plugin ??? I don’t know i’ve never seen this before.
As a solution you can hack the div background displayed in the widget css, and at least you will be abble to display one image for the ie users.
Hello there,
After long Google search i found that’s it’s not a normal behaviour. My comment form in posts and pages are cached, when it should not.So i tried not to minify reply.js, mfunc comment_template (result : white page), nohing worked, i use custom community as theme, and it could come from this.
Please help me 🙁
3 / I tried to fragment sidebar, sidebar disapeared… So i spent hours on this, i searched in google, and wp support forums, but topics and fragment cache infos are weak and lonely, and that’s a problem cause wp/bpress installations really need cache. It would be a nice idea to improve this, cause this is a major need for non statics websites.
And then to add something to w3tc like “force to include pages to cache” even for logged in users, or by user roles (admin/followers), cause it’s that kind of logic a cms/community wp needs.
Then why don’t go further and force to cache parts of a page (i mean post lists elements and else), because the opposite : “not caching with mfunc” is just strangely added to the plugin.
Well that’s not an easy thing to do, definitivly.
1 / I tried to fragment the whole header, and css disappeared.
2 / I tried to wp_head and bp_head functions in header.php, it crashed the site, (blank page).
2 / I also tried to fragment comments part, it crashed too.Maybe fragment is not the goog way, i don’t know 🙁
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] how to exclude forums (bbpress) from page cache ?Ok i found the solution myself, it was the same syntax than in cdn custom files, i mean :
/forums/*
/members/*
/groups/*This work !