Author Topic: Follow, Donation, and sub Notifications.  (Read 23493 times)

0 Members and 1 Guest are viewing this topic.

ExpertsOnline

  • Creator
  • Councilor
  • *****
  • Posts: 2656
  • Karma: +289/-24
    • View Profile
  • Twitch Name: expertsonline
Re: Follow, Donation, and sub Notifications.
« Reply #15 on: June 05, 2014, 12:15:19 AM »
to change the red header on the follow notification, you can change the color on the below CSS

Code: [Select]
#follow-notification .header {
 color: #FF0000 !important;
}

To increase the font size on the donation message, increase the number below from 20:

Code: [Select]
#donor-notification .message {
 font-size: 20px;
}

Druitt_streams

  • Youngling
  • *
  • Posts: 24
  • Karma: +0/-0
    • View Profile
  • Twitch Name: druitt_streams
Re: Follow, Donation, and sub Notifications.
« Reply #16 on: June 06, 2014, 09:03:38 PM »
There is a section of text "has donated" which code do I need to edit that? I got the rest all changed color and text size but that is the only pice I'm having trouble edditing.

ExpertsOnline

  • Creator
  • Councilor
  • *****
  • Posts: 2656
  • Karma: +289/-24
    • View Profile
  • Twitch Name: expertsonline
Re: Follow, Donation, and sub Notifications.
« Reply #17 on: June 07, 2014, 08:14:58 PM »
To change that section, you can edit the font and color in the below CSS.

Code: [Select]
#donor-notification .header {
 color: #37b2e5 !important;
 font-size: 38px !important;
 font-family: Algerian !important;
}

Druitt_streams

  • Youngling
  • *
  • Posts: 24
  • Karma: +0/-0
    • View Profile
  • Twitch Name: druitt_streams
Re: Follow, Donation, and sub Notifications.
« Reply #18 on: June 22, 2014, 02:32:50 AM »
Are .swf files supported for notifications?

ExpertsOnline

  • Creator
  • Councilor
  • *****
  • Posts: 2656
  • Karma: +289/-24
    • View Profile
  • Twitch Name: expertsonline
Re: Follow, Donation, and sub Notifications.
« Reply #19 on: June 22, 2014, 11:41:27 AM »
Currently I do not have any SWF files linked with DeepBot.

vinny

  • Youngling
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
  • Twitch Name: TheBlackSheepGamer
Re: Follow, Donation, and sub Notifications.
« Reply #20 on: October 21, 2015, 01:45:42 PM »
I Have a Question.
The follower notification is a drop down and the donation notification is a fade in. How can you get both to be a drop down or fade in?
Thanks for your time.

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: Follow, Donation, and sub Notifications.
« Reply #21 on: October 22, 2015, 12:48:53 AM »
Just add &top=1 or &top=2 to the end of the URLs
Old Name: RepentGamingTV
Twitch: Here

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

vinny

  • Youngling
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
  • Twitch Name: TheBlackSheepGamer
Re: Follow, Donation, and sub Notifications.
« Reply #22 on: October 23, 2015, 04:43:08 AM »
Im sorry to bother you again,But can you give me an example with this url. 

http://deepbot.tv/notifications/follownotification2.htm?dur=8000

Ive tried everything and can not get it to work for me.
Thanks again for your time and what you guys do for us.

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: Follow, Donation, and sub Notifications.
« Reply #23 on: October 23, 2015, 05:54:25 AM »
Im sorry to bother you again,But can you give me an example with this url. 

http://deepbot.tv/notifications/follownotification2.htm?dur=8000

Ive tried everything and can not get it to work for me.
Thanks again for your time and what you guys do for us.

http://deepbot.tv/notifications/follownotification2.htm?dur=8000&top=1 or http://deepbot.tv/notifications/follownotification2.htm?dur=8000&top=2
Old Name: RepentGamingTV
Twitch: Here

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

vinny

  • Youngling
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
  • Twitch Name: TheBlackSheepGamer
Re: Follow, Donation, and sub Notifications.
« Reply #24 on: November 07, 2015, 05:39:00 AM »
RepentGamingTV, Im so sorry to bother you again but can you do the code and test and post it here so both the Donation and Follow both do the drop down and not the fade Ive tried everything. and can not get this to work as a drop down on the follow alert. Also can you do a sub Alert for this also for me.
Thanks again so much.
Vinny

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: Follow, Donation, and sub Notifications.
« Reply #25 on: November 07, 2015, 05:47:26 AM »
RepentGamingTV, Im so sorry to bother you again but can you do the code and test and post it here so both the Donation and Follow both do the drop down and not the fade Ive tried everything. and can not get this to work as a drop down on the follow alert. Also can you do a sub Alert for this also for me.
Thanks again so much.
Vinny

http://deepbot.tv/notifications/follownotification2.htm?dur=8000&top=1

http://deepbot.tv/notifications/donationnotification2.htm?top=1

http://deepbot.tv/notifications/subnotification3.htm?top=1

Just give me the image links/files you want to use, and I can do the code. The URLs above are for all notifications to drop down from the top.
Old Name: RepentGamingTV
Twitch: Here

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

vinny

  • Youngling
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
  • Twitch Name: TheBlackSheepGamer
Re: Follow, Donation, and sub Notifications.
« Reply #26 on: November 07, 2015, 08:42:47 AM »
Its the Same Image thats used on here

 http://i.imgur.com/HiiQFWj.png I just need one thats a sub notification same size and drop down just like the other two.

Thanks

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: Follow, Donation, and sub Notifications.
« Reply #27 on: November 07, 2015, 09:04:41 AM »
CSS:

Code: [Select]
body {
    background-color: transparent;
    color: white;
}
#sub-notification {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 2560px !important;
  height: 300px !important;
  background-repeat: no-repeat;
  background-image: url('http://i.imgur.com/HiiQFWj.png') !important;
  background-position-y: 0px;
}
#resub-notification {
  display: none;
  position: absolute;
  top: 0px;
  left: 80px !important;
  width: 2560px !important;
  height: 300px !important;
  background-repeat: no-repeat;
  background-image: url('http://i.imgur.com/HiiQFWj.png') !important;
  background-position-y: 0px;;
}
.subname {
margin-left: 1050px !important;
  margin-top: 70px !important;
  padding-top: 0px !important;
  width: 400px !important;
  text-align: center !important;
  font-size: 50px !important;
  font-weight: bold !important;
  font-family: Algerian !important;
  color: #37b2e5 !important;
  -webkit-text-stroke: 0px;
  -webkit-text-stroke-color: black;
}

.months {
margin-left: -500px !important;
  margin-top: -30px !important;
  padding-top: 0px !important;
  width: 400px !important;
  text-align: center !important;
  font-size: 50px !important;
  font-weight: bold !important;
  font-family: Algerian !important;
  color: #37b2e5 !important;
  -webkit-text-stroke: 0px;
  -webkit-text-stroke-color: black;
}

.months:after {
content: 'Subscriber' !important;
margin-left: 1600px !important;
  margin-top: 180px !important;
  padding-top: 0px !important;
  width: 400px !important;
  text-align: center !important;
  font-size: 50px !important;
  font-weight: bold !important;
  font-family: Algerian !important;
  color: #37b2e5 !important;
  -webkit-text-stroke: 0px;
  -webkit-text-stroke-color: black;
}

.badge {
visibility: hidden !important;
}

@-webkit-keyframes rot {
    from {
        -webkit-transform: rotate(0deg) translate(-30px) rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg) translate(-30px) rotate(-360deg);
    }
}
Old Name: RepentGamingTV
Twitch: Here

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