We have found two bugs in the Joomla 4 version of the S5 Risen Hope template. Please see the details below:
1. joomla_root/templates/risen_hope/js/core/s5_responsive_mobile_bar-min.js
In the function s5_responsive_mobile_body_classes, the body class name is lost when you add this class: s5_responsive_mobile_present.
We checked the code of the full js file and found that if we change this line
if (s5_responsive_mobile_original_body_class != "") {
to this line
if (s5_responsive_mobile_original_body_class == "") {
the code worked properly.
- The mobile offcanvas menu is duplicated on inside pages. This is not happening on the home page.