Location: site_wide_header
Gtag
Facebook Domain Verification snippet
JS [GridBuilder Cards]: Display Parent Taxonomy Terms
// This script is designed for use with the Gridbuilder plugin, specifically targeting // the ‘Vendor Archive Card’ and ‘Tall Vendor Card’ card layouts. Its primary function is to // address a limitation within Gridbuilder’s native handling of taxonomy terms…Continue reading
JS [GridBuilder Cards]: Display Parent Taxonomy Terms
// This script is designed for use with the Gridbuilder plugin, specifically targeting // the ‘Vendor Archive Card’ and ‘Tall Vendor Card’ card layouts. Its primary function is to // address a limitation within Gridbuilder’s native handling of taxonomy terms…Continue reading
Mobile hamburger right side
@media (max-width: 768px) { .bb-left-panel-icon-wrap { order: 3; } .flex-1.mobile-logo-wrapper { padding-left: 0; } }Continue reading
Holiday Closure
.alertbar { background-color: #d5202f; color: #FFFFFF; display: block; line-height: 75px; height: 100px; position: relative; text-align: center; text-decoration: none; top: 0px; width: 100%; z-index: 100; }Continue reading
JS [Category Posts]: Remove Vendor Query Loop Based on Post Location if Empty
document.addEventListener(‘DOMContentLoaded’, (event) => { // Check if there’s a div with the class ‘wpgb-card-wrapper’ and “Sorry, no content found” text const cardWrapper = Array.from(document.querySelectorAll(‘.wpgb-card-wrapper’)).find(div => div.textContent.trim() === “Sorry, no content found.”); // If the div is found, remove the element…Continue reading
JS [Category Posts]: Remove Hyperlinks While Preserving Content
// Temporary Fix for GridBuilder and Zeen Theme Compatibility Issue // This script addresses a specific issue where images within GridBuilder cards fail to load // correctly on pages or posts that incorporate Zeen theme styling. This problem is suspected…Continue reading
JS [Category Posts]: Remove Hyperlinks While Preserving Content
// Temporary Fix for GridBuilder and Zeen Theme Compatibility Issue // This script addresses a specific issue where images within GridBuilder cards fail to load // correctly on pages or posts that incorporate Zeen theme styling. This problem is suspected…Continue reading