Viewing 4 replies - 1 through 4 (of 4 total)
  • Hay..

    Just add this code

    if ( isset( $img_meta['keywords'] ) ) {
    			unset( $img_meta['keywords'] );
    		}

    above
    $img_meta = json_encode( array_map( ‘strval’, $img_meta ) );

    Thread Starter sanja jelic

    (@sanjaje)

    thank you, that was it πŸ™‚

    Hi,

    I had the same php notice and this solution also works well for me.

    Does anybody know if this change will be applied to future versions of the plugin ‘carousel without Jetpack’ or will my change be overwritten with any new next version of the plugin?

    Thanks, cheers,
    Igor

    Hi,

    I had the same problem and your fix worked well.

    Many thanks,

    Malcolm

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

The topic ‘Notice: Array to string conversion in… above gallery and header’ is closed to new replies.