Intacart
Forum Replies Created
-
Forum: Plugins
In reply to: [Sweet Captcha] Beware – The service is supported by GoogleadsI meant to mark this as resolved in my last post
As sweetCaptcha replied:
Thanks a lot for the feedback,and sorry for the inconvenience, we had a pilot with Google Ads platform
but it wasnt meant to be in production only in the “lab” environment.
sweetCaptcha is Ads-free serviceWhich I except.
Forum: Plugins
In reply to: [Sweet Captcha] Beware – The service is supported by GoogleadsThey have replied – looks like they messed up a bit
Thanks a lot for the feedback,and sorry for the inconvenience, we had a pilot with Google Ads platform
but it wasnt meant to be in production only in the “lab” environment.
sweetCaptcha is Ads-free service and currently our business model is based on the Premium products
(you can check your sweetCaptcha account for more information)We will be glad to see you back as an active user and if you have any issues – please update us.
Forum: Plugins
In reply to: [Sweet Captcha] Beware – The service is supported by GoogleadsYep – I’ve sent them an email as well, I’m waiting for a response.
Yeah I had the same problem was gonna post the solution here but you beat me to it – though all I did was add echo to line 530 of category-images-ii.php
was
// Cat ID(s) passed? if ( $r[ 'category_ids' ] !== false ) { $cat_ids = explode( ',', $r['category_ids'] ); $CategoryImagesII->display_images( $cat_ids, $r[ 'link_images' ] ); return; }
I changed it to
// Cat ID(s) passed? if ( $r[ 'category_ids' ] !== false ) { $cat_ids = explode( ',', $r['category_ids'] ); echo $CategoryImagesII->display_images( $cat_ids, $r[ 'link_images' ] ); return; }
Job done!