Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Character Sheet Broked?

hi guys, how r you? i have a game with ready handouts and a personalized character sheet that i copy when i start a new story. code this character sheet. i always copy that game, but this weekend i tried and this happened: I don't know the reason for that, the programming is right as it always has, is it a bug? in the preview its right but when it comes into the game it doesn’t anyone can help me? thank you!
and it’s not just that part that’s buggy, the entire record is broken. if someone can take the code and test it. I don't know if it's a problem with my account
1615832919
Andreas J.
Forum Champion
Sheet Author
Translator
Likely connected to this: <a href="https://app.roll20.net/forum/post/9883156/character-sheet-enhancements" rel="nofollow">https://app.roll20.net/forum/post/9883156/character-sheet-enhancements</a>
1615836864
Kraynic
Pro
Sheet Author
Taking the code from the link you posted and pasting it into a custom sheet editor seems to give the same results as your top image for me.&nbsp; I have to admit I didn't try copying the game though.&nbsp; You may try just pasting in a new copy of the code, if you haven't done so already.&nbsp;
Kraynic said: Taking the code from the link you posted and pasting it into a custom sheet editor seems to give the same results as your top image for me.&nbsp; I have to admit I didn't try copying the game though.&nbsp; You may try just pasting in a new copy of the code, if you haven't done so already.&nbsp; unfortunately it doesn't work either. apparently it's a problem with the roll20 itself, many are having problems with chips due to the latest updates :/
1615846000
Kraynic
Pro
Sheet Author
wizamich said: unfortunately it doesn't work either. apparently it's a problem with the roll20 itself, many are having problems with chips due to the latest updates :/ Unfortunately, that does seem to be the case, now that I have more time for testing.&nbsp; I have no problems on the initial game, but any copy has issue, even when I re-copy/paste the code in from the working game.&nbsp;
1615852138
David
Sheet Author
wizamich said: Kraynic said: Taking the code from the link you posted and pasting it into a custom sheet editor seems to give the same results as your top image for me.&nbsp; I have to admit I didn't try copying the game though.&nbsp; You may try just pasting in a new copy of the code, if you haven't done so already.&nbsp; unfortunately it doesn't work either. apparently it's a problem with the roll20 itself, many are having problems with chips due to the latest updates :/ This is do with sheet enhancement. If you had access to the legacy sheet toggle you could see what state that is in.&nbsp; As a stop gap while Roll20 sorts themselves out make sure all your classes in the html have "sheet-"&nbsp; prefixes e.g. class="SP" on line 814 and&nbsp; for your sheet-spec class make the height important because the size is being overridden. input.sheet-spec &nbsp;{ height : 19px!important ; width : 100% ; } There is probably more that needs done.
1615887509
Duncan R.
Pro
Sheet Author
Now that the bug that was stopping me from getting into the Dev Server has been fixed, I noticed that for custom charactersheet on Dev the Legacy button is still available. So while Dev might be in a different state to Prod it at least gives the options to try both modes on a customsheet (In theory anyway) so you could give that a go.