Logos Bible Software
Sign In
Products>Weaver Cultural Issues Bundle (10 vols.)

Weaver Cultural Issues Bundle (10 vols.)

Digital Logos Edition

Logos Editions are fully connected to your library and Bible study tools.
This product is not currently available to purchase.

Navigate the Times with Biblical Integrity

Apply the wisdom of Scripture to modern issues like gender and sexuality, Christian persecution, and apologetics.

For the first time, these books from the Weaver Book Company are now available in Logos Bible Software. These valuable volumes are richly tagged and hyperlinked to allow readers to leverage the most robust resources for their studies and sermon preparation.

Product Details

  • Title: Weaver Cultural Issues Bundle
  • Publisher: Lexham Press
  • Volumes: 10
Value if sold separately
||Partially included
Value if sold separately
Total value if sold separately:

Reviews

0 ratings

Sign in with your Logos account

    This product is not currently available to purchase.
    function setupWebchat() { // Ensure initWebchat is actually there if (typeof initWebchat !== "function") { console.error("initWebchat is not defined; webchat.js may not have loaded correctly."); return; } initWebchat( "https://endpoint-app-us.cognigy.ai/7eb9b2f8853593024ad377930e939f2a18a5153ec3b90a8572d88833f65f0cff", { settings: { startBehavior: { startBehavior: "button", getStartedData: { language: "en-US", sourceWebsite: window.location.href.substring(0, 249), } } } } ).then(function (webchat) { window.cognigyWebchat = webchat; }).catch(function (err) { console.error("Error initializing webchat:", err); }); const chatContainer = document.querySelector(".logosbase.chat"); if (chatContainer) { chatContainer.style.display = "block"; } // --- Product page add-to-cart/positioning logic --- const addToCartButton = document.getElementById('add-to-mini-cart-button'); if (window.location.href.includes('logos.com/product') && addToCartButton && chatContainer) { const chatButton = chatContainer; let isAddToCartBannerVisible = false; let isViewportMobile = window.innerWidth < 768; function adjustChatButtonStyle() { chatButton.style.bottom = '58px'; } function resetChatButtonStyle() { chatButton.style.bottom = ''; } function isElementInViewport(el) { if (!el) return false; const rect = el.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom > 0 && rect.left < window.innerWidth && rect.right > 0 ); } const observer = new IntersectionObserver(function (entries) { entries.forEach(function (entry) { if (!entry.isIntersecting) { isAddToCartBannerVisible = true; if (isViewportMobile) adjustChatButtonStyle(); } else { isAddToCartBannerVisible = false; resetChatButtonStyle(); } }); }, { root: null, threshold: 0, }); observer.observe(addToCartButton); window.addEventListener('resize', function () { if (window.innerWidth < 768) { isViewportMobile = true; if (isAddToCartBannerVisible) adjustChatButtonStyle(); } else { isViewportMobile = false; resetChatButtonStyle(); } }); if (isViewportMobile && isElementInViewport(addToCartButton)) { isAddToCartBannerVisible = true; adjustChatButtonStyle(); } else { resetChatButtonStyle(); } } }