diff --git a/css/layout/layout-footer.css b/css/layout/layout-footer.css index 3a2bfde..0329ed2 100755 --- a/css/layout/layout-footer.css +++ b/css/layout/layout-footer.css @@ -32,7 +32,7 @@ justify-content: space-between; @media ((((min-width: 60rem)))) { .site-footer__inner { - padding-block: var(--sp4) calc(13 * var(--sp)); + /* padding-block: var(--sp4) calc(13 * var(--sp));*/ } } diff --git a/js/checkbox.js b/js/checkbox.js index 739d3fa..65fdb7a 100755 --- a/js/checkbox.js +++ b/js/checkbox.js @@ -14,6 +14,7 @@ ''; })(Drupal); +/* jQuery( window ).on( "load", function() { console.log( "window loaded" ); //jQuery(".mirador80").remove(); @@ -21,4 +22,4 @@ jQuery( window ).on( "load", function() { // jQuery('.mirador104 button.MuiButtonBase-root.MuiIconButton-root').trigger('click'); }); - +*/ diff --git a/js/mirador-mods.js b/js/mirador-mods.js index 00f4964..422cadb 100755 --- a/js/mirador-mods.js +++ b/js/mirador-mods.js @@ -6,7 +6,7 @@ window.addEventListener("load", (event) => { // find elements const searchPanel = document.querySelector(".mirador31"); const searchPanelToggle = document.querySelector("button.mirador34"); - const searchPanelIcon = document.querySelector("button.MuiButtonBase-root.MuiTab-root.mirador26 svg"); + // const searchPanelIcon = document.querySelector("button.MuiButtonBase-root.MuiTab-root.mirador26 svg"); // hide the panel searchPanel.style.display = "none"; searchPanel.style.transform = "translateX(0px)"; @@ -16,8 +16,9 @@ window.addEventListener("load", (event) => { searchPanelToggle.setAttribute("aria-label", "Expand sidebar"); searchPanelToggle.setAttribute("title", "Expand sidebar"); - searchPanelIcon.style.fontSize = "2.7em"; - searchPanelIcon.style.marginTop = "21px"; + //searchPanelIcon.style.fontSize = "2.7em"; + //searchPanelIcon.style.marginTop = "21px"; + // //fake click searchPanelToggle.click(); diff --git a/templates/includes/lp-banner.html.twig b/templates/includes/lp-banner.html.twig index 94758ec..d65e2e1 100755 --- a/templates/includes/lp-banner.html.twig +++ b/templates/includes/lp-banner.html.twig @@ -1,555 +1,8 @@
-
+
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +
+
diff --git a/templates/includes/lp-banner.html.twig.bk b/templates/includes/lp-banner.html.twig.bk new file mode 100755 index 0000000..94758ec --- /dev/null +++ b/templates/includes/lp-banner.html.twig.bk @@ -0,0 +1,559 @@ +
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + + diff --git a/templates/layout/page--front.html.twig b/templates/layout/page--front.html.twig index e4fb09d..90875da 100755 --- a/templates/layout/page--front.html.twig +++ b/templates/layout/page--front.html.twig @@ -46,9 +46,7 @@
{{ page.hero }} -{# {% include '@olivessdu/includes/lp-banner.html.twig' %} -#}
{{ page.highlighted }} {{ page.breadcrumb }} @@ -56,7 +54,6 @@ {% if page.sidebar %} {% else %}
- {{ page.content_above }} {{ page.content }}
{% endif %}