
Trouble getting CSS Pie Working with WP Pie Wordpress Plugin
Hey Guys!
I've been trying to get pie working for a while and to no avail. This plugin came along and I thought my prayers were answered, but not so fast. As a test, I'm just trying to get a background gradient to render on my .head-wrap (its the header at the top of my page, which can be viewed at
http://sparktheme.agentfire.com)
I currently have
Quote:
.head-wrap {
background: linear-gradient(#0b4276 0%,#1b5a95 100%);
-pie-background: linear-gradient(#0b4276, #1b5a95); /*PIE*/
}
basic stuff, but why won't it work? I've tried other pie styles as well and they just don't work. I installed the plugin and then clicked onto the 'wp pie' tab that appears in the admin for my page which states that
Quote:
By loading this page, you've automatically searched the main stylesheet for any instances of styles using border-radius, box-shadow, and linear-gradient and created a new stylesheet that will now be enqueued on every page which applies the PIE behaviour file. And that's it, you're done!
If you modify the stylesheet and want to update the PIE support simply reload this page.
it's just not working

I would appreciate any help, I've been trying to figure this out for hours to no avail, thanks!