Edit Profile Stylesheet (Vendor and Venue)

.gpfup__files { list-style: none; margin: 0; padding: 10px; } .entry-content ul { margin-left: 0; } /* Individual Image Row */ .existing_image { display: flex; flex-direction: column; } .image_data_row { display: flex; flex-direction: row; } /* Image Preview */ .image_preview img…Continue reading

Edit Profile (Vendor) Stylesheet

.gpfup__files { list-style: none; margin: 0; padding: 10px; } .entry-content ul { margin-left: 0; } /* Individual Image Row */ .existing_image { display: flex; flex-direction: column; } .image_data_row { display: flex; flex-direction: row; } /* Image Preview */ .image_preview img…Continue reading

Edit Profile (Vendor) Stylesheet

.gpfup__files { list-style: none; margin: 0; padding: 10px; } .entry-content ul { margin-left: 0; } /* Individual Image Row */ .existing_image { display: flex; flex-direction: column; } .image_data_row { display: flex; flex-direction: row; } /* Image Preview */ .image_preview img…Continue reading

Retain Query Params

document.addEventListener(‘DOMContentLoaded’, function() { var queryString = window.location.search; var links = document.querySelectorAll(‘.elementor a’); // Target elementor links if (queryString) { links.forEach(function(link) { var originalUrl = link.href; // Ensure the query parameters are appended correctly without creating duplicates if (originalUrl.indexOf(‘?’) === -1)…Continue reading

Fixed Background – 1

body.custom-background { background-image: url(https://www.pacificsqr.com/wp-content/uploads/2024/07/PS-Pattern.png); background-position: left top; background-size: auto; background-repeat: repeat; background-attachment: scroll; } to this: body.custom-background { background-image: url(https://www.pacificsqr.com/wp-content/uploads/2024/07/PS-Pattern.png); background-position: left top; background-size: auto; background-repeat: repeat; background-attachment: fixed; }Continue reading