Shop


  

Product categories

Product Size

  • 10" x 10"
  • 11" x 14"
  • 11" x 17"
  • 12" x 12"
  • 12" x 16"
  • 12" x 18"
  • 16" x 16"
  • 16" x 20"
  • 16" x 24"
  • 18" x 24"
  • 20" x 28"
  • 20" x 30"
  • 22" x 28"
  • 24" x 32"
  • 24" x 36"
  • 28" x 40"
  • 30" x 40"
  • 36" x 48"
  • 5" x 7"
  • 6" x 8"
  • 8" x 10"
  • 8" x 12"
  • 9" x 11"
  • A0 - 33.1" x 46.8"
  • A1 - 23.4" x 33.1"
  • A2 - 16.5" x 23.4"
  • A3 - 11.7" x 16.5"
  • A4 - 8.3" x 11.7"
  • A5 - 5.8" x 8.3"
jQuery(document).ready(function($) { function hideEmptyWPC() { // Find every filter item and hide it if the count is 0 $('.wpc-filter-item').each(function() { var count = $(this).find('.wpc-term-count').text().replace(/[^0-9]/g, ''); if (count === '0') { $(this).hide(); } }); } // Run on page load hideEmptyWPC(); // Run again whenever the filter updates (AJAX) $(document).on('wpc_after_filter_posts', function() { hideEmptyWPC(); }); });