understrap icon indicating copy to clipboard operation
understrap copied to clipboard

Underscores + Bootstrap = Understrap, the renowned open-source WordPress starter theme.

Results 159 understrap issues
Sort by recently updated
recently updated
newest added

## 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 Only enqueue jQuery if Bootstrap version = 4 ## Motivation and Context Bootstrap 5 no longer requires jQuery. This change only enqueues jQuery, if Bootstrap 4 is selected....

## Description This adds a new landing page template- very useful for doing full designs in the block editor where you don't want the page title to show. ## Motivation...

## 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...

## Description Was getting the following errors from Query monitor while using the Understrap parent theme; Notice - Undefined property: stdClass::$target - 10 - wp-content/themes/understrap/inc/class-wp-bootstrap-navwalker.php:185 - Parent Theme Notice -...