-
AuthorPosts
-
December 21, 2016 at 4:22 pm #727119
Good day!
I have a VK (social network) widget attached to my site (at the right bottom corner). How can I make it appear and to be always on top of any element? Footer overlaps it.
Also I’d like to know, why can’t I see this widget button at this page only http://countplus.by/kontakty/ (at any other it works, excepting the problem that I’ve already mentioned at the very begging).TU!
UPD: the widget code looks like:
<script type=”text/javascript” src=”//vk.com/js/api/openapi.js?136″></script>
<!– VK Widget –>
<div id=”vk_community_messages”></div>
<script type=”text/javascript”>
VK.Widgets.CommunityMessages(“vk_community_messages”, 133130302, {welcomeScreen: “1”, tooltipButtonText: “У Вас есть какой-то вопрос? Задайте его нам прямо сейчас!”});
</script>-
This topic was modified 8 years, 11 months ago by
Idomazu.
December 21, 2016 at 4:35 pm #727129Hey Idomazu,
To achieve this customization please change the z-index of the socket by adding the below code to Enfold > General Styling > Quick CSS
#socket { z-index: 0!important; }As an alternate work around the icon can be shown above the socket with the below code
#vk_community_messages { bottom: 45px!important; }Best regards,
VinayDecember 21, 2016 at 5:24 pm #727168Thanx for such a quick anser! It seems like it didn’t workout for this page http://countplus.by/kontakty/ – at first I cannot see the button, and then it starts to blink – 1 sec u see it, the next second – you don’t. Some kind of problem with the right side on this page, because when I expand the chat window by clicking the button, the right frame appears cutted by the edge.
December 22, 2016 at 6:59 am #727402UPD. It seems like everything swell, thank you very much for support!
December 22, 2016 at 7:36 am #727414 -
This topic was modified 8 years, 11 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
