whatsthatbugcom
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] CSS minify settings – somethin’ just ain’t right.Duly submitted. Thanks.
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] CSS minify settings – somethin’ just ain’t right.@karl, thanks. But since I’m running on Linux, this most likely won’t apply.
@fredericktownes, Well, that improved it but didn’t fix it. I have no sidebar widgets on the page now.
And the w3tc/min dir still just has index.php, and nothing else in it.
Thanks for doing all you do with this!
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] CSS minify settings – somethin’ just ain’t right.That link is to a version that is still 0.8.5.2., with files dated 03-31-10. Is that correct?
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] CSS minify settings – somethin’ just ain’t right.From further investigation:
http://test.whatsthatbug.com/wp-content/w3tc/min/default.include.css is the css file supposedly created by W3TC. However, that file does not exist on the server. Directory permissions appear to be fine (755 and owned by apache).
Forum: Plugins
In reply to: Google Ajax Translation Action CallExcellent! I’m looking forward to the update. And thanks for the compliments on my site.
Forum: Plugins
In reply to: [Plugin: WP Super Cache] Wp Super Cache Search Unleashed?I use WP-SuperCache and Search Unleashed. I haven’t seen a problem with it. WP-SuperCache does not cache pages with GET queries, does it? So http://www.whatsthatbug.com/?s=box wouldn’t get cached, for example.
Forum: Plugins
In reply to: Google Ajax Translation Action CallI think he wants to do is use a function call in his theme’s template pages to manually place the ‘Translate’ button. For example, with the ShareThis plugin, you can disable the add_action call add this code anywhere in the template where you want the ‘ShareThis’ button to appear:
<?php if (function_exists('sharethis_button')) { sharethis_button(); } ?>At least, that’s what I was trying to figure out when I came across this thread. If you look at http://www.whatsthatbug.com, you’ll see Translate, ShareThis and Like all stacked on top of each other at the bottom of each post. But I want to use divs to put them all on one line.
Thanks,
Daniel