Good morning,
I was removing some JS I am no longer using and now this code no longer seems to be working on denverhighriseliving.com:
/Condo Search Placeholder/
jQuery(document).ready(function(){
jQuery("#woocommerce-product-search-field-0").attr(“placeholder”, “Search Condos by Name”);
}
/Product Listing: Change “Related Products” to “Related Properties”/
jQuery(".related.products h2").html(“Related Properties”);
jQuery( document ).ready(function($) {
$(’.woocommerce-products-compare-widget-compare-button’).text(‘Compare’);
$(’.woocommerce-products-compare-widget-compare-button’).prop(‘title’, ‘Add some condos to compare’);
});
/Widget Compare Condos Edits/
jQuery(document).ready (function($){
$(’.woocommerce-mini-cart__empty-message’).text(‘Compare’);
$(’.woocommerce-mini-cart__empty-message’).text(‘No intel reports in the cart.’);
$(’.no-products’).text(‘Choose two to five condos to view and compare most popular features.’);
})(jQuery);
Do you see anything wrong?
Thank you!
