IanDelMar

Results 108 issues of IanDelMar

This PR adds basic Bootstrap 5 support to the walker. Fixes #528 #### Changes proposed in this Pull Request: * Adds the possibility to request Bootstrap 5 markup via the...

[STATUS] NEEDS UNIT TESTS
[PRIORITY] HIGH
[TEAM] DEV
[TYPE] ENHANCEMENT
[SIZE] MEDIUM
[STATUS] NEEDS REVIEW
BOOTSTRAP 5

Fixes #431 (misplaced `.active` class). Fixes dropdown markup on items without children (reported in https://github.com/wp-bootstrap/wp-bootstrap-navwalker/issues/517#issuecomment-909436992). #### Changes proposed in this Pull Request: * Defines 3 new boolean variables for better...

[PRIORITY] HIGH
[SIZE] MEDIUM
BOOTSTRAP 4
[STATUS] NEEDS REVIEW
[TYPE] BUGFIX

The Travis contains a `WP_MULTISITE=1` variable for both the matrix environment variables and the include environment variables. https://github.com/wp-bootstrap/wp-bootstrap-navwalker/blob/c856e941c4209581f8b90a31cc33350c758b3cfb/.travis.yml#L15-L17 https://github.com/wp-bootstrap/wp-bootstrap-navwalker/blob/c856e941c4209581f8b90a31cc33350c758b3cfb/.travis.yml#L28-L31 While the other variables, `WP_VERSION` and `PHPUNIT_VERSION`, are used, I don't...

[STATUS] NEEDS SECOND OPINION

## Description This PR fixes the early return condition in `understrap_comments_popup_link()`. ## Motivation and Context The comments popup link does not display "Leave a comment" if comments are open but...

## Description This PR * deprecates 2 redundant translations: `__( '1 Comment', 'understrap' )` and `__( '% Comments', 'understrap' )`. * adds screen reader text to one string: `__( 'Leave...

## Description This PR * fixes the customizer preview for the site title which was not working at all. * fixes the customizer preview for the custom logo as removing...

This PR * bumps dependencies (npm & composer) * reverts going back to Bootstrap v4.6.1 and v5.1.3 in JS files which seems to have happened when resolving conflicts in #1675.

## Description This PR removes `loading="lazy"` from all images placed in the first carousel item. ## Motivation and Context The hero carousel is usually above the fold and it definitely...

## Description This PR * uses a filter to add `.form-control` (Bootstrap 4) or `.form-select` (Bootstrap 5) to the `` in the Categories widget and the Categories block widget. *...

## Description This PR * removes redundant HTML comments. * hides comments not meant for public display. * fixes classes/ids in HTML comments. ## Motivation and Context * Declutter HTML...