Git Product home page Git Product logo

grav-skeleton-bootstrap4-site's People

Contributors

newkind avatar rhukster avatar w00fz avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

grav-skeleton-bootstrap4-site's Issues

A11y: missing label "for" attribute + form "id" attribute

I ran my contact form through the WAVE accessibility checker (https://wave.webaim.org/), and it revealed that the labels for the form fields are not associated with their respective form fields. It looks like the radio and checkbox fields may be associated already because the form element is nested inside the label, but for the others, like text and select, they are not associated. I did not test radio and checkbox in the accessibility checker to make sure they are OK. The fields that need this fix are date, datetime, email, password, select, textarea, text, and upload.

I traced the problem to themes/bootstrap4/templates/forms/fields//.twig. The association can be reintroduced by updating the label field like

    <label class="control-label col-sm-2"  {% if field.id is defined %}for="{{ field.id|e }}" {% endif %}>

and adding the following attribute to the input field

     {% if field.id is defined %}id="{{ field.id|e }}" {% endif %}

Additionally, there are some label fields associated with nothing that describe field groups and should be replaced by a

+ . These are in the radio and checkboxes definitions.

Self Title of home page only

Hello,
now on the home page is "Home | Grav", but I need to only "Home" - title of home page, without " | Grav", but only for home page. How can I do it?

ps. this skeleton is really amazing for ordinary people who are not webmasters but need more settings in admin panel!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.