Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author quietmint

    (@quietmint)

    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.

    Plugin Author quietmint

    (@quietmint)

    This has been fixed in Release 14.

    Thread Starter noskerdycat

    (@noskerdycat)

    Thank you – your work makes me “smile” !

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Speedy Smilies] Works in Graphene theme, but not in Matala’ is closed to new replies.