-
-
Notifications
You must be signed in to change notification settings - Fork 778
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adjust footer position #2125
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Please add update using the below template (even if you have a pull request). Afterwards, remove the 'To Update !' label and add the 'Status: Updated' label.
If you need help, be sure to either: 1) place your issue in the developer meeting discussion column and ask for help at your next meeting, 2) put a "Status: Help Wanted" label on your issue and pull request, or 3) put up a request for assistance on the #hfla-site channel. You are receiving this comment because your last comment was before Tuesday, October 5, 2021 at 12:02 AM PST. |
|
@blakes24 Hello, do you have any steps or a specific link/url that I can use to generate the "redirect" page? |
@Abel-Zambrano, you can manipulate the line in the code:
Change content from 0 to 5 for example, for five seconds. Change the time to as long as you want so you can look at the page. |
@Abel-Zambrano as @abuna1985 mentioned, the redirect link only works for redirections. For a list of possible redirections, you can refer to this directory in the code: https://github.com/hackforla/website/tree/gh-pages/redirections Now every time you go to a permalink from that directory (like the donate permalink, which is pointing to /codeforamerica) it will first lead you to the redirect page, then the actual page of redirection. By increasing the seconds from 0 to 5, this redirect page will show for longer. Thanks! |
@Abel-Zambrano I found the following issues with both the projects page & wins page Click here to see projects page gifNoitice when there is 1 card, the footer goes under the card and the height stays as long as the dropdown filter menu The footer is not at the bottomscreenshot of footer display error (wins page) |
Please add update using the below template (even if you have a pull request). Afterwards, remove the 'To Update !' label and add the 'Status: Updated' label.
If you need help, be sure to either: 1) place your issue in the developer meeting discussion column and ask for help at your next meeting, 2) put a "Status: Help Wanted" label on your issue and pull request, or 3) put up a request for assistance on the #hfla-site channel. You are receiving this comment because your last comment was before Tuesday, October 26, 2021 at 12:03 AM PST. |
Progress: Complete |
Please add update using the below template (even if you have a pull request). Afterwards, remove the 'To Update !' label and add the 'Status: Updated' label.
If you need help, be sure to either: 1) place your issue in the developer meeting discussion column and ask for help at your next meeting, 2) put a "Status: Help Wanted" label on your issue and pull request, or 3) put up a request for assistance on the #hfla-site channel. You are receiving this comment because your last comment was before Tuesday, November 2, 2021 at 12:03 AM PST. |
Please add update using the below template (even if you have a pull request). Afterwards, remove the 'To Update !' label and add the 'Status: Updated' label.
If you need help, be sure to either: 1) place your issue in the developer meeting discussion column and ask for help at your next meeting, 2) put a "Status: Help Wanted" label on your issue and pull request, or 3) put up a request for assistance on the #hfla-site channel. You are receiving this comment because your last comment was before Monday, November 8, 2021 at 11:03 PM PST. |
Progress: Fixed footer on all pages except redirect page. |
Please add update using the below template (even if you have a pull request). Afterwards, remove the 'To Update !' label and add the 'Status: Updated' label.
If you need help, be sure to either: 1) place your issue in the developer meeting discussion column and ask for help at your next meeting, 2) put a "Status: Help Wanted" label on your issue and pull request, or 3) put up a request for assistance on the #hfla-site channel. You are receiving this comment because your last comment was before Thursday, November 18, 2021 at 4:50 PM PST. |
Progress: Complete |
Please add update using the below template (even if you have a pull request). Afterwards, remove the 'To Update !' label and add the 'Status: Updated' label.
If you need help, be sure to either: 1) place your issue in the developer meeting discussion column and ask for help at your next meeting, 2) put a "Status: Help Wanted" label on your issue and pull request, or 3) put up a request for assistance on the #hfla-site channel. You are receiving this comment because your last comment was before Monday, November 29, 2021 at 11:19 PM PST. |
Progress: Complete |
Overview
We need to move the footer to a fixed position at the bottom of all pages so we can have a consistent look for the page footer no matter the width of the page (all breakpoints).
Redirect Page screenshot
404 Page screenshot
Project Page screenshot (filtered to only show 2 projects)
Action Items
Resources/Instructions
footer.html
_layouts/default.html
The text was updated successfully, but these errors were encountered: