Author Topic: Custom Follower Alert  (Read 11823 times)

0 Members and 2 Guests are viewing this topic.

emrerocky

  • Advisor
  • Councilor
  • **
  • Posts: 1240
  • Karma: +163/-8
    • View Profile
    • emrerocky's Website
  • Twitch Name: emrerocky
Re: Custom Follower Alert
« Reply #15 on: October 27, 2014, 02:47:02 AM »
The CCS code is not wanting to replace the image. And I had someone try to get it to work with no luck.

Do you have the CSS entered into the custom CSS box, and have the box that says to use it ticked?

-emrerocky

bond0788

  • Youngling
  • *
  • Posts: 23
  • Karma: +0/-0
    • View Profile
  • Twitch Name: bond0788
Re: Custom Follower Alert
« Reply #16 on: October 27, 2014, 02:48:36 AM »
Yes!

emrerocky

  • Advisor
  • Councilor
  • **
  • Posts: 1240
  • Karma: +163/-8
    • View Profile
    • emrerocky's Website
  • Twitch Name: emrerocky
Re: Custom Follower Alert
« Reply #17 on: October 27, 2014, 10:13:49 AM »
Yes!

Hmm... I just installed XSplit and it seems to like it's CSS very strangely...  Try this:

CSS Code:
Code: [Select]
#follow-notification {
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 374px !important;
height: 135px !important;
border-radius: 00px !important;
background-image: url("https://i.imgur.com/J27OdG8.jpg") !important;
background-repeat: no-repeat;
overflow: hidden !important;
}
#follow-notification .followname {
position: absolute !important;
margin-top: 0px !important;
margin-left: 0px !important;
text-align: center !important;
width: 380px !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;
}
#follow-notification .followname:before {
content: "Thanks for Becoming an Agent: ";
font-family: !important;
font-size: 25px !important
}

bond0788

  • Youngling
  • *
  • Posts: 23
  • Karma: +0/-0
    • View Profile
  • Twitch Name: bond0788
Re: Custom Follower Alert
« Reply #18 on: October 27, 2014, 04:19:22 PM »
THANK YOU! That worked great! You are awesome and amazing!

bond0788

  • Youngling
  • *
  • Posts: 23
  • Karma: +0/-0
    • View Profile
  • Twitch Name: bond0788
Re: Custom Follower Alert
« Reply #19 on: February 01, 2015, 10:12:35 PM »
This is starting to give me issues again by not importing my custom follower alert to my stream. Please help.

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: Custom Follower Alert
« Reply #20 on: February 02, 2015, 01:34:35 AM »
What is the CSS code you are using?
Old Name: RepentGamingTV
Twitch: Here

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

bond0788

  • Youngling
  • *
  • Posts: 23
  • Karma: +0/-0
    • View Profile
  • Twitch Name: bond0788
Re: Custom Follower Alert
« Reply #21 on: February 02, 2015, 01:37:25 AM »
Reply #17 -- The CSS for Xsplit. It worked fine when i got it that day, but now it doesn't want to read the CSS code it seems

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: Custom Follower Alert
« Reply #22 on: February 02, 2015, 01:42:06 AM »
Reply #17 -- The CSS for Xsplit. It worked fine when i got it that day, but now it doesn't want to read the CSS code it seems

Alright, installing xsplit and working on it. Give me a few mins or so.

Edit: The code works for me. You did hit edit custom CSS, and put the Custom Size to 400 x 180 under Display? And using this as your url: http://deepbot.tv/notifications/follownotification1.htm
« Last Edit: February 02, 2015, 01:53:36 AM by RepentGamingTV »
Old Name: RepentGamingTV
Twitch: Here

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

bond0788

  • Youngling
  • *
  • Posts: 23
  • Karma: +0/-0
    • View Profile
  • Twitch Name: bond0788
Re: Custom Follower Alert
« Reply #23 on: February 02, 2015, 01:43:36 AM »
Thank you.

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: Custom Follower Alert
« Reply #24 on: February 02, 2015, 01:54:08 AM »
The code works for me. You did hit edit custom CSS and put the CSS in there? Did you put the Custom Size to 400 x 180 under Display? And using this as your url: http://deepbot.tv/notifications/follownotification1.htm
Old Name: RepentGamingTV
Twitch: Here

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

bond0788

  • Youngling
  • *
  • Posts: 23
  • Karma: +0/-0
    • View Profile
  • Twitch Name: bond0788
Re: Custom Follower Alert
« Reply #25 on: February 02, 2015, 01:58:47 AM »
Yes I did. I did all the neccessary things.

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: Custom Follower Alert
« Reply #26 on: February 02, 2015, 02:08:25 AM »
Are you VIP on DeepBot? Not sure what is wrong, but this is all I have when I added it:



Code: [Select]
#follow-notification {
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 374px !important;
height: 135px !important;
border-radius: 00px !important;
background-image: url("https://i.imgur.com/J27OdG8.jpg") !important;
background-repeat: no-repeat;
overflow: hidden !important;
}
#follow-notification .followname {
position: absolute !important;
margin-top: 0px !important;
margin-left: 0px !important;
text-align: center !important;
width: 380px !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;
}
#follow-notification .followname:before {
content: "Thanks for Becoming an Agent: ";
font-family: !important;
font-size: 25px !important
}
Old Name: RepentGamingTV
Twitch: Here

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

bond0788

  • Youngling
  • *
  • Posts: 23
  • Karma: +0/-0
    • View Profile
  • Twitch Name: bond0788
Re: Custom Follower Alert
« Reply #27 on: February 02, 2015, 02:10:32 AM »
Could be an issue on that one. Still have access to VIP and it says my VIP exires on Saturday the 7th.

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: Custom Follower Alert
« Reply #28 on: February 02, 2015, 02:12:13 AM »
Could be an issue on that one. Still have access to VIP and it says my VIP exires on Saturday the 7th.

Ya, I'm not sure then. I am using the latest version and a free user on xsplit as well.
Old Name: RepentGamingTV
Twitch: Here

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

bond0788

  • Youngling
  • *
  • Posts: 23
  • Karma: +0/-0
    • View Profile
  • Twitch Name: bond0788
Re: Custom Follower Alert
« Reply #29 on: February 02, 2015, 02:14:32 AM »
Thanks for looking into it. I will try to mess around with it some more later.