-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
radio buttons do not work #43
Comments
The author of this HTML template doesn't show the input fields in purpose:
as you can check at https://html5up.net/big-picture or https://html5up.net/uploads/demos/big-picture/assets/css/main.css. You need to add your own CSS styles to override this. |
Thanks. I was able to get the circles to show by commenting out the appearance: none bits, but the label (Choice) still does not display. Do you know why display of radio buttons was removed from big-picture?
|
With your code above, I can see the labels. Check your site with your browser's developer tool to see what CSS styles are applied to the labels. |
I think this is a very strict approach of creating Grav themes based on HTML5UP templates. HTML5UP templates are not meant to be catering for each and every situation. It is therefor up to the theme developer to decide how much extra effort should be put in to turn it into a more functional theme. I presume reCaptcha, Turnstile, select, radio are quite common field types and should therefor not break and/or require extra code. Please also consider that many theme users are not developers and will not be able to fix the issue. |
I can't get radio buttons to work in this theme. The code works properly using Quark theme. In big picture it only displays the values, in this example
Markdown
Twig
not
O Markdown
O Twig
as it should
etc...
It outputs this html:
The text was updated successfully, but these errors were encountered: