Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Intacart

    (@intacart)

    I 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 service

    Which I except.

    Thread Starter Intacart

    (@intacart)

    They 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.

    Thread Starter Intacart

    (@intacart)

    Yep – 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!

Viewing 4 replies - 1 through 4 (of 4 total)