Deep Bot - Twitch Streamer Assistant

Deep Bot => Custom Notifications => Topic started by: Scopez1234 on October 20, 2014, 10:31:15 AM

Title: Follower Notification Help
Post by: Scopez1234 on October 20, 2014, 10:31:15 AM
I use to have everything working, but I am getting confused since I keep getting this:

http://gyazo.com/ed16add6a3fdd03d1176d50c70bc2f31

I need some help on why this is happening for future problems. Here is my imgur follower image:

http://i.imgur.com/rR4fXoz.png

Any help would be greatly appreciated!
Title: Re: Follower Notification Help
Post by: emrerocky on October 20, 2014, 11:03:05 AM
Could you please post the CSS code and dimensions that you are using right now?

-emrerocky
Title: Re: Follower Notification Help
Post by: Scopez1234 on October 21, 2014, 12:01:46 AM
Could you please post the CSS code and dimensions that you are using right now?

-emrerocky
Here is my CSS Code:

#follow-notification {
   display: none;
   position: absolute;
   top: 0px;
   left: 0px;
   width: 510px !important;
   height: 100px !important;
   border-radius: 00px !important;
   background-image: url('http://i.imgur.com/rR4fXoz.png') !important;
   background-repeat: no-repeat;
}
 
#follow-notification .followname {
   margin-top: 24px !important;
   margin-left: 0px !important;
   text-align: center !important;
   width: 500px !important;
   font-size: 40px !important;
   font-weight: bold !important;
   font-family: impact !important;
   color: #00cebb !important;
   -webkit-text-stroke-width: 2px;
   -webkit-text-stroke-color: #000000;
   -webkit-text-fill-color: #FFFFFF;
}
Title: Re: Follower Notification Help
Post by: ExpertsOnline on October 21, 2014, 12:07:58 AM
Try this

Code: [Select]
#follow-notification {
   display: none;
   position: absolute;
   top: 0px;
   left: 0px;
   width: 590px !important;
   height: 120px !important;
   border-radius: 00px !important;
   background-image: url('http://i.imgur.com/rR4fXoz.png') !important;
   background-repeat: no-repeat;
   overflow: hidden !important;
}
 
#follow-notification .followname {
   margin-top: 24px !important;
   margin-left: 0px !important;
   text-align: center !important;
   width: 500px !important;
   font-size: 40px !important;
   font-weight: bold !important;
   font-family: impact !important;
   color: #00cebb !important;
   -webkit-text-stroke-width: 2px;
   -webkit-text-stroke-color: #000000;
   -webkit-text-fill-color: #FFFFFF;
}
Title: Re: Follower Notification Help
Post by: Scopez1234 on October 21, 2014, 08:26:37 AM
I still get the same thing :/
Title: Re: Follower Notification Help
Post by: emrerocky on October 21, 2014, 08:38:42 AM
Link: http://deepbot.tv/notifications/follownotification1.htm
Width: 590
Height: 120

Same CSS Code.  That works for me.

-emrerocky
Title: Re: Follower Notification Help
Post by: Scopez1234 on October 21, 2014, 08:43:24 AM
Am I missing something? Nothing pops up :/
Title: Re: Follower Notification Help
Post by: emrerocky on October 21, 2014, 08:44:19 AM
Am I missing something? Nothing pops up :/

Press the preview button within DeepBot.  The follower alert only shows up when someone follows or you preview it.

-emrerocky
Title: Re: Follower Notification Help
Post by: Scopez1234 on October 21, 2014, 09:05:52 AM
Thank you! It was because I was not previewing it from deepbot.