unveiled14
Forum Replies Created
-
Forum: Plugins
In reply to: [Magic Wordpress Filter Categories] simply not working on 3.1.3Works great for me in 3.2.1. In fact, I’m using the new multisite feature and it worked on all of my sites without a hitch.
I’ve looked through the code. It’s clean and simple. About as basic as a plugin can be. Don’t see how it could be causing such a crazy error. The admin_init hook is the only thing that could be run before activation and the function hooked by this plugin is the exact same code used as an example on wp’s site (http://codex.wordpress.org/Plugin_API/Action_Reference/admin_init).
Forum: Plugins
In reply to: [Magic Wordpress Filter Categories] simply not working on 3.1.3The ID for the widget configuration needs to be the id of the div element that contains the posts. The id could potentially differ depending upon the theme in use. In Twenty-Ten, the id is just “content”.
Forum: Themes and Templates
In reply to: CSS changes not updatingThanks much for you help.
I am not using any caching plugin on my site, nor any third party caching plugin.
But your question about my host having caching made me double check it. I use dreamhost and they recently made a “Page Speed Optimization” option available. I think it uses the optimization plugin to Apache developed by Google. I disabled that and now the css updates instantly.
I’m marking this question as resolved and updating the tags.
Forum: Themes and Templates
In reply to: CSS changes not updatingThat’s what I’ve been using. When I make the change in style.css, hit update and then flush the browser cache and refresh the blog page, the css doesn’t reflect my new changes. It takes several minutes before a refresh finally shows that the changes have been made. Any ideas what could be causing this?