RocketSMS
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Forum: Plugins
In reply to: [Tiled Gallery Carousel Without JetPack] Array to string conversion error?I am getting the same error. For me, it occurs when the option “Display all your gallery pictures in a cool mosaic.” is unchecked. It does no occur when this option is checked.
So I was able to fix it. In anr-captcha-class.php I changed:
if ( function_exists( 'wpcf7_add_shortcode' )) { wpcf7_add_shortcode('anr_nocaptcha', array($this, 'wpcf7_form_field'), true); add_filter('wpcf7_validate_anr_nocaptcha', array($this, 'wpcf7_verify'), 10, 2); }To this:
if ( function_exists( 'wpcf7_add_form_tag' )) { wpcf7_add_form_tag('anr_nocaptcha', array($this, 'wpcf7_form_field'), true); add_filter('wpcf7_validate_anr_nocaptcha', array($this, 'wpcf7_verify'), 10, 2); }
Viewing 3 replies - 1 through 3 (of 3 total)