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

GMW Checkboxes and Settings

.gmw-field-checkboxes, .gmw-field-radio-buttons, div.gmw-form-wrapper ul.gmw-field-checkboxes, div.gmw-form-wrapper ul.gmw-field-radio-buttons { max-height: initial ! important; } div.gmw-form-wrapper div.gmw-locator-button-field-wrapper img { box-shadow: none; display: none; } .gmw-fields-enhanced .gmw-field-checkbox:before { width:30px!important; height:30px!important; padding:0px!important; font-size:16px; font-family: “poppins”; } .gmw-element-template.gmw-ajaxfmsfl-buddyboss-form-wrapper .gmw-form { flex-direction: row; justify-content: none; } .gmw-form-wrapper…Continue reading

GMW Checkboxes and Settings

.gmw-field-checkboxes, .gmw-field-radio-buttons, div.gmw-form-wrapper ul.gmw-field-checkboxes, div.gmw-form-wrapper ul.gmw-field-radio-buttons { max-height: initial ! important; } div.gmw-form-wrapper div.gmw-locator-button-field-wrapper img { box-shadow: none; display: none; } .gmw-fields-enhanced .gmw-field-checkbox:before { width:30px!important; height:30px!important; padding:0px!important; font-size:16px; font-family: “poppins”; } .gmw-element-template.gmw-ajaxfmsfl-buddyboss-form-wrapper .gmw-form { flex-direction: row; justify-content: none; } .gmw-form-wrapper…Continue reading