0654ad18 by Jeff Balicki

switches

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 81bd2c20
......@@ -16935,7 +16935,7 @@ html.mega-menu-primary-off-canvas-open #wpadminbar {
position: fixed;
width: 100%;
background-color: #fff;
z-index: 999;
z-index: 99;
top: 0rem;
}
......@@ -20015,6 +20015,7 @@ ul.sf_date_field .sf-datepicker {
}
#gt_float_wrapper {
z-index: 9995 !important;
right: 0rem !important;
}
@media screen and (max-width: 62.5rem) {
......@@ -20044,6 +20045,11 @@ ul.sf_date_field .sf-datepicker {
display: none;
}
#gt_float_wrapper:has(.gt_arrow_rotate) {
z-index: 9999 !important;
background: #fff;
}
.gt_float_switcher .gt-selected {
background-color: transparent !important;
}
......@@ -20444,6 +20450,16 @@ ul.sf_date_field .sf-datepicker {
text-decoration: none;
}
#pojo-a11y-toolbar {
z-index: 9995 !important;
}
#pojo-a11y-toolbar.pojo-a11y-toolbar-open {
width: 200px;
z-index: 9999 !important;
background-color: #fff;
}
.pojo-a11y-resize-font-130 #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
height: 80vh;
overflow: scroll;
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
......@@ -26246,6 +26246,22 @@
document.addEventListener('wpcf7mailsent', function (event) {
jQuery('.appArea.responsive').hide();
}, true);
jQuery(document).ready(function ($) {
$(document).on("click", ".pojo-a11y-toolbar-link", function (e) {
console.log('click');
$('.gt_options').hasClass('gt-open') ? $('.gt_options').removeClass('gt-open') : $('.gt_options').addClass('gt-open');
});
$(document).on("click", "#gt_float_wrapper, .gt_float_switcher, .gt-selected, .gt-current-lang", function (e) {
console.log('click lang');
//$('.gt_options').hasClass('gt-open') ? $('.gt_options').removeClass('gt-open') : $('.gt_options').addClass('gt-open');
});
});
window.onclick = e => {
console.log(e.target); // to get the element
console.log(e.target.tagName); // to get the element tag name alone
};
exports.Alert = alert$1;
exports.Button = button;
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
......@@ -59,4 +59,24 @@ $('html, body, #page').animate({
document.addEventListener( 'wpcf7mailsent', function( event ) {
jQuery('.appArea.responsive').hide();
}, true );
\ No newline at end of file
}, true );
jQuery(document).ready(function($) {
$(document).on("click", ".pojo-a11y-toolbar-link", function(e){
console.log('click');
$('.gt_options').hasClass('gt-open') ? $('.gt_options').removeClass('gt-open') : $('.gt_options').addClass('gt-open');
});
$(document).on("click", "#gt_float_wrapper, .gt_float_switcher, .gt-selected, .gt-current-lang", function(e){
console.log('click lang');
//$('.gt_options').hasClass('gt-open') ? $('.gt_options').removeClass('gt-open') : $('.gt_options').addClass('gt-open');
});
});
window.onclick = e => {
console.log(e.target); // to get the element
console.log(e.target.tagName); // to get the element tag name alone
}
\ No newline at end of file
......
#gt_float_wrapper{
z-index: 9995!important;
right: 0rem !important;
@media screen and (max-width: 62.5rem){
top: 0rem !important;
......@@ -30,6 +32,10 @@
}
}
#gt_float_wrapper:has(.gt_arrow_rotate){
z-index: 9999!important;
background: #fff;
}
.gt_float_switcher .gt-selected{
background-color: transparent !important;
......
......@@ -82,7 +82,7 @@
position: fixed;
width: 100%;
background-color: #fff;
z-index: 999;
z-index: 99;
top: 0rem;
}
......
......@@ -119,3 +119,15 @@
}
#pojo-a11y-toolbar{
z-index: 9995 !important;
}
#pojo-a11y-toolbar.pojo-a11y-toolbar-open{
width: 200px;
z-index: 9999!important;
background-color: #fff;
}
\ No newline at end of file
......
......@@ -2,6 +2,6 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.455
Version: 1.0.456
*/
......