Smiley problem

Posted in: Newspaper
Post count: 32

Hi everyone, before v4 i dont have this problem. Smiley goes one row below. you can see more clearly from picture; https://yadi.sk/i/sxz1nesKWqWzf

Post count: 3343

Can you try this is is the same issue?: https://forum.tagdiv.com/topic/bugfix-wp-smilies/#post-15739

From where is that smiles? Can you show me a link.

Thanks!

Post count: 32

This is the link: http://www.surprizim.net/katlanir-kutu-surprizi/
Smiley are supposed to be near the letters but they are one line below. I dont know why.

Post count: 32

Also, when you open my website, can you look at Turkish letter like “ş, ğ” they are bigger than others.
When booster is open, it is like this. When booster is closed, it is normal. How can i fix it ? thanks a lot. you are awesome!

Post count: 6600

Hi,

Please add this custom CSS in Theme Panel > Custom CSS:

.td-post-text-content img .wp-smiley {
display: inline-block !important;
}

Also in order to make turkish letters work with speed booster plugin add this code:

&subset=latin,latin-ext

..in the functions.php file, like this: http://screencast.com/t/R0kmXGB8

Thanks

  • This reply was modified 12 years by Lucian.
Post count: 32

Turkish letter problem is okay! but smiley problem is not solved yet. Smiley is one line below still. thanks a lot.

Post count: 6600

Hi,

Please use this css:

.wp-smiley {
display: inline-block !important;
}

Should work, see here: http://screencast.com/t/8NMvIFvG

Thanks

Post count: 32

thanks a lot to best crew !! 🙂

Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Newspaper’ is closed to new topics and replies.