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
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!
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.
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.
Hi,
Please use this css:
.wp-smiley {
display: inline-block !important;
}
Should work, see here: http://screencast.com/t/8NMvIFvG
Thanks