Permissions
newMenu.id = “top-menu”;
newMenu.className = “nav”;
newMenu.innerHTML = ‘ContactLoginDonateDonate Monthly
‘;
document.getElementById(“top-menu-nav”).innerHTML = “”;
document.getElementById(“top-menu-nav”).appendChild(newMenu);
document.getElementsByClassName(“searchBar”).addEventListener(“keypress”, function (e) {
var key = e.which || e.keyCode;
if (key === 13) {
// 13 is enter
window.location.href = “https://www.google.com/search?q=site%3Astreetevangelization.com+OR+site%3Aevangelizationschool.com+OR+site%3Astpaulevangelization.com+”+document.getElementsByClassName(“searchBar”).value;
}
});
//This codeblock modifies the style of the dropdown content within each “column”
//of our main menu. Importantly, it makes it so that the elements which are close
//to the right side of the screen do not go offscreen.
var i; for (i=0; i<document.getElementsByClassName("contactLink").length; i++) {
document.getElementsByClassName("contactLink").onclick = function() {
window.location.href = "https://staging.streetevangelization.com/contact-us/";
}
}
var i; for (i=0; i<document.getElementsByClassName("user_name").length; i++) {
document.getElementsByClassName("user_name").onclick = function() {
window.location.href="https://evangelizationschool.com/log-in/";
}
}
var i; for (i=0; i<document.getElementsByClassName("giveButton").length; i++) {
document.getElementsByClassName("giveButton").onclick = function() {
window.location.href = "https://staging.streetevangelization.com/donate/";
}
}
var i; for (i=0; i<document.getElementsByClassName("pledgeButton").length; i++) {
document.getElementsByClassName("pledgeButton").onclick = function() {
window.location.href = "https://staging.streetevangelization.com/pledge/";
}
}
//This codeblock removes the top half of the menu for mobile users.
var i; for (i=0; i<document.getElementById("top-menu").getElementsByClassName("dropdown").length; i++) {
document.getElementById("top-menu").getElementsByClassName("dropdown").getElementsByClassName("dropdown-content").style.top = "20px";
}
document.getElementById("SchoolTab").getElementsByClassName("dropdown-content").style.right = "-130px";
document.getElementById("SchoolTab").getElementsByClassName("dropdown-content").style.left = "initial";
document.getElementById("SchoolTab").getElementsByClassName("dropdown-content").style.marginRight = "auto";
document.getElementById("EventsTab").getElementsByClassName("dropdown-content").style.right = "-55px";
document.getElementById("EventsTab").getElementsByClassName("dropdown-content").style.left = "initial";
document.getElementById("EventsTab").getElementsByClassName("dropdown-content").style.marginRight = "auto";
document.getElementById("StoreTab").getElementsByClassName("dropdown-content").style.right = "-10px";
document.getElementById("StoreTab").getElementsByClassName("dropdown-content").style.left = "initial";
document.getElementById("StoreTab").getElementsByClassName("dropdown-content").style.marginRight = "auto";
if (window.innerWidth < 1115) {
document.getElementById("top-menu-nav").style.display = "none";
document.getElementById("et_mobile_nav_menu").style.display = "block";
var i; for (i=0; i<document.getElementsByClassName("searchBar").length; i++) {
document.getElementsByClassName("searchBar").remove();
}
var i; for (i=0; i<document.getElementsByClassName("contactLink").length; i++) {
document.getElementsByClassName("contactLink").remove();
}
var i; for (i=0; i<document.getElementsByClassName("user_name").length; i++) {
document.getElementsByClassName("user_name").remove();
}
var i; for (i=0; i<document.getElementsByClassName("giveButton").length; i++) {
document.getElementsByClassName("giveButton").remove();
}
}
//Display the donate and login buttons on mobile
function adjustLogoLeft() {
var menu = document.getElementById( “et-top-navigation” );
menu.style.paddingLeft = “0px”;
setTimeout( function() {adjustLogoLeft();}, 1 );
}
if ( window.innerWidth < 900 && !window.location.href.includes( "/team-page/" )) {
var logo = document.getElementsByClassName( "logo_container" )[ 0 ];
logo.style.display = "inline-block";
logo.style.width = "100%";
logo.style.maxWidth = "80px";
logo.getElementsByTagName( "img" )[ 0 ].src = "https://evangelizationschool.com/wp-content/uploads/2021/09/SPSE-2021-icon.png";
document.getElementsByClassName( "et_menu_container" )[ 0 ].append( logo );
var menu = document.getElementById( "et-top-navigation" );
menu.style.float = "left";
menu.style.paddingLeft = "0px";
var container = document.createElement( "div" );
container.style.position = "absolute";
container.style.right = "0px";
container.style.top = "30px";
var login = document.createElement( "a" );
login.href = "https://evangelizationschool.com/log-in/";
login.innerHTML = "Login";
login.style = "text-decoration: none; font-family: Karla, Helvetica, Arial, Lucida, sans-serif; color: rgb(68, 68, 68); font-size: 15px; margin-right: 10px;"
container.append( login );
var donate = document.createElement( "a" );
donate.href = "https://staging.streetevangelization.com/donate/";
donate.innerHTML = "Donate";
donate.style = "padding: 5px; background-color: navy; color: white; border-radius: 5px;"
donate.id = "donator";
container.append( donate );
document.getElementsByClassName( "et_menu_container" )[ 0 ].append( container );
var pledge = document.createElement( "a" );
pledge.href = "https://staging.streetevangelization.com/pledge/";
pledge.innerHTML = "Donate Monthly";
pledge.style = "margin-left: 8px; padding: 5px; background-color: navy; color: white; border-radius: 5px;"
pledge.id = "pledger";
container.append( pledge );
document.getElementsByClassName( "et_menu_container" )[ 0 ].append( container );
adjustLogoLeft();
}
All content on this web site is copyrighted and may not be used apart from these guidelines or without written permission from St. Paul Street Evangelization.
Individuals are permitted to use content and quotations from the material on this site with proper attribution and citation.
Other sites are welcome to establish links to any of our web sites. Links to individual pages are also welcome.
Individuals may print specific pages, such as tracts from this website for personal use. Permission needs to be obtained for large scale distribution (more than 20 copies).
For all other permission requests, contact us at info@streetevangelization.com.