Author Topic: Donation Notification Properties NOT SAVING since Last Update  (Read 2635 times)

0 Members and 2 Guests are viewing this topic.

menthur

  • Youngling
  • *
  • Posts: 41
  • Karma: +0/-0
    • View Profile
  • Twitch Name: menthur
Every time I close OBS and restart again, I have to manually setup the browser URL in the CLR Browser Configuration tab again.

The URL, the dimensions and the custom CSS doesn't get saved.

It was working like a charm before, so obviously the recent update broke it.

Please fix!
http://twitch.tv/menthur

Diablo III: Reaper of Souls - Hardcore Only

ExpertsOnline

  • Creator
  • Councilor
  • *****
  • Posts: 2656
  • Karma: +289/-24
    • View Profile
  • Twitch Name: expertsonline
Re: Donation Notification Properties NOT SAVING since Last Update
« Reply #1 on: March 17, 2014, 09:35:30 AM »
Sorry - but are you talking about DeepBot or OBS not saving?
I do not control/code OBS and the CLR Browser plugin, so DeepBot updates can't break that feature.

A viewer did report that using double quotes in CSS ("") prevents OBS from saving correctly for some users. The workaround would be to use single quotes instead.

menthur

  • Youngling
  • *
  • Posts: 41
  • Karma: +0/-0
    • View Profile
  • Twitch Name: menthur
Re: Donation Notification Properties NOT SAVING since Last Update
« Reply #2 on: March 17, 2014, 11:46:00 AM »
that fixed it. thank you
http://twitch.tv/menthur

Diablo III: Reaper of Souls - Hardcore Only

Gulduka

  • Padawan
  • **
  • Posts: 55
  • Karma: +0/-0
    • View Profile
  • Twitch Name: gulduka
Re: Donation Notification Properties NOT SAVING since Last Update
« Reply #3 on: April 11, 2014, 09:03:21 PM »
Expert or Menthur can you explain exact how i can fix that..
Every time i restart OBS the settings are lost  :-[

In CSS i us follow text

Quote
#donor-notification {
              display: none;
              position: absolute;
              top: 0px;
              left: 0px;
              width: 800px;
              height: 365px;
                          background-repeat: no-repeat;
                          background-image: url("http://db.deep.sg/ChequeEUR.png") !important;
            }
 
           
                        #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;

ExpertsOnline

  • Creator
  • Councilor
  • *****
  • Posts: 2656
  • Karma: +289/-24
    • View Profile
  • Twitch Name: expertsonline
Re: Donation Notification Properties NOT SAVING since Last Update
« Reply #4 on: April 11, 2014, 09:50:43 PM »
Try replacing all " with '

Sent from my SM-N9005 using Tapatalk