By Matthias Fletzberger on Tuesday, 21 November 2017
Posted in General Issues
Replies 3
Likes 0
Views 204
Votes 0
We got some complaints from users that the selection for Social Icons when hovering above the "like" Button stays up too long - I also think that it shut disappear immediately after the user goes away or has clicked on one of the icons ...

would this be possible.

Also, is it possible to deactivate the Social Icosn completely and go back to "like" only?
Hi there,

Hi there,

Maybe you can try to apply css codes below on this path .../templates/*current_template/html/com_easysocial/css/custom.css and see how it goes.

[gist type="php"]
//super fast
#es.is-desktop .es-reaction-option__link ~ .es-reactions-pop {
transition-delay: 0.05s;
}
[/gist]

Also, is it possible to deactivate the Social Icosn completely and go back to "like" only?

Currently, it is not possible to achieved this currently.
·
Tuesday, 21 November 2017 11:41
·
0 Likes
·
0 Votes
·
0 Comments
·
Sorry, but this does not change anything :-(
·
Tuesday, 21 November 2017 17:21
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

may i know where exactly you put them? It seems that there are no such files on this path .../templates/lt_architecture/html/com_easysocial/css/custom.css.

I have created one for your and included those css for you. it should works as it should now.
·
Tuesday, 21 November 2017 17:50
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post