Author Topic: Custom follow notifications stopped working  (Read 1453 times)

0 Members and 1 Guest are viewing this topic.

MeSaNei

  • Youngling
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
  • Twitch Name: http://twitch.tv/MeSaNei
Custom follow notifications stopped working
« 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
}


TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: Custom follow notifications stopped working
« Reply #1 on: May 16, 2016, 12:33:53 AM »
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.





CSS:
Code: [Select]
#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
}

Old Name: RepentGamingTV
Twitch: Here

Need help ASAP?
Join Deepbot's Discord: Discord.Deepbot.tv
Deepbot's Twitter: @DeepSupport

MeSaNei

  • Youngling
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
  • Twitch Name: http://twitch.tv/MeSaNei
Re: Custom follow notifications stopped working
« Reply #2 on: May 16, 2016, 11:36:54 PM »
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

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: Custom follow notifications stopped working
« Reply #3 on: May 17, 2016, 01:29:04 AM »
Even when you hit preview, it does not pop up?
Old Name: RepentGamingTV
Twitch: Here

Need help ASAP?
Join Deepbot's Discord: Discord.Deepbot.tv
Deepbot's Twitter: @DeepSupport