PluginProbe
ShopBuilder – WooCommerce Builder For Elementor / 2.5.1
ShopBuilder – WooCommerce Builder For Elementor v2.5.1
3.4.2 3.4.1 3.4.0 2.0.1 2.0.2 2.0.3 2.1.0 2.1.1 2.1.10 2.1.11 2.1.12 2.1.13 2.1.14 2.1.15 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 2.2.0 2.2.1 2.2.2 All 63 releases
← All changes | app/Abstracts/ElementorWidgetBase.php +4 -2 2.1.22.5.1 View file →
@@ -365,9 +365,9 @@
365 365 var cartButton = cartWrpper.find(
366 366 '.product_type_grouped, .add_to_cart_button, .single_add_to_cart_button '
367 367 );
368 368 if (cartIcon) {
369 - console.log( cartButton.find('svg') )
369 + //console.log( cartButton.find('svg') )
370 370 cartButton.find('i').remove();
371 371 cartButton.find('svg').remove();
372 372 cartButton.find('img').remove();
373 373 cartButton.prepend(cartIcon);
@@ -405,9 +405,11 @@
405 405 setTimeout(function() {
406 406 rtsbProductPageInit();
407 407 }, 1000);
408 408 <?php if ( rtsb()->has_pro() ) { ?>
409 - rtsbFilters();
409 + if (typeof rtsbFilters === 'function') {
410 + rtsbFilters();
411 + }
410 412 setTimeout( function (){
411 413 window.rtsbCountdownApply();
412 414 }, 1000 );
413 415 <?php } ?>