umairriaz2008
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Image Zoom] Magnifier out from product image boxThanks for quick response
Please check the below video… it is a issue however rest of the things working perfectly
Forum: Plugins
In reply to: [Related Products for WooCommerce] related products is not incrementedi wrote in function.php
Forum: Fixing WordPress
In reply to: Need some help about get_category functionI want to write something here.Hope you have understood my problem
//******my custom code**//add_filter( ‘woocommerce_attribute_label’, ‘custom_attribute_label’, 10, 3 );
function custom_attribute_label( $label, $name, $product ) {
$taxonomy = ‘pa_’.$name;if( $taxonomy == ‘pa_euro-size’ OR ‘pa_top-size’ )
$label .= ‘<div class=”custom-label”>’ . __(‘SIZE CHART <i class=”fa fa-chevron-right”></i>‘, ‘woocommerce’) . ‘</div>’;return $label;
}Forum: Plugins
In reply to: [Related Products for WooCommerce] related products is not incrementedI used same code last time and it works but i now it is not working
Alright, thanks alot 🙂
Thanks it works
Please also help me to remove border line showing above if owl carousel