Basti

Results 56 comments of Basti

@twosg can you help here out?

https://packagist.org/packages/bootscore/bootscore

Thank you for this PR. But we should not do this that way, because the store notice is a temporary thing and touching the `header.php` is sensitive. We can use...

We can use body class `.woocommerce-demo-store .fixed-top` to push content down like here https://github.com/bootscore/bootscore/blob/main/scss/bootscore/_admin_bar.scss.

I completely agree that alert must have a close button. What's about this: We can create a new hook inside the `fixed-top` above the `navbar` ```php ``` This is the...

Maybe I have a new idea. We had a php function for warníng if user browsed site by Internet Explorer. We replaced this function by JavaScript for several reasons https://github.com/bootscore/bootscore/issues/37....

No, hook is removed. We have to create a new one, but it's simple and upgrade-safe. #### header.php ```php ``` #### functions.php ```php // Hook after #masthead function bs_after_masthead() {...

It is not working on my site. However, this PR has already conflicts with other (merged) PR's, there are 16 files changed. I suggest to close this PR to not...

@justinkruit let's release now and target this PR to next minor release. Bootstrap 5.2.2 has some very useful bugfixes.

All good, its just a minor thing😉