(function () {
var navToggle = document.getElementById(‘ssk-launch-nav-toggle-btn’);
var mainNav = document.getElementById(‘ssk-launch-main-nav’);
if (navToggle && mainNav) {
navToggle.addEventListener(‘click’, function () {
mainNav.classList.toggle(‘ssk-launch-is-open’);
navToggle.classList.toggle(‘ssk-launch-is-active’);
});
}
})();
Footer, or the
equivalent footer.php template region in twentytwentyfive).
Use this together with wp-front-page-18-content-no-footer.html
(which has NO footer) to avoid a duplicate footer — one from Page
18 content and one from the Footer template part.
Wrapped in .ssk-home so the existing .ssk-footer styles in
securesoftkeys-homepage-v2.css apply correctly wherever this is
placed (this is the same scope used by the homepage content files;
having multiple .ssk-home elements on a page is safe — each is
self-contained).
Requires: securesoftkeys-homepage-v2.css loaded site-wide.
=================================================================== –>