Location: site_wide_header
JS [Post Category]: Reload Vendor Taxonomy Term When URL is Changes (Post Category Filtering)
// Sample URL: https://update.loveincmag.com/category/real-weddings/ // // This logic is a bandaid (aka, duct tape) fix to forcefully load a URL path upon filter selection. // Preferred logic would be dynamic update of content (in place) via AJAX versus forceful navigation…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
Did You Know
Did You Know? ContentContinue reading
Google Optimize snippet
Google Tag Manager Header
WP Table Block Styling CSS
.wp-block-table th { background: #F6DB35 !important; line-height:1em; font-size:1em;border:none !important} .wp-block-table thead {border-bottom:none} /* Append “+” to the content of cells in the 4th, 5th, and 6th columns */ .wp-block-table tr td:nth-child(4)::after, .wp-block-table tr td:nth-child(5)::after, .wp-block-table tr td:nth-child(6)::after { content: “+”;…Continue reading
WP Table Block Styling CSS
.wp-block-table th { background: #F6DB35 !important; line-height:1em; font-size:1em;border:none !important} .wp-block-table thead {border-bottom:none} /* Append “+” to the content of cells in the 4th, 5th, and 6th columns */ .wp-block-table tr td:nth-child(4)::after, .wp-block-table tr td:nth-child(5)::after, .wp-block-table tr td:nth-child(6)::after { content: “+”;…Continue reading
Remove Google Captcha badge
.grecaptcha-badge { visibility: hidden; }Continue reading