Roll20 / roll20-character-sheets

Character sheet templates created by the community for use in Roll20 VTT. Submit a ticket at roll20.net/help if critical hotfixes are to be requested.
https://roll20.net/
MIT License
1.17k stars 4.16k forks source link

HeroQuest Sheet does not display properly #10537

Open 3Nugget opened 2 years ago

3Nugget commented 2 years ago

The hero quest sheet does not display properly. This appears to be a CSS issue related to the Z-Index of the background and sheet elements, and by increasing the Z index of the Background div to 0 and the input boxes to 1, the issue should be fixed.

PilgrimQuest commented 1 year ago

I am really new to coding in API in Roll20. The background image for the character sheet does not display at all. I thought the above fix would repair it, but I am not able to find the "Input Boxes" to change them to 1. I've changed the z-index to 0 as recommended but without the second part of this I doubt the changes will take effect. Can you help me?

image

PilgrimQuest commented 1 year ago

Update

With the above coding, the image shows, but there are no fields to enter data into.

image

3Nugget commented 1 year ago

Good Afternoon, have you tried to also raise the Z-index of the input boxes?

On Wed, Feb 15, 2023 at 12:33 PM PilgrimQuest @.***> wrote:

Update

With the above coding, the image shows, but there are no fields to enter data into.

[image: image] https://user-images.githubusercontent.com/125503451/219133625-e2c3a3b6-7ee9-451c-b26d-c3f03fe00f43.png

— Reply to this email directly, view it on GitHub https://github.com/Roll20/roll20-character-sheets/issues/10537#issuecomment-1431907748, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE3HUVDXPM3TIEDNFQJ6GGTWXUVQRANCNFSM5VK2USAA . You are receiving this because you authored the thread.Message ID: @.***>

--


James O'Neil US2010066139

PilgrimQuest commented 1 year ago

Very much a newb here. Where do I even find line for the Z-index of the Input Boxes? I am only able to find one Z-index in the script.

image

3Nugget commented 1 year ago

It should be CSS item, which you can add for them.

On Wed, Feb 15, 2023 at 2:33 PM PilgrimQuest @.***> wrote:

Very much a newb here. Where do I even find line for the Z-index of the Input Boxes?

— Reply to this email directly, view it on GitHub https://github.com/Roll20/roll20-character-sheets/issues/10537#issuecomment-1432064646, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE3HUVDRC4ZVIROR36YIW4DWXVDQTANCNFSM5VK2USAA . You are receiving this because you authored the thread.Message ID: @.***>

--


James O'Neil US2010066139

LilLiteralist commented 7 months ago

image This is a screenshot of what the sheet currently looks like. It seems like this issue has been solved.