Untitled Snippet

function decodeSerial() { let serial = document.getElementById(“serialNumberInput”).value; let vserial = serial.replace(/\s/g, ”); let vserialtype = “”; let vyear = “”; let vmonth = “”; let vampmonth = “”; let vtype = “”; let vstyle = “”; let vweek = “”;…Continue reading

CSS [Post Category]: Vendor Credit List Styles

/* This code snippet is used to style the ‘Vendor Credit’ section located below the posts. It applies to the following category pages: – Real Engagements – Real Weddings – Real Proposals – Honeymoons – Inspiration Shoots */ .vendor-credits-container {…Continue reading