understrap-child icon indicating copy to clipboard operation
understrap-child copied to clipboard

The starter child theme for Understrap, the renowned open-source WordPress starter theme.

Results 28 understrap-child issues
Sort by recently updated
recently updated
newest added

In [src/sass/assets/understrap.scss ](https://github.com/understrap/understrap-child/blob/fa849f7a6a9c4ef885b94873fd66b99e2e872ab4/src/sass/assets/understrap.scss) it imports [@import "understrap/understrap/understrap";](https://github.com/understrap/understrap-child/blob/fa849f7a6a9c4ef885b94873fd66b99e2e872ab4/src/sass/assets/understrap.scss#L1) The directory it's pointing to doesn't exist and so it doesn't import anything.

Bumps [terser](https://github.com/terser/terser) from 5.10.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

functions declared in custom-javascript.js file are not working, function fbwindows(object) { window.open( object, "_blank", "height=380,width=660" ) } console error: fbwindows is not defined.

An error which is referenced elsewhere online as related to older releases of BS 5 is occurring on every attempt to install Understrap Child with BS 5 enabled. Sass Compiling...

hello guys, I have problems running npm run watch-bs compiles the files but I see errors in the console. points to wrong path http://localhost:3000/wp-content/themes/understrap-child/js/js/child-theme.js I have the problem in my...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

My organization just [switched to a new theme](https://github.com/WikiEducationFoundation/wikiedu.org-theme-2022) based on `understrap-child`, but the project was started from 1.0.1. I'd like to be able to update it to take advantage of...

help wanted

```json { "name": "holger1411/understrap-child", "description": "Basic Child Theme for Understrap Theme Framework", "type": "library", "license": "GPL-2.0", "minimum-stability": "stable", "require": {}, "keywords": ["wordpress","theme","bootstrap"], "homepage": "https://github.com/holger1411/understrap-child" } ``` should be ```json {...

It's time to reevaluate whether we need the the `/src/sass/underscores/` dependency at all. It doesn't exist in the parent theme and much of the code is duplicated in the `_understrap.scss`...