Author Topic: Custom Donation Alert Request:  (Read 3038 times)

0 Members and 2 Guests are viewing this topic.

Captain Richard

  • Youngling
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Captain_Richard
Custom Donation Alert Request:
« on: January 26, 2015, 10:44:44 AM »
Greetings ExpertsOnline,

When you have time, can you post the code for getting the following GIF as a donation pop-up for use with DeepBot and Xsplit? I've been trying to use CSS code from previously created custom donation notifications on the forum here, but none of them seem to work in Xsplit's custom CSS code option for image/webpage overlays. Maybe I'm missing something? I tried changing ' to " in the code as suggested to another user previously, but it's still not working.

Image: http://i.imgur.com/bQpueEv.gif

Text format at the bottom of the GIF in the black area: "[Name] donated [dollar amount]! Thanks!"

I'm currently a VIP subscriber for DeepBot. As always, thank you for your support. :)

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: Custom Donation Alert Request:
« Reply #1 on: January 26, 2015, 07:26:32 PM »
Requested by: Captain Richard

Donation:

Link: http://deepbot.tv/notifications/donationnotification2.htm
Width: 570
Height: 220

CSS Code:
Code: [Select]
#donor-notification {
width: 535px !important;
height: 144px !important;
background-color: transparent !important;
background-image:url('http://i.imgur.com/bQpueEv.gif') !important;
background-repeat: no-repeat !important;
background-size: initial !important;
}


#donor-notification .header {
position: absolute !important;
visibility: hidden !important;
}

#donor-notification .streamname {
visibility: hidden !important;
}

#donor-notification .message {
visibility: hidden !important;
}
#donor-notification .amount {
font-size: 32px !important;
font-family: Impact !important;
font-weight: normal !important;
text-shadow: 3px 4px 1px #000 !important;
color: white !important;
}
#donor-notification .donor {
font-size: 32px !important;
font-family: impact !important;
font-weight: normal !important;
text-shadow: 3px 4px 1px #000 !important;
color: white !important;
}
#donor-notification .donor:after {
content: ' - ';
}
#donor-notification .title {
padding-top: 100px !important;
margin-left: 120px !important;
width: 76% !important;
float: left !important;
text-align: center !important;
}

Preview:

« Last Edit: February 01, 2015, 10:13:03 AM by RepentGamingTV »
Old Name: RepentGamingTV
Twitch: Here

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

Captain Richard

  • Youngling
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Captain_Richard
Re: Custom Donation Alert Request:
« Reply #2 on: February 01, 2015, 06:48:22 AM »
Hi RepentGaming,

Sorry for the delay in replying. I noticed the link says it's for the Follower notification. Is that supposed to read /donationnotification1.htm?dur=10000 instead?

I tried it out in Xsplit and it doesn't seem to be working. Your support is appreciated.

-Captain Richard

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: Custom Donation Alert Request:
« Reply #3 on: February 01, 2015, 10:13:33 AM »
Hi RepentGaming,

Sorry for the delay in replying. I noticed the link says it's for the Follower notification. Is that supposed to read /donationnotification1.htm?dur=10000 instead?

I tried it out in Xsplit and it doesn't seem to be working. Your support is appreciated.

-Captain Richard

My apologies, it was wrong, it is fixed now. Hopefully it works, if you need anything changed, let me know.
Old Name: RepentGamingTV
Twitch: Here

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

Captain Richard

  • Youngling
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Captain_Richard
Re: Custom Donation Alert Request:
« Reply #4 on: February 01, 2015, 11:27:43 AM »
Thanks a bunch, man. It's working now and I really appreciate it. I'm finally making the move from StreamTip to DeepBot for donations and this is going to save me some decent cash every month.

When you can, send me a PM with your Paypal info and I'll send you token of appreciation for taking the time to help me out with this. :D

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: Custom Donation Alert Request:
« Reply #5 on: February 01, 2015, 02:38:12 PM »
Your welcome, and already did. :P
Old Name: RepentGamingTV
Twitch: Here

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