hot-fix: hamburger dropdown, download buttons, download icons, all news#606
Open
cwhite911 wants to merge 2 commits intoOSGeo:masterfrom
Open
hot-fix: hamburger dropdown, download buttons, download icons, all news#606cwhite911 wants to merge 2 commits intoOSGeo:masterfrom
cwhite911 wants to merge 2 commits intoOSGeo:masterfrom
Conversation
This was
linked to
issues
Feb 28, 2026
This was
linked to
issues
Feb 28, 2026
Contributor
Author
|
This PR also addresses PR #580 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes
The root issue was caused when we introduced Bootstrap 5 without removing past bootstrap versions and accounting for breaking changes in the bootstrap API.
Main Issue
In this PR I removed Bootstrap 5 and fixed everything to work with Bootstrap 4.1.3 (the current version in our static plugins directory)
Testing
I've also included
docker-compose.ymlso you can test the changes locally how they will be rendered on the server.To use install docker and then run.
The site will be available at http://localhost:1313/.
Moving Forward
This should resolve most of the major issues with the website at the moment and will give us more time to address PR #599 and issue #600 .
I have 3 main goals I'm suggesting we accomplish.
The biggest challenges are migrating to Bootstrap 5 (#600) and then we should migrate from Hugo v0.113.0 to v0.157.0. Both of these migrations need planning (Bootstrap issue #600) as they will break parts of the site, but in my opinion it is worth the effort to use the latest features.