Deep Bot - Twitch Streamer Assistant
Deep Bot => Help/Support => Topic started by: MeSaNei on May 15, 2016, 11:27:49 PM
-
Hi, recently xsplit stopped showing my follow notifications.
http://imgur.com/Xc3CZyM
Link in settings: deepbot.tv/notifications/follownotification1.htm?dur=10000
css:
#follow-notification {
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 482px !important;
height: 80px !important;
border-radius: 10px;
background-image: url("http://i.imgur.com/i9NvXXp.png") !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
position: absolute !important;
margin-top: 8px !important;
padding-top: 0px !important;
margin-left: 0px !important;
text-align: center !important;
width: 482px !important;
font-size: 24px !important;
font-weight: normal !important;
font-family: Segoe UI Light !important;
color: #00ff00 !important;
-webkit-text-stroke: 0.2px;
-webkit-text-stroke-color: #000
}
-
Not sure why it is not working for you.
I checked your VIP status and you are good there.
I copied the CSS/URL and put it into xsplit on my end and it worked.
Can you screenshot your follow notification options?
I did adjust the height in the CSS to match the actual image height. I also changed dimensions a bit.
(http://puu.sh/oSQKS/0e2fe67c5f.png)
(http://puu.sh/oSQTa/2ac21ba92c.png)
CSS:
#follow-notification {
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 482px !important;
height: 90px !important;
border-radius: 10px;
background-image: url("http://i.imgur.com/i9NvXXp.png") !important;
background-repeat: no-repeat;
}
#follow-notification .followname {
position: absolute !important;
margin-top: 8px !important;
padding-top: 0px !important;
margin-left: 0px !important;
text-align: center !important;
width: 482px !important;
font-size: 24px !important;
font-weight: normal !important;
font-family: Segoe UI Light !important;
color: #00ff00 !important;
-webkit-text-stroke: 0.2px;
-webkit-text-stroke-color: #000
}
-
I replaced the css that you have posted and still no notification. Here is a screenshot that you requested https://onedrive.live.com/redir?resid=73ADEA2E154C4DAF!296039&authkey=!APFDYJgQDhfhggo&v=3&ithint=photo%2cpng
-
Even when you hit preview, it does not pop up?