Hide the logged in message on checkout page
/* Hide the logged in message */ #pmpro_account_loggedin { display: none; }Continue reading
Join 2,000,000+ Professionals who use WPCode to Future-Proof Their Websites!
/* Hide the logged in message */ #pmpro_account_loggedin { display: none; }Continue reading
jQuery(document).ready(function($) { $(‘#duplicateNamesContainer’).on(‘click’, ‘.duplicate-name’, function(e) { e.preventDefault(); // Prevent default anchor behavior var firstName = $(this).data(‘firstname’); var lastName = $(this).data(‘lastname’); // Ensure the admin URL is correctly prefixed for your WordPress installation var adminUrl = ‘‘; // Construct the search…Continue reading
/* Specifies max height for vendor category container with name, description and images */ .category-container { max-height: 35vh; } /* Sets styling for the first image container (left side) */ @media (min-width: 768px) { .category-description-container { clip-path: polygon(100% 0%, 5%…Continue reading
/* Specifies max height for vendor category container with name, description and images */ .category-container { max-height: 30vh; } /* Sets styling for the first image container (left side) */ @media (min-width: 768px) { .category-description-container { overflow: hidden; } .category-description-container…Continue reading