Love this smilie plugin, and I first installed in on a Graphene theme - Great!!
Seems there is some incompatibility with the Matala theme. When Speedy is activated, the theme loses its header graphics.
Love this smilie plugin, and I first installed in on a Graphene theme - Great!!
Seems there is some incompatibility with the Matala theme. When Speedy is activated, the theme loses its header graphics.
Thanks for the report. The CSS optimization done by Speedy Smilies chokes on the Malta theme's stylesheet because it uses invalid CSS when defining the margin property, presumably as a browser hack. Here's an example (line 200):
#menu-main-menu, .menu{
width:400px;
height:51px;
float:left;
margin:167px 0 30px 15px;
margin /**/:167px 0 30px 30px;
-webkit-transform: rotate(1deg);
-moz-transform: rotate(1deg);
overflow:hidden;
}
I'll take a look at the CSS optimization routines and see if there's a good way to deal with malformed CSS when compressing. In the meantime, the theme will work properly if you enable the option "Use the slower compatibility method" in Speedy Smilies.
This has been fixed in Release 14.
Thank you - your work makes me "smile" !
You must log in to post.