/
var
/
tmp
/
parabrincar
/
scripts
/
Upload File
HOME
jQuery(function($){ setInterval(function(){ $('.thumbnail-wrapper').each(function(){ var item=0; $(this).find('a').each(function(){ if(item==0 && $(this).find('.attachment-woocommerce_thumbnail').length>0){ $(this).css('background-image','url("'+$(this).find('.attachment-woocommerce_thumbnail').attr('src').replace("400x400","300x300")+'")'); console.log("ola1"); } if(item==0 && $(this).find('.attachment-shop_catalog').length>0){ console.log("ola2" + $(this).find('.attachment-shop_catalog').attr('src')); $(this).css('background-image','url("'+$(this).find('.attachment-shop_catalog').attr('src').replace("400x400","300x300")+'")'); } item++; }); }); },2000); if($('.woocommerce-product-details__short-description').length>0){ if($(".woocommerce-product-details__short-description:contains('PEKECARS')").length>0){ $(".woocommerce-product-details__short-description").html(""); } } });