You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a content object page, the footer graphic is not shown if there is no footer content value (ex. "_footerContent": ""). This can be remedied by adding a space character to _footerContent for the content object, but the solution is not ideal.
In our use case, we 1) do not want a footer displayed on the menu and 2) only want a footer logo displayed on pages. If _footerContent is not set here, then the plugin tries to inherit from course.json. In our case, there is no content defined for the menu in course.json, so nothing appears on content object pages.
Nothing appears in the footer for both the menu and the page.
Use cases
Use case 1
The menu and pages both have the client logo and a short copyright statement. (NO ISSUES)
Use case 2
The menu does not display a footer. Pages have a footer with both a logo and statement. (NO ISSUES)
Use case 3
The menu does not display a footer. Pages have a footer with just a logo. (REQUIRES a space characer for footerContent)
Use case 4
The menu has the client logo as well as a lengthy disclaimer in the footer. Pages in the course should only have the client logo. (REQUIRES a space characer for footerContent)
The text was updated successfully, but these errors were encountered:
Subject of the issue
On a content object page, the footer graphic is not shown if there is no footer content value (ex.
"_footerContent": ""
). This can be remedied by adding a space character to_footerContent
for the content object, but the solution is not ideal.In our use case, we 1) do not want a footer displayed on the menu and 2) only want a footer logo displayed on pages. If
_footerContent
is not set here, then the plugin tries to inherit from course.json. In our case, there is no content defined for the menu in course.json, so nothing appears on content object pages.adapt-kineo-footer/js/FooterView.js
Lines 19 to 25 in 7c76eec
Your environment
Steps to reproduce
Expected behaviour
Actual behaviour
Nothing appears in the footer for both the menu and the page.
Use cases
Use case 1
The menu and pages both have the client logo and a short copyright statement. (NO ISSUES)
Use case 2
The menu does not display a footer. Pages have a footer with both a logo and statement. (NO ISSUES)
Use case 3
The menu does not display a footer. Pages have a footer with just a logo. (REQUIRES a space characer for footerContent)
Use case 4
The menu has the client logo as well as a lengthy disclaimer in the footer. Pages in the course should only have the client logo. (REQUIRES a space characer for footerContent)
The text was updated successfully, but these errors were encountered: