Author Topic: Follower Notification Help  (Read 3461 times)

0 Members and 1 Guest are viewing this topic.

Scopez1234

  • Youngling
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
  • Twitch Name: www.twitch.tv/scopez1234/
Follower Notification Help
« 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!

emrerocky

  • Advisor
  • Councilor
  • **
  • Posts: 1240
  • Karma: +163/-8
    • View Profile
    • emrerocky's Website
  • Twitch Name: emrerocky
Re: Follower Notification Help
« Reply #1 on: October 20, 2014, 11:03:05 AM »
Could you please post the CSS code and dimensions that you are using right now?

-emrerocky
« Last Edit: October 20, 2014, 11:08:18 AM by emrerocky »

Scopez1234

  • Youngling
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
  • Twitch Name: www.twitch.tv/scopez1234/
Re: Follower Notification Help
« Reply #2 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;
}

ExpertsOnline

  • Creator
  • Councilor
  • *****
  • Posts: 2656
  • Karma: +289/-24
    • View Profile
  • Twitch Name: expertsonline
Re: Follower Notification Help
« Reply #3 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;
}

Scopez1234

  • Youngling
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
  • Twitch Name: www.twitch.tv/scopez1234/
Re: Follower Notification Help
« Reply #4 on: October 21, 2014, 08:26:37 AM »
I still get the same thing :/

emrerocky

  • Advisor
  • Councilor
  • **
  • Posts: 1240
  • Karma: +163/-8
    • View Profile
    • emrerocky's Website
  • Twitch Name: emrerocky
Re: Follower Notification Help
« Reply #5 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

Scopez1234

  • Youngling
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
  • Twitch Name: www.twitch.tv/scopez1234/
Re: Follower Notification Help
« Reply #6 on: October 21, 2014, 08:43:24 AM »
Am I missing something? Nothing pops up :/

emrerocky

  • Advisor
  • Councilor
  • **
  • Posts: 1240
  • Karma: +163/-8
    • View Profile
    • emrerocky's Website
  • Twitch Name: emrerocky
Re: Follower Notification Help
« Reply #7 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

Scopez1234

  • Youngling
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
  • Twitch Name: www.twitch.tv/scopez1234/
Re: Follower Notification Help
« Reply #8 on: October 21, 2014, 09:05:52 AM »
Thank you! It was because I was not previewing it from deepbot.