pbatson
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Themes and Templates
In reply to: [WP Bootstrap Starter] Search form Accessibility errorActually, …
<form role="search" method="get" class="search-form" action="<?php echo esc_url( home_url( '/' ) ); ?>"> <label for="s" class="d-none"><?php echo esc_attr( _ex( 'Search for:', 'label', 'wp-bootstrap-starter' ) ); ?></label> <input type="search" class="search-field form-control" placeholder="<?php echo esc_attr_x( 'Search …', 'placeholder', 'wp-bootstrap-starter' ); ?>" value="<?php echo esc_attr( get_search_query() ); ?>" name="s" id="s" title="<?php echo esc_attr( _ex( 'Search for:', 'label', 'wp-bootstrap-starter' ) ); ?>" aria-label="Search"> <input type="submit" name="search_submit_btn" id="search_submit_btn" class="search-submit btn btn-default" value="<?php echo esc_attr_x( 'Search', 'submit button', 'wp-bootstrap-starter' ); ?>"> <label for="search_submit_btn" class="d-none"><?php echo esc_attr_x( 'Search', 'submit button', 'wp-bootstrap-starter' ); ?></label> </form>
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Correct answers marked as skippedTesting a 3 question test quiz.
When all correct answers are given, the results show 1 correct and 2 skipped.
When all incorrect answers are given, the results show 1 wrong and 2 skipped.
The question type does not appear to have any effect.Forum: Themes and Templates
In reply to: [WP Bootstrap Starter] Clickable Parent for sub-menusIn case someone else comes across this. There’s a CSS solution here: https://stackoverflow.com/questions/16214326/bootstrap-dropdown-with-hover
Thanks
Forum: Plugins
In reply to: [Easy Upload Files During Checkout] Warning chmod(): Operation not permittedConfirmed, thanks!
Viewing 5 replies - 1 through 5 (of 5 total)