Deep Bot - Twitch Streamer Assistant
Deep Bot => Help/Support => Topic started by: dnz27 on January 07, 2016, 01:12:44 AM
-
Hello Everybody,
Since i recieved my first donation, i got the information, that my popup is not working at all!
I'll post my settings below ( Pictures ). The weird thing about it is, that when i push "preview" in the settings, its poping up, like i want to have it, then, when someone donates, my bot writes exactly this into the stream chat: "Donation of EUR 1 received from xEN3D with message 'Bester Spieler!'.Added 10 Points to xEN3D.."
Then, the donation is in the Notifications tab on deepbot aswell, so its listed, obviously cuz the bot wrote about it. but why the hell isn't it popping up? :s
(http://abload.de/img/deepbot18ylbf.png)
(http://abload.de/img/deepbot2ozb12.png)
(http://abload.de/img/deepbot3qrlcc.png)
(http://abload.de/img/deepbot49zqo0.png)
the last is just with the preview, and thats is how i want to have it look like!
Would be awesome if someone can help me!
Thx in advance!
Dennis
-
From the looks of your config, the minimum amount for it to show an on-screen popup is set at €5. This means that any amount below that won't trigger the actual on-screen alert. Due to you having received a €1 tip from xEN3D this'd explain why you never got the on-screen notification for that tip.
Did you receive any donations during the day that were €5 or more?
Thanks,
Dante557
-
From the looks of your config, the minimum amount for it to show an on-screen popup is set at €5. This means that any amount below that won't trigger the actual on-screen alert. Due to you having received a €1 tip from xEN3D this'd explain why you never got the on-screen notification for that tip.
Did you receive any donations during the day that were €5 or more?
Thanks,
Dante557
yes, same user, 50$, the 1euro was just a try..:/
-
We've alerted Experts to it. Anything below €5 wouldn't show due to your settings but the big donation should have. It looks like it's populating your Deepbot properly due to showing up in your overlay and, as discussed the other day, is getting populated everywhere else apart from the actual alert on the webpage.
We'll let you know of any developments.
Thanks,
Dante557
-
My donation popup or notification is not working either. I have attached my config picture. I went into Paypal and made sure the UTF is turned on.
-
any help now..?
-
any help now..?
Do you have the CLR browser setup correctly? Is your deepbot donation page setup with a minimum donation of 1?
-
i posted screenshots, there you see everything, dont ya? :/
-
i posted screenshots, there you see everything, dont ya? :/
It may be something with your CSS, can you pastebin your css or copy and paste here.
-
i posted screenshots, there you see everything, dont ya? :/
It may be something with your CSS, can you pastebin your css or copy and paste here.
#donor-notification {
text-align: center;
font-weight: bold;
Font-size: 34px;
font-family: 'Fixedsys Regular';
background-repeat: no-repeat;
background-image: url('http://i68.tinypic.com/258xwz7.gif') !important;
}
#donor-notification .header {
Color: #d79c00;
}
#donor-notification .message {
Color: #d79c00;
}
#donor-notification .amount {
Color: #316ffb;
}
#donor-notification .donor {
Color: #316ffb;
}
-
I do not think your image is working o.o
(http://puu.sh/mvHsg/2d4996f9e0.png)
-
I do not think your image is working o.o
(http://puu.sh/mvHsg/2d4996f9e0.png)
its just an empty image ;) like blank, no background whatever, transparent ^^
-
Try doing this instead then with the CSS.
background-image: transparent !important;
Also the most recent update fixed notifications not popping up.
-
I think i am having issues with the URL? I use the css format off the forums for a custom alert image, put my image link in the proper line, but everytime its like i am getting someone elses image? Everything works great for my follower alert. Attached is a screenshot of the alert that pops up, its definitely not the one i had made.
-
Can you post your CSS?
-
body {
background-color: transparent;
color: white;
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
#donor-notification {
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 800px;
height: 365px;
background-repeat: no-repeat;
background-image: url('http://i.imgur.com/L18eYr2.png');
}
#donor-notification .date {
margin-right: 40px;
padding-top: 43px;
text-align: right;
line-height: 20px;
vertical-align: top;
font-size: 20px;
font-family: Algerian;
text-shadow: 2px 2px 1px #000;
color: white;
}
#donor-notification .streamname {
margin-left: 34px;
padding-top: 28px;
text-align: left;
line-height: 26px;
vertical-align: top;
font-size: 24px;
font-family: Algerian;
text-shadow: 2px 2px 1px #FFF;
color: black;
}
#donor-notification .message {
margin-left: 38px;
float: left;
padding-top: 9px;
width: 70%;
line-height: 40px;
text-align: left;
vertical-align: top;
font-size: 20px;
font-family: Verdana;
color: black;
}
#donor-notification .amount {
float: right;
width: 21%;
padding-top: 17px;
text-align: left;
line-height: 26px;
vertical-align: top;
font-size: 30px;
font-family: Algerian;
text-shadow: 2px 2px 1px #fff;
color: black;
}
#donor-notification .donor {
margin-left: 520px;
padding-top: 147px;
text-align: left;
line-height: 28px;
vertical-align: middle;
font-size: 28px;
font-family: Comic Sans MS;
text-shadow: 2px 2px 1px #fff;
color: black;
}