sjahan
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
Hi, any updates on this ticket? I’m having the same issue…I’ve tried using Captcha 4WP and Advanced Google reCAPTCHA. Neither of which seem to work.
Never mind, looks like it resolved itself after an hour or so
Forum: Plugins
In reply to: [WooCommerce] Custom Sale Badge ImageThat worked great!!! Thank you so much @lorro!!
Forum: Plugins
In reply to: [WooCommerce] Custom Sale Badge ImageHere is the code:
add_filter( 'woocommerce_sale_flash', 'my_custom_sales_badge' ); function my_custom_sales_badge() { $img = '<span class="onsale"><img src="http://www.dressforhumanity.com/wp-content/uploads/2016/11/Sale-Badge.png" /></span>'; return $img; }Hi, any updates on this?
Oh I’m sorry, I thought I did. The site is dressforhumanity.com
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] Add Icons to Product Attribute FilterI am using the filters in the widget section. Essentially it is a similar concept to the color filter.
Viewing 7 replies - 1 through 7 (of 7 total)