• Now I have my old Smilies again in my blog!

    But, please tell me, why are they viewed only in half size compare to the Smilies in WordPress 4.1.2 or older?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Samuel Wood (Otto)

    (@otto42)

    www.ads-software.com Admin

    As far as I know, they’re the same size as the old ones. Your theme or some other code might be doing something odd to them though. Hard to say without an example.

    Thread Starter globalcitizen

    (@dunkelangst)

    I found a solution for that “problem”:

    You can control the size of the smileys in the css file of the theme:
    .wp-smiley {
    height: 15px;
    width: 15px;
    }
    or
    .wp-smiley {
    height: 100%;
    width: 100%;
    }
    Thank you for this great Plugin!

    It’s a pity that wordpress devolpers put the Emoji bug inside and say it is a future and have fun bla bla bla…

    Plugin Author Samuel Wood (Otto)

    (@otto42)

    www.ads-software.com Admin

    I just found out that smilies in 4.2 get a hardcoded 1em size added to them, which may be the wrong size depending on your font or styling. I have updated the plugin to eliminate this hardcoded 1em style change as well.

    Thread Starter globalcitizen

    (@dunkelangst)

    Thanks a lot Otto!!

    Simple feedback,

    .wp-smiley {
    height: 100%;
    width: 100%;
    }

    –> I tested this in my theme’s stylesheet (because of this)… well, that doesn’t work, that triggers the emoticons to take up to 100% of their container’s width (imagine a 525 px elongated smiley, it’s creepy, brrr).
    I am NOT asking for support (thus, not hijacking the thread), merely reporting how a suggested solution fares, in order to help others avoid wasting their time.
    Cheers, everyone ??

    Plugin Author Samuel Wood (Otto)

    (@otto42)

    www.ads-software.com Admin

    Version 1.3 eliminates the extra styles, you should not need any extra CSS.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Thank you!!’ is closed to new replies.