Scroll bars, if any, should be hidden with css we have in AllInOne.cssHas anyone been using this with OBS multiplatform yet? The browser plugin is a bit different and for some reason it picks up scroll bars that block the notifications =/
Here's an example:
View attachment 8200
I have in AllInOne.cssScroll bars, if any, should be hidden with css we have in AllInOne.css
If multiplatform does not respect it then you can try to add additional css code to try to hide it.
Try this:
body {overflow:hidden;}
or this (if not already there):
::-webkit-scrollbar {display: none;}
or you can set parent element width and height or you can try hiding scroll bar in parent
or you can try to set html and body width and height to 100%
If that wont solve it try to google "how to hide scroll bar in css" and try some of search results
Yes, if multiplatfrom does not allow css modification, then try editing it directly.I have in AllInOne.css
::-webkit-scrollbar {
visibility: hidden;
}
I guess multiplatform doesn't care. There's also no way to use css with the browser plugin in multiplatform. I guess I can try those other options in the AllInOne.css?
The body overflow:hidden worked thanks :DScroll bars, if any, should be hidden with css we have in AllInOne.css
If multiplatform does not respect it then you can try to add additional css code to try to hide it.
Try this:
body {overflow:hidden;}
or this (if not already there):
::-webkit-scrollbar {display: none;}
or you can set parent element width and height or you can try hiding scroll bar in parent
or you can try to set html and body width and height to 100%
If that wont solve it try to google "how to hide scroll bar in css" and try some of search results
I added overflow:hidden to html body in AllInOne.css and that did it thanks again :)Yes, if multiplatfrom does not allow css modification, then try editing it directly.
Changing visibility might not be enough, try "display: none;"
Let me know what worked for you, I will modify the css for future use
To move the notiffication rectangle around you could add margin to block element:Hi, I've been trying to make the notification (follower) appear either at the top or the bottom of the screen but cannot workout the css code to do this, everything I have tried seems to fail or keeps the notification on the middle of the screen.
margin-top: -20% !important;
margin-left: 50px !important;
In theory bot should logout if you close dashboard or logout from it, having said that I think there might be a problem when you have allinone link in obs and then close dashboard - I will check this.Woo I'm back. I'm having the same problem with bobdevbot leaving channel randomly again at which point all subs/resubs stop appearing. Haven't had donations come through when this happens so not sure if that's affected as well.
Problem goes away after relogging into the FSN dashboard and grabbing a new allInOne link to place in OBS. The bot will join chat once again after this until whatever trigger forces it out.
Currently using OBS allInOne link and dashboard open at the same time. Dashboard never closes until end of stream or have to reset it if the bot leaves.In theory bot should logout if you close dashboard or logout from it, having said that I think there might be a problem when you have allinone link in obs and then close dashboard - I will check this.
Need to do some testing and check the bot behavior - as always thanks for reporting this, I'll try to provide fix as soon as possible
I kept dashboard and allinone open for long period of time and bot never disconnected, it might be that for some reason bot was kicked out of your twitch chat and notifications stop working because of that - I will implement mechanism that will auto reconnect in such scenario, that should help.Currently using OBS allInOne link and dashboard open at the same time. Dashboard never closes until end of stream or have to reset it if the bot leaves.
Donations have also stopped working with the bot in channel, donations are showing up in the dashboard though.
If you mean that you have separate streaming Pc and you would like to play the sound on your gaming PC then we could play the sound in dashboard and you could have it opened there.Hey BobDev, love the app! I've been using for awhile with only one request!
Is it possible for a small standalone app to run on a separate PC to send alert sounds instead of the OBS overlay?
If you mean that you have separate streaming Pc and you would like to play the sound on your gaming PC then we could play the sound in dashboard and you could have it opened there.
However dashboard can be little faster or slower than the allinone link (something I need to work on in future to sync it)
Let me know if that is what you need and I can see what I can do.
Sounds good man. If for whatever reason that doesn't work may I suggest that button to show the missing notification beside each entry for easy access.I kept dashboard and allinone open for long period of time and bot never disconnected, it might be that for some reason bot was kicked out of your twitch chat and notifications stop working because of that - I will implement mechanism that will auto reconnect in such scenario, that should help.
I dont get it.Without a splitter and a third monitor, the dashboard would be open for public eyes without constantly changing scenes, I don't think I remember any sensitive information from donators, but it would feel a bit uncomfortable using it in that way.
I'm not sure if others share this concern.
But that is exactly why I am requesting this, a multi-pc stream setup, :).