The title says it all...

Per the suggestion of the CC developer, I want to use the most recent version of the script:
http://code.google.com/p/curvycorners/source/browse/#svn/tags/2.0.x/stab...

But it doesn't have a .min.js version and the jQuery Eye Candy module doesn't seem to recognize the new script.

Any ideas? Thanks!

Comments

lindsayo’s picture

I ended up just skipping the eye candy module and going straight to the .info file.

In your theme's .info file, enter the name of the script in the scripts list.
Upload the curvycorners js to your theme's directory.
In your desired CSS selector in the theme's CSS file, enter the following:

-moz-border-radius-topleft:3ex;
-moz-border-radius-bottomright:3ex;
-webkit-border-top-left-radius:3ex;
-webkit-border-bottom-right-radius:3ex;

Those are examples. I am using 1.5ex. It's a bit smaller.

It's really just as easy to use the newest file from curvycorners.net. Follow his instructions there for playing with the CSS and you're set.
Hope this helps someone.

JaredAM’s picture

Status: Active » Closed (won't fix)

A couple of observations.

First, this is actually an issue with the jquery_plugins module. That module looks for filenames with the pattern "jquery.PLUGINNAME.min.js." If it doesn't follow that pattern, then it won't get loaded through the jq_plugin module. You can always rename your file from jquery.curvycorners.js to jquery.curvycorners.min.js until they release the min file.

Second, the link you provided is a javascript package, not a jquery package. The jquery package is located here: http://code.google.com/p/jquerycurvycorners/downloads/list