I was trying to update to the new version of Hybrid Theme (0.5) and I had a problem with that. For some reason, the preview page would simply be blank. When you take a look at the source for the page, you do see a single html comment that mentions that the page was not cached by WP Super Cache.
I tried to disable WP Super Cache to see if that was the problem. It didn’t make a difference in any big way; it simply made the html comment go away. That wasn’t good enough.
I also looked at the other themes I have in my /themes directory and I found that both default themes worked just fine. Not sure of what to make of that.
Not wanting to risk a bad theme-install since messing with these themes sometimes aren’t easy, I gave up for now. I’m going to wait a bit until someone posts something about it or until Hybrid 0.6.
Any ideas?
Update – April, 6th
I was just alerted that there was a newer version of Hybrid theme, 0.5.1 and after downloading, uploading and activating it, I am pleased to say that it worked without problems. The preview is pretty misleading.
I had the same problem…and even with the blank preview I activated, or chose the theme…went on to navigate around somewhere else, and the problem seemed to fix itself.
I realize this is kind of vague! If you need more detail, just e-mail me and I’ll see if I can actually retrace my steps.
I was looking for how to use the Hybrid CSS for my landing (non-WP-blog) page at http://buydslr.info, and I can’t get the right CSS-and-whatever in the right place so it works! Any ideas?
Thanks,
Linnet
I really know how the WP Themes work actually, but maybe you have your WP-theme directory below the root of the site so the imports in the styles.css you have there can’t find them because they aren’t looking in the right place?
So you have `@import url(‘library/css/21px.css’);` so if you change those @imports to point to the actual files in the wpblog directory you have setup, it might work. I don’t much about it, sorry.