Anyone knows why the Jira footer that contains the Jira links and logo is not showing in Backlog, Active Sprints and Issues?
I could see the codes for the footer when I do view source but nothing is showing on the page. So something is hiding it?
This is JIRA v.9.4.2
@Steve Nguyen welcome to the Atlassian community
The Jira footer is not displayed on several pages in Jira. Boards, Backlog, Issue are all ones where they do not show up. I believe Atlassian hides it to provide more space for pertinent information. Your instance is working as expected.
There is a need to have a footer in every pages so I want to tailored it for my own custom footer. I mean the footer is there but not visible so is it hidden by JavaScript or covered by another div? Can it be unhidden?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Steve Nguyen Looks like it is being hidden by CSS. Since you are on data center you can paste the following code into the announcement banner and it will then display. I only checked boards, backlog and issue. If you find something else you would have to update the CSS. Let me know if you have any questions.
<style>
.page-type-split #footer, .ghx-scroll-columns #footer {display: block !important;}
</style>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Steve Nguyen great news, can you accept the answer to help others.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.